Shades of British Racing Green #015112
Tints of British Racing Green #015112
RGB
CMYK
RGB Variations
Color information
#015112 (or 0x015112) is known color: British Racing Green. HEX triplet: 01, 51 and 12. RGB value is (1,81,18). Sum of RGB (Red+Green+Blue) = 1+81+18=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 81 (32.03% from 255 or 81% from 100); Blue value is 18 (7.42% from 255 or 18% from 100); Max value from RGB is 81 - color contains mainly: green. Hex color #015112 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015112 is #FEAEED. Grayscale: #323232. Windows color (decimal): -16690926 or 1200385. OLE color: 1200385.
HSL color Cylindrical-coordinate representation of color #015112: hue angle of 132.75º 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 #015112 is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 1 | 81 | 18 | - |
| CMYK | 0.99 | 0 | 0.78 | 0.68 |
| HSL | 132.75º | 0.98% | 0.16% | - |
| HSV(B) | 132.75º | 0.99% | 0.32% | - |
| XYZ | 3.06 | 5.93 | 1.56 | - |
| YUV | 49.9 | 110 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 81 | 18 | 0.99 | 0 | 0.78 | 0.68 | 132.75 | 0.98 | 0.16 |
| Hex | 1 | 51 | 12 | 63 | 0 | 4E | 44 | 85 | 62 | 10 |
| Octal | 1 | 121 | 22 | 143 | 0 | 116 | 104 | 205 | 142 | 20 |
| Binary | 1 | 1010001 | 10010 | 1100011 | 0 | 1001110 | 1000100 | 10000101 | 1100010 | 10000 |
Color Harmonies of #015112
Complementary color
Monochromatic Colors of #015112
Black with #015112
Text Example
Text Example
White with #015112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015112; }
p { color: rgb(1,81,18); }
H1.HeaderClassName
{
color: #015112;
}
.AnyTagClassName
{
color: #015112;
}
</style>
background-color css
<style>
a { background-color: #015112; }
a { background-color: rgb(1,81,18); }
div.DivClassName
{
background-color: #015112;
}
.BgClassName
{
background-color: #015112;
}
</style>
border-color css
<style>
span { border-color: #015112; }
span { border-color: rgb(1,81,18); }
td.TdClassName
{
border-color: #015112;
}
.TagClassName
{
border-color: #015112;
}
</style>