What is hex #004225 color?

 
The hex code #004225 is also know by an other name that is British Racing Green.
This color is composed of 0% red, 66% green and 37% blue. So we can say that the RGB value is (0,66,37)
You need to use it for a printer? The CMYK colors code equivalent of hex #004225 is C:100 M:0 Y:44, K:74) .
In the HSV/HSB scale, #004225 has a hue of 154°, 100% saturation and a brightness value of 26%.
If you want to know all about the hex #004225, you can find below others details like Web safe equivalent, closest Pantone color, closest RAL color but also others informations like grayscale equivalent according to some algorithms.
You can also find all about color palettes of hex #004225 (complementary, analogous, triadic, tetradic...).

Hex #004225 Color Codes & Equivalents

Color Name [British Racing Green]
RGB Values (0,66,37)
CMYK Values (100%, 0%, 44%, 74%)
HSV/HSB Values (154°, 100%, 26%)
Closest Web Safe
#003333
Inverse Color
#ffbdda
Closest Pantone®
3308 C
Closest RAL
RAL 6005 [Moss green]
Complementary Color
#42001d

#004225 Converted to Grayscale Codes

Average
#222222
Lightness (Desaturation)
#212121
Weighted (BT601)
#2b2b2b
Luma (BT709)
#323232

Hex #004225 Color Palettes – Complementary, Analogous, Triadic...

Complementary Palette

The complementary color of #004225 is #42001d. To get this value, we need to use the RGB metrics, and take this opposite color at the end of the color wheel, so for #004225 you will find #42001d. When placed next to each other, they create the strongest contrast for those two colors. Complementary colors may also be called "opposite colors". So if you need to grab attention, you should use it.

#004225 #42001d

Analogous Palette

The analogous color scheme of #004225 is composed with colors #004204 and #003E42. Colors are called analogous colors when they are very similar to each other. They are located to the right and left of your main color #004225 with a 30° separation on the RGB color wheel. An analogous color palette is best used with either warm or cool colors, creating a look that has a certain temperature as well as proper color harmony.

#004204 #004225 #003E42

Split-Complementary Palette

The split-complementary color scheme of #004225 is composed with colors #420400 and #42003E. A split-complementary color palette is like an analogous palette but you will take the complementary color as base instead of your main color. This choice, however, also makes the split complementary color combinations less vibrant and eye-catching, but it's also a good choice for beginners as you can hardly go wrong.

#004225 #420400 #42003E

Triadic Palette

The triadic color scheme of #004225 is composed with colors #422500 and #250042. They are located to the right and left of your main color #004225 with a 120° separation on the RGB color wheel. With it you have the maximum variation in hue and offering by the same occasion the best possible contrast when taken together.

#004225 #422500 #250042

Tetradic Palette

The tetradic color scheme of #004225 is composed with colors #250042, #42001D and #1D4200 A tetradic color scheme, an outstanding variant of the twin color scheme, with an equal distance between all colors. All four colors are divided evenly around the color wheel. Like this there being no clear dominance of one color overs others. Colorful palettes create a sense of diversity, optimism and openness which are positive for a consumer brand. You can find the tetradic color scheme on big tech company logo like Google, Slack, Zoho, Microsoft, eBay for example. Fort a better result, you can also adjust saturation and brightness.

#004225 #250042 #42001D #1D4200

Square Palette

The square color scheme of #004225 is composed with colors #030042, #42001D and #3E4200 To get this color, it's pretty the same method that analogous or triadic, but instead, you will take an angle of 90° on the RGB Wheel between each colors. The square palette looks a lot like the Tetradic palette but it is less dark which is nicer in my opinion.

#004225 #030042 #42001D #3E4200

Tints, Tones & Shades of Hex #004225

Tints

Tints are created by adding white, resulting in lighter shades of #004225.

#004225 #005630 #006A3B #007F47 #009352 #00A85E #00BC69 #00D075

Tones

Tones are made by mixing with gray, softening the original color.

#004225 #033E24 #063B24 #093823 #0C3523 #103123 #132E22 #162B22

Shades

Shades result from adding black, creating darker variations.

#004225 #002D19 #00190E #000402 #000000 #000000 #000000 #000000

Hex #004225 in programming languages

If you are a developer, you will find below the color codes to use according to your programming language (HTML, JAVA, Pyhton, .NET), enjoy!

HTML, CSS #004225
Java new Color(0,66,37);
Python Color(#004225)
.NET Color.FromArgb(255, 0,66,37);
Swift / iOS UIColor(red: 0, green: 0.26, blue: 0.15, alpha: 1)
Kotlin / Android Color.rgb(0, 66, 37)