Shades of British Racing Green #015210
Tints of British Racing Green #015210
RGB
CMYK
RGB Variations
Color information
#015210 (or 0x015210) is known color: British Racing Green. HEX triplet: 01, 52 and 10. RGB value is (1,82,16). Sum of RGB (Red+Green+Blue) = 1+82+16=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 82 (32.42% from 255 or 82.83% from 99); Blue value is 16 (6.64% from 255 or 16.16% from 99); Max value from RGB is 82 - color contains mainly: green. Hex color #015210 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015210 is #FEADEF. Grayscale: #323232. Windows color (decimal): -16690672 or 1069569. OLE color: 1069569.
HSL color Cylindrical-coordinate representation of color #015210: hue angle of 131.11º 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 #015210 is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 1 | 82 | 16 | - |
| CMYK | 0.99 | 0 | 0.80 | 0.68 |
| HSL | 131.11º | 0.98% | 0.16% | - |
| HSV(B) | 131.11º | 0.99% | 0.32% | - |
| XYZ | 3.12 | 6.08 | 1.5 | - |
| YUV | 50.26 | 108.66 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 82 | 16 | 0.99 | 0 | 0.80 | 0.68 | 131.11 | 0.98 | 0.16 |
| Hex | 1 | 52 | 10 | 63 | 0 | 50 | 44 | 83 | 62 | 10 |
| Octal | 1 | 122 | 20 | 143 | 0 | 120 | 104 | 203 | 142 | 20 |
| Binary | 1 | 1010010 | 10000 | 1100011 | 0 | 1010000 | 1000100 | 10000011 | 1100010 | 10000 |
Color Harmonies of #015210
Complementary color
Monochromatic Colors of #015210
Black with #015210
Text Example
Text Example
White with #015210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015210; }
p { color: rgb(1,82,16); }
H1.HeaderClassName
{
color: #015210;
}
.AnyTagClassName
{
color: #015210;
}
</style>
background-color css
<style>
a { background-color: #015210; }
a { background-color: rgb(1,82,16); }
div.DivClassName
{
background-color: #015210;
}
.BgClassName
{
background-color: #015210;
}
</style>
border-color css
<style>
span { border-color: #015210; }
span { border-color: rgb(1,82,16); }
td.TdClassName
{
border-color: #015210;
}
.TagClassName
{
border-color: #015210;
}
</style>