Shades of British Racing Green #024D10
Tints of British Racing Green #024D10
RGB
CMYK
RGB Variations
Color information
#024D10 (or 0x024D10) is known color: British Racing Green. HEX triplet: 02, 4D and 10. RGB value is (2,77,16). Sum of RGB (Red+Green+Blue) = 2+77+16=95 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.11% from 95); Green value is 77 (30.47% from 255 or 81.05% from 95); Blue value is 16 (6.64% from 255 or 16.84% from 95); Max value from RGB is 77 - color contains mainly: green. Hex color #024D10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #024D10 is #FDB2EF. Grayscale: #2F2F2F. Windows color (decimal): -16626416 or 1068290. OLE color: 1068290.
HSL color Cylindrical-coordinate representation of color #024D10: hue angle of 131.2º 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 #024D10 is Cyan = 0.97, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 2 | 77 | 16 | - |
| CMYK | 0.97 | 0 | 0.79 | 0.70 |
| HSL | 131.2º | 0.95% | 0.15% | - |
| HSV(B) | 131.2º | 0.97% | 0.3% | - |
| XYZ | 2.77 | 5.36 | 1.38 | - |
| YUV | 47.62 | 110.15 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 77 | 16 | 0.97 | 0 | 0.79 | 0.70 | 131.2 | 0.95 | 0.15 |
| Hex | 2 | 4D | 10 | 61 | 0 | 4F | 46 | 83 | 5F | F |
| Octal | 2 | 115 | 20 | 141 | 0 | 117 | 106 | 203 | 137 | 17 |
| Binary | 10 | 1001101 | 10000 | 1100001 | 0 | 1001111 | 1000110 | 10000011 | 1011111 | 1111 |
Color Harmonies of #024D10
Complementary color
Monochromatic Colors of #024D10
Black with #024D10
Text Example
Text Example
White with #024D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024D10; }
p { color: rgb(2,77,16); }
H1.HeaderClassName
{
color: #024D10;
}
.AnyTagClassName
{
color: #024D10;
}
</style>
background-color css
<style>
a { background-color: #024D10; }
a { background-color: rgb(2,77,16); }
div.DivClassName
{
background-color: #024D10;
}
.BgClassName
{
background-color: #024D10;
}
</style>
border-color css
<style>
span { border-color: #024D10; }
span { border-color: rgb(2,77,16); }
td.TdClassName
{
border-color: #024D10;
}
.TagClassName
{
border-color: #024D10;
}
</style>