Shades of British Racing Green #004222
Tints of British Racing Green #004222
RGB
CMYK
RGB Variations
Color information
#004222 (or 0x004222) is known color: British Racing Green. HEX triplet: 00, 42 and 22. RGB value is (0,66,34). Sum of RGB (Red+Green+Blue) = 0+66+34=100 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 100); Green value is 66 (26.17% from 255 or 66% from 100); Blue value is 34 (13.67% from 255 or 34% from 100); Max value from RGB is 66 - color contains mainly: green. Hex color #004222 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004222 is #FFBDDD. Grayscale: #2A2A2A. Windows color (decimal): -16760286 or 2245120. OLE color: 2245120.
HSL color Cylindrical-coordinate representation of color #004222: hue angle of 150.91º 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 #004222 is Cyan = 1, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 0 | 66 | 34 | - |
| CMYK | 1 | 0 | 0.48 | 0.74 |
| HSL | 150.91º | 1% | 0.13% | - |
| HSV(B) | 150.91º | 1% | 0.26% | - |
| XYZ | 2.24 | 4.01 | 2.17 | - |
| YUV | 42.62 | 123.13 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 66 | 34 | 1 | 0 | 0.48 | 0.74 | 150.91 | 1 | 0.13 |
| Hex | 0 | 42 | 22 | 64 | 0 | 30 | 4A | 97 | 64 | D |
| Octal | 0 | 102 | 42 | 144 | 0 | 60 | 112 | 227 | 144 | 15 |
| Binary | 0 | 1000010 | 100010 | 1100100 | 0 | 110000 | 1001010 | 10010111 | 1100100 | 1101 |
Color Harmonies of #004222
Complementary color
Monochromatic Colors of #004222
Black with #004222
Text Example
Text Example
White with #004222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004222; }
p { color: rgb(0,66,34); }
H1.HeaderClassName
{
color: #004222;
}
.AnyTagClassName
{
color: #004222;
}
</style>
background-color css
<style>
a { background-color: #004222; }
a { background-color: rgb(0,66,34); }
div.DivClassName
{
background-color: #004222;
}
.BgClassName
{
background-color: #004222;
}
</style>
border-color css
<style>
span { border-color: #004222; }
span { border-color: rgb(0,66,34); }
td.TdClassName
{
border-color: #004222;
}
.TagClassName
{
border-color: #004222;
}
</style>