Shades of British Racing Green #02412E
Tints of British Racing Green #02412E
RGB
CMYK
RGB Variations
Color information
#02412E (or 0x02412E) is known color: British Racing Green. HEX triplet: 02, 41 and 2E. RGB value is (2,65,46). Sum of RGB (Red+Green+Blue) = 2+65+46=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 65 (25.78% from 255 or 57.52% from 113); Blue value is 46 (18.36% from 255 or 40.71% from 113); Max value from RGB is 65 - color contains mainly: green. Hex color #02412E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02412E is #FDBED1. Grayscale: #2C2C2C. Windows color (decimal): -16629458 or 3031298. OLE color: 3031298.
HSL color Cylindrical-coordinate representation of color #02412E: hue angle of 161.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 #02412E is Cyan = 0.97, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 2 | 65 | 46 | - |
| CMYK | 0.97 | 0 | 0.29 | 0.75 |
| HSL | 161.9º | 0.94% | 0.13% | - |
| HSV(B) | 161.9º | 0.97% | 0.25% | - |
| XYZ | 2.41 | 3.99 | 3.23 | - |
| YUV | 44 | 129.13 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 65 | 46 | 0.97 | 0 | 0.29 | 0.75 | 161.9 | 0.94 | 0.13 |
| Hex | 2 | 41 | 2E | 61 | 0 | 1D | 4B | A2 | 5E | D |
| Octal | 2 | 101 | 56 | 141 | 0 | 35 | 113 | 242 | 136 | 15 |
| Binary | 10 | 1000001 | 101110 | 1100001 | 0 | 11101 | 1001011 | 10100010 | 1011110 | 1101 |
Color Harmonies of #02412E
Complementary color
Monochromatic Colors of #02412E
Black with #02412E
Text Example
Text Example
White with #02412E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02412E; }
p { color: rgb(2,65,46); }
H1.HeaderClassName
{
color: #02412E;
}
.AnyTagClassName
{
color: #02412E;
}
</style>
background-color css
<style>
a { background-color: #02412E; }
a { background-color: rgb(2,65,46); }
div.DivClassName
{
background-color: #02412E;
}
.BgClassName
{
background-color: #02412E;
}
</style>
border-color css
<style>
span { border-color: #02412E; }
span { border-color: rgb(2,65,46); }
td.TdClassName
{
border-color: #02412E;
}
.TagClassName
{
border-color: #02412E;
}
</style>