Shades of British Racing Green #01562C
Tints of British Racing Green #01562C
RGB
CMYK
RGB Variations
Color information
#01562C (or 0x01562C) is known color: British Racing Green. HEX triplet: 01, 56 and 2C. RGB value is (1,86,44). Sum of RGB (Red+Green+Blue) = 1+86+44=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 86 (33.98% from 255 or 65.65% from 131); Blue value is 44 (17.58% from 255 or 33.59% from 131); Max value from RGB is 86 - color contains mainly: green. Hex color #01562C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01562C is #FEA9D3. Grayscale: #373737. Windows color (decimal): -16689620 or 2905601. OLE color: 2905601.
HSL color Cylindrical-coordinate representation of color #01562C: hue angle of 150.35º 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 #01562C is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 1 | 86 | 44 | - |
| CMYK | 0.99 | 0 | 0.49 | 0.66 |
| HSL | 150.35º | 0.98% | 0.17% | - |
| HSV(B) | 150.35º | 0.99% | 0.34% | - |
| XYZ | 3.79 | 6.84 | 3.5 | - |
| YUV | 55.8 | 121.34 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 86 | 44 | 0.99 | 0 | 0.49 | 0.66 | 150.35 | 0.98 | 0.17 |
| Hex | 1 | 56 | 2C | 63 | 0 | 31 | 42 | 96 | 62 | 11 |
| Octal | 1 | 126 | 54 | 143 | 0 | 61 | 102 | 226 | 142 | 21 |
| Binary | 1 | 1010110 | 101100 | 1100011 | 0 | 110001 | 1000010 | 10010110 | 1100010 | 10001 |
Color Harmonies of #01562C
Complementary color
Monochromatic Colors of #01562C
Black with #01562C
Text Example
Text Example
White with #01562C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01562C; }
p { color: rgb(1,86,44); }
H1.HeaderClassName
{
color: #01562C;
}
.AnyTagClassName
{
color: #01562C;
}
</style>
background-color css
<style>
a { background-color: #01562C; }
a { background-color: rgb(1,86,44); }
div.DivClassName
{
background-color: #01562C;
}
.BgClassName
{
background-color: #01562C;
}
</style>
border-color css
<style>
span { border-color: #01562C; }
span { border-color: rgb(1,86,44); }
td.TdClassName
{
border-color: #01562C;
}
.TagClassName
{
border-color: #01562C;
}
</style>