Shades of British Racing Green #02511A
Tints of British Racing Green #02511A
RGB
CMYK
RGB Variations
Color information
#02511A (or 0x02511A) is known color: British Racing Green. HEX triplet: 02, 51 and 1A. RGB value is (2,81,26). Sum of RGB (Red+Green+Blue) = 2+81+26=109 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.83% from 109); Green value is 81 (32.03% from 255 or 74.31% from 109); Blue value is 26 (10.55% from 255 or 23.85% from 109); Max value from RGB is 81 - color contains mainly: green. Hex color #02511A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02511A is #FDAEE5. Grayscale: #333333. Windows color (decimal): -16625382 or 1724674. OLE color: 1724674.
HSL color Cylindrical-coordinate representation of color #02511A: hue angle of 138.23º 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 #02511A is Cyan = 0.98, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 2 | 81 | 26 | - |
| CMYK | 0.98 | 0 | 0.68 | 0.68 |
| HSL | 138.23º | 0.95% | 0.16% | - |
| HSV(B) | 138.23º | 0.98% | 0.32% | - |
| XYZ | 3.15 | 5.97 | 1.96 | - |
| YUV | 51.11 | 113.83 | 92.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 81 | 26 | 0.98 | 0 | 0.68 | 0.68 | 138.23 | 0.95 | 0.16 |
| Hex | 2 | 51 | 1A | 62 | 0 | 44 | 44 | 8A | 5F | 10 |
| Octal | 2 | 121 | 32 | 142 | 0 | 104 | 104 | 212 | 137 | 20 |
| Binary | 10 | 1010001 | 11010 | 1100010 | 0 | 1000100 | 1000100 | 10001010 | 1011111 | 10000 |
Color Harmonies of #02511A
Complementary color
Monochromatic Colors of #02511A
Black with #02511A
Text Example
Text Example
White with #02511A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02511A; }
p { color: rgb(2,81,26); }
H1.HeaderClassName
{
color: #02511A;
}
.AnyTagClassName
{
color: #02511A;
}
</style>
background-color css
<style>
a { background-color: #02511A; }
a { background-color: rgb(2,81,26); }
div.DivClassName
{
background-color: #02511A;
}
.BgClassName
{
background-color: #02511A;
}
</style>
border-color css
<style>
span { border-color: #02511A; }
span { border-color: rgb(2,81,26); }
td.TdClassName
{
border-color: #02511A;
}
.TagClassName
{
border-color: #02511A;
}
</style>