Shades of British Racing Green #04422A
Tints of British Racing Green #04422A
RGB
CMYK
RGB Variations
Color information
#04422A (or 0x04422A) is known color: British Racing Green. HEX triplet: 04, 42 and 2A. RGB value is (4,66,42). Sum of RGB (Red+Green+Blue) = 4+66+42=112 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.57% from 112); Green value is 66 (26.17% from 255 or 58.93% from 112); Blue value is 42 (16.80% from 255 or 37.5% from 112); Max value from RGB is 66 - color contains mainly: green. Hex color #04422A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04422A is #FBBDD5. Grayscale: #2C2C2C. Windows color (decimal): -16498134 or 2769412. OLE color: 2769412.
HSL color Cylindrical-coordinate representation of color #04422A: hue angle of 156.77º 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 #04422A is Cyan = 0.94, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 4 | 66 | 42 | - |
| CMYK | 0.94 | 0 | 0.36 | 0.74 |
| HSL | 156.77º | 0.89% | 0.14% | - |
| HSV(B) | 156.77º | 0.94% | 0.26% | - |
| XYZ | 2.42 | 4.09 | 2.85 | - |
| YUV | 44.73 | 126.46 | 98.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 66 | 42 | 0.94 | 0 | 0.36 | 0.74 | 156.77 | 0.89 | 0.14 |
| Hex | 4 | 42 | 2A | 5E | 0 | 24 | 4A | 9D | 59 | E |
| Octal | 4 | 102 | 52 | 136 | 0 | 44 | 112 | 235 | 131 | 16 |
| Binary | 100 | 1000010 | 101010 | 1011110 | 0 | 100100 | 1001010 | 10011101 | 1011001 | 1110 |
Color Harmonies of #04422A
Complementary color
Monochromatic Colors of #04422A
Black with #04422A
Text Example
Text Example
White with #04422A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04422A; }
p { color: rgb(4,66,42); }
H1.HeaderClassName
{
color: #04422A;
}
.AnyTagClassName
{
color: #04422A;
}
</style>
background-color css
<style>
a { background-color: #04422A; }
a { background-color: rgb(4,66,42); }
div.DivClassName
{
background-color: #04422A;
}
.BgClassName
{
background-color: #04422A;
}
</style>
border-color css
<style>
span { border-color: #04422A; }
span { border-color: rgb(4,66,42); }
td.TdClassName
{
border-color: #04422A;
}
.TagClassName
{
border-color: #04422A;
}
</style>