Shades of British Racing Green #015116
Tints of British Racing Green #015116
RGB
CMYK
RGB Variations
Color information
#015116 (or 0x015116) is known color: British Racing Green. HEX triplet: 01, 51 and 16. RGB value is (1,81,22). Sum of RGB (Red+Green+Blue) = 1+81+22=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 81 (32.03% from 255 or 77.88% from 104); Blue value is 22 (8.98% from 255 or 21.15% from 104); Max value from RGB is 81 - color contains mainly: green. Hex color #015116 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015116 is #FEAEE9. Grayscale: #323232. Windows color (decimal): -16690922 or 1462529. OLE color: 1462529.
HSL color Cylindrical-coordinate representation of color #015116: hue angle of 135.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 #015116 is Cyan = 0.99, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 1 | 81 | 22 | - |
| CMYK | 0.99 | 0 | 0.73 | 0.68 |
| HSL | 135.75º | 0.98% | 0.16% | - |
| HSV(B) | 135.75º | 0.99% | 0.32% | - |
| XYZ | 3.1 | 5.95 | 1.74 | - |
| YUV | 50.35 | 112 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 81 | 22 | 0.99 | 0 | 0.73 | 0.68 | 135.75 | 0.98 | 0.16 |
| Hex | 1 | 51 | 16 | 63 | 0 | 49 | 44 | 88 | 62 | 10 |
| Octal | 1 | 121 | 26 | 143 | 0 | 111 | 104 | 210 | 142 | 20 |
| Binary | 1 | 1010001 | 10110 | 1100011 | 0 | 1001001 | 1000100 | 10001000 | 1100010 | 10000 |
Color Harmonies of #015116
Complementary color
Monochromatic Colors of #015116
Black with #015116
Text Example
Text Example
White with #015116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015116; }
p { color: rgb(1,81,22); }
H1.HeaderClassName
{
color: #015116;
}
.AnyTagClassName
{
color: #015116;
}
</style>
background-color css
<style>
a { background-color: #015116; }
a { background-color: rgb(1,81,22); }
div.DivClassName
{
background-color: #015116;
}
.BgClassName
{
background-color: #015116;
}
</style>
border-color css
<style>
span { border-color: #015116; }
span { border-color: rgb(1,81,22); }
td.TdClassName
{
border-color: #015116;
}
.TagClassName
{
border-color: #015116;
}
</style>