Shades of British Racing Green #02512E
Tints of British Racing Green #02512E
RGB
CMYK
RGB Variations
Color information
#02512E (or 0x02512E) is known color: British Racing Green. HEX triplet: 02, 51 and 2E. RGB value is (2,81,46). Sum of RGB (Red+Green+Blue) = 2+81+46=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 81 (32.03% from 255 or 62.79% from 129); Blue value is 46 (18.36% from 255 or 35.66% from 129); Max value from RGB is 81 - color contains mainly: green. Hex color #02512E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02512E is #FDAED1. Grayscale: #353535. Windows color (decimal): -16625362 or 3035394. OLE color: 3035394.
HSL color Cylindrical-coordinate representation of color #02512E: hue angle of 153.42º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02512E is Cyan = 0.98, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 2 | 81 | 46 | - |
| CMYK | 0.98 | 0 | 0.43 | 0.68 |
| HSL | 153.42º | 0.95% | 0.16% | - |
| HSV(B) | 153.42º | 0.98% | 0.32% | - |
| XYZ | 3.46 | 6.1 | 3.58 | - |
| YUV | 53.39 | 123.83 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 81 | 46 | 0.98 | 0 | 0.43 | 0.68 | 153.42 | 0.95 | 0.16 |
| Hex | 2 | 51 | 2E | 62 | 0 | 2B | 44 | 99 | 5F | 10 |
| Octal | 2 | 121 | 56 | 142 | 0 | 53 | 104 | 231 | 137 | 20 |
| Binary | 10 | 1010001 | 101110 | 1100010 | 0 | 101011 | 1000100 | 10011001 | 1011111 | 10000 |
Color Harmonies of #02512E
Complementary color
Monochromatic Colors of #02512E
Black with #02512E
Text Example
Text Example
White with #02512E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02512E; }
p { color: rgb(2,81,46); }
H1.HeaderClassName
{
color: #02512E;
}
.AnyTagClassName
{
color: #02512E;
}
</style>
background-color css
<style>
a { background-color: #02512E; }
a { background-color: rgb(2,81,46); }
div.DivClassName
{
background-color: #02512E;
}
.BgClassName
{
background-color: #02512E;
}
</style>
border-color css
<style>
span { border-color: #02512E; }
span { border-color: rgb(2,81,46); }
td.TdClassName
{
border-color: #02512E;
}
.TagClassName
{
border-color: #02512E;
}
</style>