Shades of British Racing Green #004228
Tints of British Racing Green #004228
RGB
CMYK
RGB Variations
Color information
#004228 (or 0x004228) is known color: British Racing Green. HEX triplet: 00, 42 and 28. RGB value is (0,66,40). Sum of RGB (Red+Green+Blue) = 0+66+40=106 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 106); Green value is 66 (26.17% from 255 or 62.26% from 106); Blue value is 40 (16.02% from 255 or 37.74% from 106); Max value from RGB is 66 - color contains mainly: green. Hex color #004228 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004228 is #FFBDD7. Grayscale: #2B2B2B. Windows color (decimal): -16760280 or 2638336. OLE color: 2638336.
HSL color Cylindrical-coordinate representation of color #004228: hue angle of 156.36º 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 #004228 is Cyan = 1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 0 | 66 | 40 | - |
| CMYK | 1 | 0 | 0.39 | 0.74 |
| HSL | 156.36º | 1% | 0.13% | - |
| HSV(B) | 156.36º | 1% | 0.26% | - |
| XYZ | 2.33 | 4.05 | 2.67 | - |
| YUV | 43.3 | 126.13 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 66 | 40 | 1 | 0 | 0.39 | 0.74 | 156.36 | 1 | 0.13 |
| Hex | 0 | 42 | 28 | 64 | 0 | 27 | 4A | 9C | 64 | D |
| Octal | 0 | 102 | 50 | 144 | 0 | 47 | 112 | 234 | 144 | 15 |
| Binary | 0 | 1000010 | 101000 | 1100100 | 0 | 100111 | 1001010 | 10011100 | 1100100 | 1101 |
Color Harmonies of #004228
Complementary color
Monochromatic Colors of #004228
Black with #004228
Text Example
Text Example
White with #004228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004228; }
p { color: rgb(0,66,40); }
H1.HeaderClassName
{
color: #004228;
}
.AnyTagClassName
{
color: #004228;
}
</style>
background-color css
<style>
a { background-color: #004228; }
a { background-color: rgb(0,66,40); }
div.DivClassName
{
background-color: #004228;
}
.BgClassName
{
background-color: #004228;
}
</style>
border-color css
<style>
span { border-color: #004228; }
span { border-color: rgb(0,66,40); }
td.TdClassName
{
border-color: #004228;
}
.TagClassName
{
border-color: #004228;
}
</style>