Shades of British Racing Green #01561C
Tints of British Racing Green #01561C
RGB
CMYK
RGB Variations
Color information
#01561C (or 0x01561C) is known color: British Racing Green. HEX triplet: 01, 56 and 1C. RGB value is (1,86,28). Sum of RGB (Red+Green+Blue) = 1+86+28=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 86 (33.98% from 255 or 74.78% from 115); Blue value is 28 (11.33% from 255 or 24.35% from 115); Max value from RGB is 86 - color contains mainly: green. Hex color #01561C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01561C is #FEA9E3. Grayscale: #363636. Windows color (decimal): -16689636 or 1857025. OLE color: 1857025.
HSL color Cylindrical-coordinate representation of color #01561C: hue angle of 139.06º 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 #01561C is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 1 | 86 | 28 | - |
| CMYK | 0.99 | 0 | 0.67 | 0.66 |
| HSL | 139.06º | 0.98% | 0.17% | - |
| HSV(B) | 139.06º | 0.99% | 0.34% | - |
| XYZ | 3.55 | 6.75 | 2.21 | - |
| YUV | 53.97 | 113.34 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 86 | 28 | 0.99 | 0 | 0.67 | 0.66 | 139.06 | 0.98 | 0.17 |
| Hex | 1 | 56 | 1C | 63 | 0 | 43 | 42 | 8B | 62 | 11 |
| Octal | 1 | 126 | 34 | 143 | 0 | 103 | 102 | 213 | 142 | 21 |
| Binary | 1 | 1010110 | 11100 | 1100011 | 0 | 1000011 | 1000010 | 10001011 | 1100010 | 10001 |
Color Harmonies of #01561C
Complementary color
Monochromatic Colors of #01561C
Black with #01561C
Text Example
Text Example
White with #01561C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01561C; }
p { color: rgb(1,86,28); }
H1.HeaderClassName
{
color: #01561C;
}
.AnyTagClassName
{
color: #01561C;
}
</style>
background-color css
<style>
a { background-color: #01561C; }
a { background-color: rgb(1,86,28); }
div.DivClassName
{
background-color: #01561C;
}
.BgClassName
{
background-color: #01561C;
}
</style>
border-color css
<style>
span { border-color: #01561C; }
span { border-color: rgb(1,86,28); }
td.TdClassName
{
border-color: #01561C;
}
.TagClassName
{
border-color: #01561C;
}
</style>