Shades of British Racing Green #01520E
Tints of British Racing Green #01520E
RGB
CMYK
RGB Variations
Color information
#01520E (or 0x01520E) is known color: British Racing Green. HEX triplet: 01, 52 and 0E. RGB value is (1,82,14). Sum of RGB (Red+Green+Blue) = 1+82+14=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 82 (32.42% from 255 or 84.54% from 97); Blue value is 14 (5.86% from 255 or 14.43% from 97); Max value from RGB is 82 - color contains mainly: green. Hex color #01520E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01520E is #FEADF1. Grayscale: #323232. Windows color (decimal): -16690674 or 938497. OLE color: 938497.
HSL color Cylindrical-coordinate representation of color #01520E: hue angle of 129.63º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01520E is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 1 | 82 | 14 | - |
| CMYK | 0.99 | 0 | 0.83 | 0.68 |
| HSL | 129.63º | 0.98% | 0.16% | - |
| HSV(B) | 129.63º | 0.99% | 0.32% | - |
| XYZ | 3.11 | 6.07 | 1.42 | - |
| YUV | 50.03 | 107.66 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 82 | 14 | 0.99 | 0 | 0.83 | 0.68 | 129.63 | 0.98 | 0.16 |
| Hex | 1 | 52 | E | 63 | 0 | 53 | 44 | 82 | 62 | 10 |
| Octal | 1 | 122 | 16 | 143 | 0 | 123 | 104 | 202 | 142 | 20 |
| Binary | 1 | 1010010 | 1110 | 1100011 | 0 | 1010011 | 1000100 | 10000010 | 1100010 | 10000 |
Color Harmonies of #01520E
Complementary color
Monochromatic Colors of #01520E
Black with #01520E
Text Example
Text Example
White with #01520E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01520E; }
p { color: rgb(1,82,14); }
H1.HeaderClassName
{
color: #01520E;
}
.AnyTagClassName
{
color: #01520E;
}
</style>
background-color css
<style>
a { background-color: #01520E; }
a { background-color: rgb(1,82,14); }
div.DivClassName
{
background-color: #01520E;
}
.BgClassName
{
background-color: #01520E;
}
</style>
border-color css
<style>
span { border-color: #01520E; }
span { border-color: rgb(1,82,14); }
td.TdClassName
{
border-color: #01520E;
}
.TagClassName
{
border-color: #01520E;
}
</style>