Shades of British Racing Green #015727
Tints of British Racing Green #015727
RGB
CMYK
RGB Variations
Color information
#015727 (or 0x015727) is known color: British Racing Green. HEX triplet: 01, 57 and 27. RGB value is (1,87,39). Sum of RGB (Red+Green+Blue) = 1+87+39=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 87 (34.38% from 255 or 68.50% from 127); Blue value is 39 (15.62% from 255 or 30.71% from 127); Max value from RGB is 87 - color contains mainly: green. Hex color #015727 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015727 is #FEA8D8. Grayscale: #373737. Windows color (decimal): -16689369 or 2578177. OLE color: 2578177.
HSL color Cylindrical-coordinate representation of color #015727: hue angle of 146.51º 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 #015727 is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 1 | 87 | 39 | - |
| CMYK | 0.99 | 0 | 0.55 | 0.66 |
| HSL | 146.51º | 0.98% | 0.17% | - |
| HSV(B) | 146.51º | 0.99% | 0.34% | - |
| XYZ | 3.79 | 6.97 | 3.07 | - |
| YUV | 55.81 | 118.51 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 87 | 39 | 0.99 | 0 | 0.55 | 0.66 | 146.51 | 0.98 | 0.17 |
| Hex | 1 | 57 | 27 | 63 | 0 | 37 | 42 | 93 | 62 | 11 |
| Octal | 1 | 127 | 47 | 143 | 0 | 67 | 102 | 223 | 142 | 21 |
| Binary | 1 | 1010111 | 100111 | 1100011 | 0 | 110111 | 1000010 | 10010011 | 1100010 | 10001 |
Color Harmonies of #015727
Complementary color
Monochromatic Colors of #015727
Black with #015727
Text Example
Text Example
White with #015727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015727; }
p { color: rgb(1,87,39); }
H1.HeaderClassName
{
color: #015727;
}
.AnyTagClassName
{
color: #015727;
}
</style>
background-color css
<style>
a { background-color: #015727; }
a { background-color: rgb(1,87,39); }
div.DivClassName
{
background-color: #015727;
}
.BgClassName
{
background-color: #015727;
}
</style>
border-color css
<style>
span { border-color: #015727; }
span { border-color: rgb(1,87,39); }
td.TdClassName
{
border-color: #015727;
}
.TagClassName
{
border-color: #015727;
}
</style>