Shades of British Racing Green #04422F
Tints of British Racing Green #04422F
RGB
CMYK
RGB Variations
Color information
#04422F (or 0x04422F) is known color: British Racing Green. HEX triplet: 04, 42 and 2F. RGB value is (4,66,47). Sum of RGB (Red+Green+Blue) = 4+66+47=117 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.42% from 117); Green value is 66 (26.17% from 255 or 56.41% from 117); Blue value is 47 (18.75% from 255 or 40.17% from 117); Max value from RGB is 66 - color contains mainly: green. Hex color #04422F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04422F is #FBBDD0. Grayscale: #2D2D2D. Windows color (decimal): -16498129 or 3097092. OLE color: 3097092.
HSL color Cylindrical-coordinate representation of color #04422F: hue angle of 161.61º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04422F is Cyan = 0.94, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 4 | 66 | 47 | - |
| CMYK | 0.94 | 0 | 0.29 | 0.74 |
| HSL | 161.61º | 0.89% | 0.14% | - |
| HSV(B) | 161.61º | 0.94% | 0.26% | - |
| XYZ | 2.51 | 4.13 | 3.35 | - |
| YUV | 45.3 | 128.96 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 66 | 47 | 0.94 | 0 | 0.29 | 0.74 | 161.61 | 0.89 | 0.14 |
| Hex | 4 | 42 | 2F | 5E | 0 | 1D | 4A | A2 | 59 | E |
| Octal | 4 | 102 | 57 | 136 | 0 | 35 | 112 | 242 | 131 | 16 |
| Binary | 100 | 1000010 | 101111 | 1011110 | 0 | 11101 | 1001010 | 10100010 | 1011001 | 1110 |
Color Harmonies of #04422F
Complementary color
Monochromatic Colors of #04422F
Black with #04422F
Text Example
Text Example
White with #04422F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04422F; }
p { color: rgb(4,66,47); }
H1.HeaderClassName
{
color: #04422F;
}
.AnyTagClassName
{
color: #04422F;
}
</style>
background-color css
<style>
a { background-color: #04422F; }
a { background-color: rgb(4,66,47); }
div.DivClassName
{
background-color: #04422F;
}
.BgClassName
{
background-color: #04422F;
}
</style>
border-color css
<style>
span { border-color: #04422F; }
span { border-color: rgb(4,66,47); }
td.TdClassName
{
border-color: #04422F;
}
.TagClassName
{
border-color: #04422F;
}
</style>