Shades of British Racing Green #024112
Tints of British Racing Green #024112
RGB
CMYK
RGB Variations
Color information
#024112 (or 0x024112) is known color: British Racing Green. HEX triplet: 02, 41 and 12. RGB value is (2,65,18). Sum of RGB (Red+Green+Blue) = 2+65+18=85 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.35% from 85); Green value is 65 (25.78% from 255 or 76.47% from 85); Blue value is 18 (7.42% from 255 or 21.18% from 85); Max value from RGB is 65 - color contains mainly: green. Hex color #024112 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024112 is #FDBEED. Grayscale: #282828. Windows color (decimal): -16629486 or 1196290. OLE color: 1196290.
HSL color Cylindrical-coordinate representation of color #024112: hue angle of 135.24º 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 #024112 is Cyan = 0.97, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 2 | 65 | 18 | - |
| CMYK | 0.97 | 0 | 0.72 | 0.75 |
| HSL | 135.24º | 0.94% | 0.13% | - |
| HSV(B) | 135.24º | 0.97% | 0.25% | - |
| XYZ | 2.02 | 3.84 | 1.21 | - |
| YUV | 40.81 | 115.13 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 65 | 18 | 0.97 | 0 | 0.72 | 0.75 | 135.24 | 0.94 | 0.13 |
| Hex | 2 | 41 | 12 | 61 | 0 | 48 | 4B | 87 | 5E | D |
| Octal | 2 | 101 | 22 | 141 | 0 | 110 | 113 | 207 | 136 | 15 |
| Binary | 10 | 1000001 | 10010 | 1100001 | 0 | 1001000 | 1001011 | 10000111 | 1011110 | 1101 |
Color Harmonies of #024112
Complementary color
Monochromatic Colors of #024112
Black with #024112
Text Example
Text Example
White with #024112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024112; }
p { color: rgb(2,65,18); }
H1.HeaderClassName
{
color: #024112;
}
.AnyTagClassName
{
color: #024112;
}
</style>
background-color css
<style>
a { background-color: #024112; }
a { background-color: rgb(2,65,18); }
div.DivClassName
{
background-color: #024112;
}
.BgClassName
{
background-color: #024112;
}
</style>
border-color css
<style>
span { border-color: #024112; }
span { border-color: rgb(2,65,18); }
td.TdClassName
{
border-color: #024112;
}
.TagClassName
{
border-color: #024112;
}
</style>