Shades of British Racing Green #015625
Tints of British Racing Green #015625
RGB
CMYK
RGB Variations
Color information
#015625 (or 0x015625) is known color: British Racing Green. HEX triplet: 01, 56 and 25. RGB value is (1,86,37). Sum of RGB (Red+Green+Blue) = 1+86+37=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 86 (33.98% from 255 or 69.35% from 124); Blue value is 37 (14.84% from 255 or 29.84% from 124); Max value from RGB is 86 - color contains mainly: green. Hex color #015625 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015625 is #FEA9DA. Grayscale: #373737. Windows color (decimal): -16689627 or 2446849. OLE color: 2446849.
HSL color Cylindrical-coordinate representation of color #015625: hue angle of 145.41º 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 #015625 is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 1 | 86 | 37 | - |
| CMYK | 0.99 | 0 | 0.57 | 0.66 |
| HSL | 145.41º | 0.98% | 0.17% | - |
| HSV(B) | 145.41º | 0.99% | 0.34% | - |
| XYZ | 3.67 | 6.8 | 2.87 | - |
| YUV | 55 | 117.84 | 89.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 86 | 37 | 0.99 | 0 | 0.57 | 0.66 | 145.41 | 0.98 | 0.17 |
| Hex | 1 | 56 | 25 | 63 | 0 | 39 | 42 | 91 | 62 | 11 |
| Octal | 1 | 126 | 45 | 143 | 0 | 71 | 102 | 221 | 142 | 21 |
| Binary | 1 | 1010110 | 100101 | 1100011 | 0 | 111001 | 1000010 | 10010001 | 1100010 | 10001 |
Color Harmonies of #015625
Complementary color
Monochromatic Colors of #015625
Black with #015625
Text Example
Text Example
White with #015625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015625; }
p { color: rgb(1,86,37); }
H1.HeaderClassName
{
color: #015625;
}
.AnyTagClassName
{
color: #015625;
}
</style>
background-color css
<style>
a { background-color: #015625; }
a { background-color: rgb(1,86,37); }
div.DivClassName
{
background-color: #015625;
}
.BgClassName
{
background-color: #015625;
}
</style>
border-color css
<style>
span { border-color: #015625; }
span { border-color: rgb(1,86,37); }
td.TdClassName
{
border-color: #015625;
}
.TagClassName
{
border-color: #015625;
}
</style>