Shades of British Racing Green #024118
Tints of British Racing Green #024118
RGB
CMYK
RGB Variations
Color information
#024118 (or 0x024118) is known color: British Racing Green. HEX triplet: 02, 41 and 18. RGB value is (2,65,24). Sum of RGB (Red+Green+Blue) = 2+65+24=91 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.20% from 91); Green value is 65 (25.78% from 255 or 71.43% from 91); Blue value is 24 (9.77% from 255 or 26.37% from 91); Max value from RGB is 65 - color contains mainly: green. Hex color #024118 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024118 is #FDBEE7. Grayscale: #292929. Windows color (decimal): -16629480 or 1589506. OLE color: 1589506.
HSL color Cylindrical-coordinate representation of color #024118: hue angle of 140.95º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024118 is Cyan = 0.97, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 2 | 65 | 24 | - |
| CMYK | 0.97 | 0 | 0.63 | 0.75 |
| HSL | 140.95º | 0.94% | 0.13% | - |
| HSV(B) | 140.95º | 0.97% | 0.25% | - |
| XYZ | 2.08 | 3.86 | 1.5 | - |
| YUV | 41.49 | 118.13 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 65 | 24 | 0.97 | 0 | 0.63 | 0.75 | 140.95 | 0.94 | 0.13 |
| Hex | 2 | 41 | 18 | 61 | 0 | 3F | 4B | 8D | 5E | D |
| Octal | 2 | 101 | 30 | 141 | 0 | 77 | 113 | 215 | 136 | 15 |
| Binary | 10 | 1000001 | 11000 | 1100001 | 0 | 111111 | 1001011 | 10001101 | 1011110 | 1101 |
Color Harmonies of #024118
Complementary color
Monochromatic Colors of #024118
Black with #024118
Text Example
Text Example
White with #024118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024118; }
p { color: rgb(2,65,24); }
H1.HeaderClassName
{
color: #024118;
}
.AnyTagClassName
{
color: #024118;
}
</style>
background-color css
<style>
a { background-color: #024118; }
a { background-color: rgb(2,65,24); }
div.DivClassName
{
background-color: #024118;
}
.BgClassName
{
background-color: #024118;
}
</style>
border-color css
<style>
span { border-color: #024118; }
span { border-color: rgb(2,65,24); }
td.TdClassName
{
border-color: #024118;
}
.TagClassName
{
border-color: #024118;
}
</style>