Shades of British Racing Green #024D20
Tints of British Racing Green #024D20
RGB
CMYK
RGB Variations
Color information
#024D20 (or 0x024D20) is known color: British Racing Green. HEX triplet: 02, 4D and 20. RGB value is (2,77,32). Sum of RGB (Red+Green+Blue) = 2+77+32=111 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.80% from 111); Green value is 77 (30.47% from 255 or 69.37% from 111); Blue value is 32 (12.89% from 255 or 28.83% from 111); Max value from RGB is 77 - color contains mainly: green. Hex color #024D20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024D20 is #FDB2DF. Grayscale: #313131. Windows color (decimal): -16626400 or 2116866. OLE color: 2116866.
HSL color Cylindrical-coordinate representation of color #024D20: hue angle of 144º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024D20 is Cyan = 0.97, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 2 | 77 | 32 | - |
| CMYK | 0.97 | 0 | 0.58 | 0.70 |
| HSL | 144º | 0.95% | 0.15% | - |
| HSV(B) | 144º | 0.97% | 0.3% | - |
| XYZ | 2.94 | 5.42 | 2.26 | - |
| YUV | 49.45 | 118.15 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 77 | 32 | 0.97 | 0 | 0.58 | 0.70 | 144 | 0.95 | 0.15 |
| Hex | 2 | 4D | 20 | 61 | 0 | 3A | 46 | 90 | 5F | F |
| Octal | 2 | 115 | 40 | 141 | 0 | 72 | 106 | 220 | 137 | 17 |
| Binary | 10 | 1001101 | 100000 | 1100001 | 0 | 111010 | 1000110 | 10010000 | 1011111 | 1111 |
Color Harmonies of #024D20
Complementary color
Monochromatic Colors of #024D20
Black with #024D20
Text Example
Text Example
White with #024D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024D20; }
p { color: rgb(2,77,32); }
H1.HeaderClassName
{
color: #024D20;
}
.AnyTagClassName
{
color: #024D20;
}
</style>
background-color css
<style>
a { background-color: #024D20; }
a { background-color: rgb(2,77,32); }
div.DivClassName
{
background-color: #024D20;
}
.BgClassName
{
background-color: #024D20;
}
</style>
border-color css
<style>
span { border-color: #024D20; }
span { border-color: rgb(2,77,32); }
td.TdClassName
{
border-color: #024D20;
}
.TagClassName
{
border-color: #024D20;
}
</style>