Shades of British Racing Green #024012
Tints of British Racing Green #024012
RGB
CMYK
RGB Variations
Color information
#024012 (or 0x024012) is known color: British Racing Green. HEX triplet: 02, 40 and 12. RGB value is (2,64,18). Sum of RGB (Red+Green+Blue) = 2+64+18=84 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.38% from 84); Green value is 64 (25.39% from 255 or 76.19% from 84); Blue value is 18 (7.42% from 255 or 21.43% from 84); Max value from RGB is 64 - color contains mainly: green. Hex color #024012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024012 is #FDBFED. Grayscale: #282828. Windows color (decimal): -16629742 or 1196034. OLE color: 1196034.
HSL color Cylindrical-coordinate representation of color #024012: hue angle of 135.48º 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 #024012 is Cyan = 0.97, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 2 | 64 | 18 | - |
| CMYK | 0.97 | 0 | 0.72 | 0.75 |
| HSL | 135.48º | 0.94% | 0.13% | - |
| HSV(B) | 135.48º | 0.97% | 0.25% | - |
| XYZ | 1.97 | 3.72 | 1.19 | - |
| YUV | 40.22 | 115.46 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 64 | 18 | 0.97 | 0 | 0.72 | 0.75 | 135.48 | 0.94 | 0.13 |
| Hex | 2 | 40 | 12 | 61 | 0 | 48 | 4B | 87 | 5E | D |
| Octal | 2 | 100 | 22 | 141 | 0 | 110 | 113 | 207 | 136 | 15 |
| Binary | 10 | 1000000 | 10010 | 1100001 | 0 | 1001000 | 1001011 | 10000111 | 1011110 | 1101 |
Color Harmonies of #024012
Complementary color
Monochromatic Colors of #024012
Black with #024012
Text Example
Text Example
White with #024012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024012; }
p { color: rgb(2,64,18); }
H1.HeaderClassName
{
color: #024012;
}
.AnyTagClassName
{
color: #024012;
}
</style>
background-color css
<style>
a { background-color: #024012; }
a { background-color: rgb(2,64,18); }
div.DivClassName
{
background-color: #024012;
}
.BgClassName
{
background-color: #024012;
}
</style>
border-color css
<style>
span { border-color: #024012; }
span { border-color: rgb(2,64,18); }
td.TdClassName
{
border-color: #024012;
}
.TagClassName
{
border-color: #024012;
}
</style>