Shades of British Racing Green #024D18
Tints of British Racing Green #024D18
RGB
CMYK
RGB Variations
Color information
#024D18 (or 0x024D18) is known color: British Racing Green. HEX triplet: 02, 4D and 18. RGB value is (2,77,24). Sum of RGB (Red+Green+Blue) = 2+77+24=103 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.94% from 103); Green value is 77 (30.47% from 255 or 74.76% from 103); Blue value is 24 (9.77% from 255 or 23.30% from 103); Max value from RGB is 77 - color contains mainly: green. Hex color #024D18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #024D18 is #FDB2E7. Grayscale: #303030. Windows color (decimal): -16626408 or 1592578. OLE color: 1592578.
HSL color Cylindrical-coordinate representation of color #024D18: hue angle of 137.6º 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 #024D18 is Cyan = 0.97, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 2 | 77 | 24 | - |
| CMYK | 0.97 | 0 | 0.69 | 0.70 |
| HSL | 137.6º | 0.95% | 0.15% | - |
| HSV(B) | 137.6º | 0.97% | 0.3% | - |
| XYZ | 2.84 | 5.39 | 1.75 | - |
| YUV | 48.53 | 114.15 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 77 | 24 | 0.97 | 0 | 0.69 | 0.70 | 137.6 | 0.95 | 0.15 |
| Hex | 2 | 4D | 18 | 61 | 0 | 45 | 46 | 8A | 5F | F |
| Octal | 2 | 115 | 30 | 141 | 0 | 105 | 106 | 212 | 137 | 17 |
| Binary | 10 | 1001101 | 11000 | 1100001 | 0 | 1000101 | 1000110 | 10001010 | 1011111 | 1111 |
Color Harmonies of #024D18
Complementary color
Monochromatic Colors of #024D18
Black with #024D18
Text Example
Text Example
White with #024D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024D18; }
p { color: rgb(2,77,24); }
H1.HeaderClassName
{
color: #024D18;
}
.AnyTagClassName
{
color: #024D18;
}
</style>
background-color css
<style>
a { background-color: #024D18; }
a { background-color: rgb(2,77,24); }
div.DivClassName
{
background-color: #024D18;
}
.BgClassName
{
background-color: #024D18;
}
</style>
border-color css
<style>
span { border-color: #024D18; }
span { border-color: rgb(2,77,24); }
td.TdClassName
{
border-color: #024D18;
}
.TagClassName
{
border-color: #024D18;
}
</style>