Shades of British Racing Green #01561E
Tints of British Racing Green #01561E
RGB
CMYK
RGB Variations
Color information
#01561E (or 0x01561E) is known color: British Racing Green. HEX triplet: 01, 56 and 1E. RGB value is (1,86,30). Sum of RGB (Red+Green+Blue) = 1+86+30=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 86 (33.98% from 255 or 73.50% from 117); Blue value is 30 (12.11% from 255 or 25.64% from 117); Max value from RGB is 86 - color contains mainly: green. Hex color #01561E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01561E is #FEA9E1. Grayscale: #363636. Windows color (decimal): -16689634 or 1988097. OLE color: 1988097.
HSL color Cylindrical-coordinate representation of color #01561E: hue angle of 140.47º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01561E is Cyan = 0.99, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 1 | 86 | 30 | - |
| CMYK | 0.99 | 0 | 0.65 | 0.66 |
| HSL | 140.47º | 0.98% | 0.17% | - |
| HSV(B) | 140.47º | 0.99% | 0.34% | - |
| XYZ | 3.57 | 6.76 | 2.34 | - |
| YUV | 54.2 | 114.34 | 90.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 86 | 30 | 0.99 | 0 | 0.65 | 0.66 | 140.47 | 0.98 | 0.17 |
| Hex | 1 | 56 | 1E | 63 | 0 | 41 | 42 | 8C | 62 | 11 |
| Octal | 1 | 126 | 36 | 143 | 0 | 101 | 102 | 214 | 142 | 21 |
| Binary | 1 | 1010110 | 11110 | 1100011 | 0 | 1000001 | 1000010 | 10001100 | 1100010 | 10001 |
Color Harmonies of #01561E
Complementary color
Monochromatic Colors of #01561E
Black with #01561E
Text Example
Text Example
White with #01561E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01561E; }
p { color: rgb(1,86,30); }
H1.HeaderClassName
{
color: #01561E;
}
.AnyTagClassName
{
color: #01561E;
}
</style>
background-color css
<style>
a { background-color: #01561E; }
a { background-color: rgb(1,86,30); }
div.DivClassName
{
background-color: #01561E;
}
.BgClassName
{
background-color: #01561E;
}
</style>
border-color css
<style>
span { border-color: #01561E; }
span { border-color: rgb(1,86,30); }
td.TdClassName
{
border-color: #01561E;
}
.TagClassName
{
border-color: #01561E;
}
</style>