Shades of British Racing Green #015516
Tints of British Racing Green #015516
RGB
CMYK
RGB Variations
Color information
#015516 (or 0x015516) is known color: British Racing Green. HEX triplet: 01, 55 and 16. RGB value is (1,85,22). Sum of RGB (Red+Green+Blue) = 1+85+22=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 85 (33.59% from 255 or 78.70% from 108); Blue value is 22 (8.98% from 255 or 20.37% from 108); Max value from RGB is 85 - color contains mainly: green. Hex color #015516 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015516 is #FEAAE9. Grayscale: #343434. Windows color (decimal): -16689898 or 1463553. OLE color: 1463553.
HSL color Cylindrical-coordinate representation of color #015516: hue angle of 135º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015516 is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 85 | 22 | - |
| CMYK | 0.99 | 0 | 0.74 | 0.67 |
| HSL | 135º | 0.98% | 0.17% | - |
| HSV(B) | 135º | 0.99% | 0.33% | - |
| XYZ | 3.41 | 6.56 | 1.85 | - |
| YUV | 52.7 | 110.67 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 85 | 22 | 0.99 | 0 | 0.74 | 0.67 | 135 | 0.98 | 0.17 |
| Hex | 1 | 55 | 16 | 63 | 0 | 4A | 43 | 87 | 62 | 11 |
| Octal | 1 | 125 | 26 | 143 | 0 | 112 | 103 | 207 | 142 | 21 |
| Binary | 1 | 1010101 | 10110 | 1100011 | 0 | 1001010 | 1000011 | 10000111 | 1100010 | 10001 |
Color Harmonies of #015516
Complementary color
Monochromatic Colors of #015516
Black with #015516
Text Example
Text Example
White with #015516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015516; }
p { color: rgb(1,85,22); }
H1.HeaderClassName
{
color: #015516;
}
.AnyTagClassName
{
color: #015516;
}
</style>
background-color css
<style>
a { background-color: #015516; }
a { background-color: rgb(1,85,22); }
div.DivClassName
{
background-color: #015516;
}
.BgClassName
{
background-color: #015516;
}
</style>
border-color css
<style>
span { border-color: #015516; }
span { border-color: rgb(1,85,22); }
td.TdClassName
{
border-color: #015516;
}
.TagClassName
{
border-color: #015516;
}
</style>