Shades of British Racing Green #024019
Tints of British Racing Green #024019
RGB
CMYK
RGB Variations
Color information
#024019 (or 0x024019) is known color: British Racing Green. HEX triplet: 02, 40 and 19. RGB value is (2,64,25). Sum of RGB (Red+Green+Blue) = 2+64+25=91 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.20% from 91); Green value is 64 (25.39% from 255 or 70.33% from 91); Blue value is 25 (10.16% from 255 or 27.47% from 91); Max value from RGB is 64 - color contains mainly: green. Hex color #024019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024019 is #FDBFE6. Grayscale: #292929. Windows color (decimal): -16629735 or 1654786. OLE color: 1654786.
HSL color Cylindrical-coordinate representation of color #024019: hue angle of 142.26º 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 #024019 is Cyan = 0.97, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 2 | 64 | 25 | - |
| CMYK | 0.97 | 0 | 0.61 | 0.75 |
| HSL | 142.26º | 0.94% | 0.13% | - |
| HSV(B) | 142.26º | 0.97% | 0.25% | - |
| XYZ | 2.03 | 3.75 | 1.54 | - |
| YUV | 41.02 | 118.96 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 64 | 25 | 0.97 | 0 | 0.61 | 0.75 | 142.26 | 0.94 | 0.13 |
| Hex | 2 | 40 | 19 | 61 | 0 | 3D | 4B | 8E | 5E | D |
| Octal | 2 | 100 | 31 | 141 | 0 | 75 | 113 | 216 | 136 | 15 |
| Binary | 10 | 1000000 | 11001 | 1100001 | 0 | 111101 | 1001011 | 10001110 | 1011110 | 1101 |
Color Harmonies of #024019
Complementary color
Monochromatic Colors of #024019
Black with #024019
Text Example
Text Example
White with #024019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024019; }
p { color: rgb(2,64,25); }
H1.HeaderClassName
{
color: #024019;
}
.AnyTagClassName
{
color: #024019;
}
</style>
background-color css
<style>
a { background-color: #024019; }
a { background-color: rgb(2,64,25); }
div.DivClassName
{
background-color: #024019;
}
.BgClassName
{
background-color: #024019;
}
</style>
border-color css
<style>
span { border-color: #024019; }
span { border-color: rgb(2,64,25); }
td.TdClassName
{
border-color: #024019;
}
.TagClassName
{
border-color: #024019;
}
</style>