Shades of British Racing Green #004224
Tints of British Racing Green #004224
RGB
CMYK
RGB Variations
Color information
#004224 (or 0x004224) is known color: British Racing Green. HEX triplet: 00, 42 and 24. RGB value is (0,66,36). Sum of RGB (Red+Green+Blue) = 0+66+36=102 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 102); Green value is 66 (26.17% from 255 or 64.71% from 102); Blue value is 36 (14.45% from 255 or 35.29% from 102); Max value from RGB is 66 - color contains mainly: green. Hex color #004224 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004224 is #FFBDDB. Grayscale: #2A2A2A. Windows color (decimal): -16760284 or 2376192. OLE color: 2376192.
HSL color Cylindrical-coordinate representation of color #004224: hue angle of 152.73º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004224 is Cyan = 1, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 0 | 66 | 36 | - |
| CMYK | 1 | 0 | 0.45 | 0.74 |
| HSL | 152.73º | 1% | 0.13% | - |
| HSV(B) | 152.73º | 1% | 0.26% | - |
| XYZ | 2.27 | 4.02 | 2.33 | - |
| YUV | 42.85 | 124.13 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 66 | 36 | 1 | 0 | 0.45 | 0.74 | 152.73 | 1 | 0.13 |
| Hex | 0 | 42 | 24 | 64 | 0 | 2D | 4A | 99 | 64 | D |
| Octal | 0 | 102 | 44 | 144 | 0 | 55 | 112 | 231 | 144 | 15 |
| Binary | 0 | 1000010 | 100100 | 1100100 | 0 | 101101 | 1001010 | 10011001 | 1100100 | 1101 |
Color Harmonies of #004224
Complementary color
Monochromatic Colors of #004224
Black with #004224
Text Example
Text Example
White with #004224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004224; }
p { color: rgb(0,66,36); }
H1.HeaderClassName
{
color: #004224;
}
.AnyTagClassName
{
color: #004224;
}
</style>
background-color css
<style>
a { background-color: #004224; }
a { background-color: rgb(0,66,36); }
div.DivClassName
{
background-color: #004224;
}
.BgClassName
{
background-color: #004224;
}
</style>
border-color css
<style>
span { border-color: #004224; }
span { border-color: rgb(0,66,36); }
td.TdClassName
{
border-color: #004224;
}
.TagClassName
{
border-color: #004224;
}
</style>