Shades of British Racing Green #024D14
Tints of British Racing Green #024D14
RGB
CMYK
RGB Variations
Color information
#024D14 (or 0x024D14) is known color: British Racing Green. HEX triplet: 02, 4D and 14. RGB value is (2,77,20). Sum of RGB (Red+Green+Blue) = 2+77+20=99 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2.02% from 99); Green value is 77 (30.47% from 255 or 77.78% from 99); Blue value is 20 (8.20% from 255 or 20.20% from 99); Max value from RGB is 77 - color contains mainly: green. Hex color #024D14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #024D14 is #FDB2EB. Grayscale: #303030. Windows color (decimal): -16626412 or 1330434. OLE color: 1330434.
HSL color Cylindrical-coordinate representation of color #024D14: hue angle of 134.4º 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 #024D14 is Cyan = 0.97, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 2 | 77 | 20 | - |
| CMYK | 0.97 | 0 | 0.74 | 0.70 |
| HSL | 134.4º | 0.95% | 0.15% | - |
| HSV(B) | 134.4º | 0.97% | 0.3% | - |
| XYZ | 2.81 | 5.37 | 1.55 | - |
| YUV | 48.08 | 112.15 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 77 | 20 | 0.97 | 0 | 0.74 | 0.70 | 134.4 | 0.95 | 0.15 |
| Hex | 2 | 4D | 14 | 61 | 0 | 4A | 46 | 86 | 5F | F |
| Octal | 2 | 115 | 24 | 141 | 0 | 112 | 106 | 206 | 137 | 17 |
| Binary | 10 | 1001101 | 10100 | 1100001 | 0 | 1001010 | 1000110 | 10000110 | 1011111 | 1111 |
Color Harmonies of #024D14
Complementary color
Monochromatic Colors of #024D14
Black with #024D14
Text Example
Text Example
White with #024D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024D14; }
p { color: rgb(2,77,20); }
H1.HeaderClassName
{
color: #024D14;
}
.AnyTagClassName
{
color: #024D14;
}
</style>
background-color css
<style>
a { background-color: #024D14; }
a { background-color: rgb(2,77,20); }
div.DivClassName
{
background-color: #024D14;
}
.BgClassName
{
background-color: #024D14;
}
</style>
border-color css
<style>
span { border-color: #024D14; }
span { border-color: rgb(2,77,20); }
td.TdClassName
{
border-color: #024D14;
}
.TagClassName
{
border-color: #024D14;
}
</style>