Shades of British Racing Green #024220
Tints of British Racing Green #024220
RGB
CMYK
RGB Variations
Color information
#024220 (or 0x024220) is known color: British Racing Green. HEX triplet: 02, 42 and 20. RGB value is (2,66,32). Sum of RGB (Red+Green+Blue) = 2+66+32=100 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2% from 100); Green value is 66 (26.17% from 255 or 66% from 100); Blue value is 32 (12.89% from 255 or 32% from 100); Max value from RGB is 66 - color contains mainly: green. Hex color #024220 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024220 is #FDBDDF. Grayscale: #2B2B2B. Windows color (decimal): -16629216 or 2114050. OLE color: 2114050.
HSL color Cylindrical-coordinate representation of color #024220: hue angle of 148.12º 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 #024220 is Cyan = 0.97, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 2 | 66 | 32 | - |
| CMYK | 0.97 | 0 | 0.52 | 0.74 |
| HSL | 148.13º | 0.94% | 0.13% | - |
| HSV(B) | 148.13º | 0.97% | 0.26% | - |
| XYZ | 2.23 | 4.01 | 2.02 | - |
| YUV | 42.99 | 121.8 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 66 | 32 | 0.97 | 0 | 0.52 | 0.74 | 148.13 | 0.94 | 0.13 |
| Hex | 2 | 42 | 20 | 61 | 0 | 34 | 4A | 94 | 5E | D |
| Octal | 2 | 102 | 40 | 141 | 0 | 64 | 112 | 224 | 136 | 15 |
| Binary | 10 | 1000010 | 100000 | 1100001 | 0 | 110100 | 1001010 | 10010100 | 1011110 | 1101 |
Color Harmonies of #024220
Complementary color
Monochromatic Colors of #024220
Black with #024220
Text Example
Text Example
White with #024220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024220; }
p { color: rgb(2,66,32); }
H1.HeaderClassName
{
color: #024220;
}
.AnyTagClassName
{
color: #024220;
}
</style>
background-color css
<style>
a { background-color: #024220; }
a { background-color: rgb(2,66,32); }
div.DivClassName
{
background-color: #024220;
}
.BgClassName
{
background-color: #024220;
}
</style>
border-color css
<style>
span { border-color: #024220; }
span { border-color: rgb(2,66,32); }
td.TdClassName
{
border-color: #024220;
}
.TagClassName
{
border-color: #024220;
}
</style>