Shades of British Racing Green #015628
Tints of British Racing Green #015628
RGB
CMYK
RGB Variations
Color information
#015628 (or 0x015628) is known color: British Racing Green. HEX triplet: 01, 56 and 28. RGB value is (1,86,40). Sum of RGB (Red+Green+Blue) = 1+86+40=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 86 (33.98% from 255 or 67.72% from 127); Blue value is 40 (16.02% from 255 or 31.50% from 127); Max value from RGB is 86 - color contains mainly: green. Hex color #015628 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015628 is #FEA9D7. Grayscale: #373737. Windows color (decimal): -16689624 or 2643457. OLE color: 2643457.
HSL color Cylindrical-coordinate representation of color #015628: hue angle of 147.53º 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 #015628 is Cyan = 0.99, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 1 | 86 | 40 | - |
| CMYK | 0.99 | 0 | 0.53 | 0.66 |
| HSL | 147.53º | 0.98% | 0.17% | - |
| HSV(B) | 147.53º | 0.99% | 0.34% | - |
| XYZ | 3.72 | 6.82 | 3.13 | - |
| YUV | 55.34 | 119.34 | 89.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 86 | 40 | 0.99 | 0 | 0.53 | 0.66 | 147.53 | 0.98 | 0.17 |
| Hex | 1 | 56 | 28 | 63 | 0 | 35 | 42 | 94 | 62 | 11 |
| Octal | 1 | 126 | 50 | 143 | 0 | 65 | 102 | 224 | 142 | 21 |
| Binary | 1 | 1010110 | 101000 | 1100011 | 0 | 110101 | 1000010 | 10010100 | 1100010 | 10001 |
Color Harmonies of #015628
Complementary color
Monochromatic Colors of #015628
Black with #015628
Text Example
Text Example
White with #015628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015628; }
p { color: rgb(1,86,40); }
H1.HeaderClassName
{
color: #015628;
}
.AnyTagClassName
{
color: #015628;
}
</style>
background-color css
<style>
a { background-color: #015628; }
a { background-color: rgb(1,86,40); }
div.DivClassName
{
background-color: #015628;
}
.BgClassName
{
background-color: #015628;
}
</style>
border-color css
<style>
span { border-color: #015628; }
span { border-color: rgb(1,86,40); }
td.TdClassName
{
border-color: #015628;
}
.TagClassName
{
border-color: #015628;
}
</style>