Shades of British Racing Green #024228
Tints of British Racing Green #024228
RGB
CMYK
RGB Variations
Color information
#024228 (or 0x024228) is known color: British Racing Green. HEX triplet: 02, 42 and 28. RGB value is (2,66,40). Sum of RGB (Red+Green+Blue) = 2+66+40=108 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.85% from 108); Green value is 66 (26.17% from 255 or 61.11% from 108); Blue value is 40 (16.02% from 255 or 37.04% from 108); Max value from RGB is 66 - color contains mainly: green. Hex color #024228 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024228 is #FDBDD7. Grayscale: #2B2B2B. Windows color (decimal): -16629208 or 2638338. OLE color: 2638338.
HSL color Cylindrical-coordinate representation of color #024228: hue angle of 155.62º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024228 is Cyan = 0.97, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 2 | 66 | 40 | - |
| CMYK | 0.97 | 0 | 0.39 | 0.74 |
| HSL | 155.63º | 0.94% | 0.13% | - |
| HSV(B) | 155.63º | 0.97% | 0.26% | - |
| XYZ | 2.36 | 4.06 | 2.67 | - |
| YUV | 43.9 | 125.8 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 66 | 40 | 0.97 | 0 | 0.39 | 0.74 | 155.63 | 0.94 | 0.13 |
| Hex | 2 | 42 | 28 | 61 | 0 | 27 | 4A | 9C | 5E | D |
| Octal | 2 | 102 | 50 | 141 | 0 | 47 | 112 | 234 | 136 | 15 |
| Binary | 10 | 1000010 | 101000 | 1100001 | 0 | 100111 | 1001010 | 10011100 | 1011110 | 1101 |
Color Harmonies of #024228
Complementary color
Monochromatic Colors of #024228
Black with #024228
Text Example
Text Example
White with #024228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024228; }
p { color: rgb(2,66,40); }
H1.HeaderClassName
{
color: #024228;
}
.AnyTagClassName
{
color: #024228;
}
</style>
background-color css
<style>
a { background-color: #024228; }
a { background-color: rgb(2,66,40); }
div.DivClassName
{
background-color: #024228;
}
.BgClassName
{
background-color: #024228;
}
</style>
border-color css
<style>
span { border-color: #024228; }
span { border-color: rgb(2,66,40); }
td.TdClassName
{
border-color: #024228;
}
.TagClassName
{
border-color: #024228;
}
</style>