Shades of British Racing Green #024119
Tints of British Racing Green #024119
RGB
CMYK
RGB Variations
Color information
#024119 (or 0x024119) is known color: British Racing Green. HEX triplet: 02, 41 and 19. RGB value is (2,65,25). Sum of RGB (Red+Green+Blue) = 2+65+25=92 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.17% from 92); Green value is 65 (25.78% from 255 or 70.65% from 92); Blue value is 25 (10.16% from 255 or 27.17% from 92); Max value from RGB is 65 - color contains mainly: green. Hex color #024119 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024119 is #FDBEE6. Grayscale: #292929. Windows color (decimal): -16629479 or 1655042. OLE color: 1655042.
HSL color Cylindrical-coordinate representation of color #024119: hue angle of 141.9º 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 #024119 is Cyan = 0.97, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 2 | 65 | 25 | - |
| CMYK | 0.97 | 0 | 0.62 | 0.75 |
| HSL | 141.9º | 0.94% | 0.13% | - |
| HSV(B) | 141.9º | 0.97% | 0.25% | - |
| XYZ | 2.09 | 3.86 | 1.56 | - |
| YUV | 41.6 | 118.63 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 65 | 25 | 0.97 | 0 | 0.62 | 0.75 | 141.9 | 0.94 | 0.13 |
| Hex | 2 | 41 | 19 | 61 | 0 | 3E | 4B | 8E | 5E | D |
| Octal | 2 | 101 | 31 | 141 | 0 | 76 | 113 | 216 | 136 | 15 |
| Binary | 10 | 1000001 | 11001 | 1100001 | 0 | 111110 | 1001011 | 10001110 | 1011110 | 1101 |
Color Harmonies of #024119
Complementary color
Monochromatic Colors of #024119
Black with #024119
Text Example
Text Example
White with #024119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024119; }
p { color: rgb(2,65,25); }
H1.HeaderClassName
{
color: #024119;
}
.AnyTagClassName
{
color: #024119;
}
</style>
background-color css
<style>
a { background-color: #024119; }
a { background-color: rgb(2,65,25); }
div.DivClassName
{
background-color: #024119;
}
.BgClassName
{
background-color: #024119;
}
</style>
border-color css
<style>
span { border-color: #024119; }
span { border-color: rgb(2,65,25); }
td.TdClassName
{
border-color: #024119;
}
.TagClassName
{
border-color: #024119;
}
</style>