Shades of British Racing Green #02511C
Tints of British Racing Green #02511C
RGB
CMYK
RGB Variations
Color information
#02511C (or 0x02511C) is known color: British Racing Green. HEX triplet: 02, 51 and 1C. RGB value is (2,81,28). Sum of RGB (Red+Green+Blue) = 2+81+28=111 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.80% from 111); Green value is 81 (32.03% from 255 or 72.97% from 111); Blue value is 28 (11.33% from 255 or 25.23% from 111); Max value from RGB is 81 - color contains mainly: green. Hex color #02511C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02511C is #FDAEE3. Grayscale: #333333. Windows color (decimal): -16625380 or 1855746. OLE color: 1855746.
HSL color Cylindrical-coordinate representation of color #02511C: hue angle of 139.75º 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 #02511C is Cyan = 0.98, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 2 | 81 | 28 | - |
| CMYK | 0.98 | 0 | 0.65 | 0.68 |
| HSL | 139.75º | 0.95% | 0.16% | - |
| HSV(B) | 139.75º | 0.98% | 0.32% | - |
| XYZ | 3.18 | 5.98 | 2.09 | - |
| YUV | 51.34 | 114.83 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 81 | 28 | 0.98 | 0 | 0.65 | 0.68 | 139.75 | 0.95 | 0.16 |
| Hex | 2 | 51 | 1C | 62 | 0 | 41 | 44 | 8C | 5F | 10 |
| Octal | 2 | 121 | 34 | 142 | 0 | 101 | 104 | 214 | 137 | 20 |
| Binary | 10 | 1010001 | 11100 | 1100010 | 0 | 1000001 | 1000100 | 10001100 | 1011111 | 10000 |
Color Harmonies of #02511C
Complementary color
Monochromatic Colors of #02511C
Black with #02511C
Text Example
Text Example
White with #02511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02511C; }
p { color: rgb(2,81,28); }
H1.HeaderClassName
{
color: #02511C;
}
.AnyTagClassName
{
color: #02511C;
}
</style>
background-color css
<style>
a { background-color: #02511C; }
a { background-color: rgb(2,81,28); }
div.DivClassName
{
background-color: #02511C;
}
.BgClassName
{
background-color: #02511C;
}
</style>
border-color css
<style>
span { border-color: #02511C; }
span { border-color: rgb(2,81,28); }
td.TdClassName
{
border-color: #02511C;
}
.TagClassName
{
border-color: #02511C;
}
</style>