Shades of British Racing Green #004216
Tints of British Racing Green #004216
RGB
CMYK
RGB Variations
Color information
#004216 (or 0x004216) is known color: British Racing Green. HEX triplet: 00, 42 and 16. RGB value is (0,66,22). Sum of RGB (Red+Green+Blue) = 0+66+22=88 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 88); Green value is 66 (26.17% from 255 or 75% from 88); Blue value is 22 (8.98% from 255 or 25% from 88); Max value from RGB is 66 - color contains mainly: green. Hex color #004216 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004216 is #FFBDE9. Grayscale: #292929. Windows color (decimal): -16760298 or 1458688. OLE color: 1458688.
HSL color Cylindrical-coordinate representation of color #004216: hue angle of 140º 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 #004216 is Cyan = 1, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 0 | 66 | 22 | - |
| CMYK | 1 | 0 | 0.67 | 0.74 |
| HSL | 140º | 1% | 0.13% | - |
| HSV(B) | 140º | 1% | 0.26% | - |
| XYZ | 2.09 | 3.95 | 1.41 | - |
| YUV | 41.25 | 117.13 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 66 | 22 | 1 | 0 | 0.67 | 0.74 | 140 | 1 | 0.13 |
| Hex | 0 | 42 | 16 | 64 | 0 | 43 | 4A | 8C | 64 | D |
| Octal | 0 | 102 | 26 | 144 | 0 | 103 | 112 | 214 | 144 | 15 |
| Binary | 0 | 1000010 | 10110 | 1100100 | 0 | 1000011 | 1001010 | 10001100 | 1100100 | 1101 |
Color Harmonies of #004216
Complementary color
Monochromatic Colors of #004216
Black with #004216
Text Example
Text Example
White with #004216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004216; }
p { color: rgb(0,66,22); }
H1.HeaderClassName
{
color: #004216;
}
.AnyTagClassName
{
color: #004216;
}
</style>
background-color css
<style>
a { background-color: #004216; }
a { background-color: rgb(0,66,22); }
div.DivClassName
{
background-color: #004216;
}
.BgClassName
{
background-color: #004216;
}
</style>
border-color css
<style>
span { border-color: #004216; }
span { border-color: rgb(0,66,22); }
td.TdClassName
{
border-color: #004216;
}
.TagClassName
{
border-color: #004216;
}
</style>