Shades of British Racing Green #024224
Tints of British Racing Green #024224
RGB
CMYK
RGB Variations
Color information
#024224 (or 0x024224) is known color: British Racing Green. HEX triplet: 02, 42 and 24. RGB value is (2,66,36). Sum of RGB (Red+Green+Blue) = 2+66+36=104 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.92% from 104); Green value is 66 (26.17% from 255 or 63.46% from 104); Blue value is 36 (14.45% from 255 or 34.62% from 104); Max value from RGB is 66 - color contains mainly: green. Hex color #024224 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024224 is #FDBDDB. Grayscale: #2B2B2B. Windows color (decimal): -16629212 or 2376194. OLE color: 2376194.
HSL color Cylindrical-coordinate representation of color #024224: hue angle of 151.88º 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 #024224 is Cyan = 0.97, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 2 | 66 | 36 | - |
| CMYK | 0.97 | 0 | 0.45 | 0.74 |
| HSL | 151.88º | 0.94% | 0.13% | - |
| HSV(B) | 151.88º | 0.97% | 0.26% | - |
| XYZ | 2.29 | 4.04 | 2.33 | - |
| YUV | 43.44 | 123.8 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 66 | 36 | 0.97 | 0 | 0.45 | 0.74 | 151.88 | 0.94 | 0.13 |
| Hex | 2 | 42 | 24 | 61 | 0 | 2D | 4A | 98 | 5E | D |
| Octal | 2 | 102 | 44 | 141 | 0 | 55 | 112 | 230 | 136 | 15 |
| Binary | 10 | 1000010 | 100100 | 1100001 | 0 | 101101 | 1001010 | 10011000 | 1011110 | 1101 |
Color Harmonies of #024224
Complementary color
Monochromatic Colors of #024224
Black with #024224
Text Example
Text Example
White with #024224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024224; }
p { color: rgb(2,66,36); }
H1.HeaderClassName
{
color: #024224;
}
.AnyTagClassName
{
color: #024224;
}
</style>
background-color css
<style>
a { background-color: #024224; }
a { background-color: rgb(2,66,36); }
div.DivClassName
{
background-color: #024224;
}
.BgClassName
{
background-color: #024224;
}
</style>
border-color css
<style>
span { border-color: #024224; }
span { border-color: rgb(2,66,36); }
td.TdClassName
{
border-color: #024224;
}
.TagClassName
{
border-color: #024224;
}
</style>