Shades of British Racing Green #015037
Tints of British Racing Green #015037
RGB
CMYK
RGB Variations
Color information
#015037 (or 0x015037) is known color: British Racing Green. HEX triplet: 01, 50 and 37. RGB value is (1,80,55). Sum of RGB (Red+Green+Blue) = 1+80+55=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 80 (31.64% from 255 or 58.82% from 136); Blue value is 55 (21.88% from 255 or 40.44% from 136); Max value from RGB is 80 - color contains mainly: green. Hex color #015037 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015037 is #FEAFC8. Grayscale: #353535. Windows color (decimal): -16691145 or 3624961. OLE color: 3624961.
HSL color Cylindrical-coordinate representation of color #015037: hue angle of 161.01º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015037 is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 80 | 55 | - |
| CMYK | 0.99 | 0 | 0.31 | 0.69 |
| HSL | 161.01º | 0.98% | 0.16% | - |
| HSV(B) | 161.01º | 0.99% | 0.31% | - |
| XYZ | 3.57 | 6.02 | 4.59 | - |
| YUV | 53.53 | 128.83 | 90.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 80 | 55 | 0.99 | 0 | 0.31 | 0.69 | 161.01 | 0.98 | 0.16 |
| Hex | 1 | 50 | 37 | 63 | 0 | 1F | 45 | A1 | 62 | 10 |
| Octal | 1 | 120 | 67 | 143 | 0 | 37 | 105 | 241 | 142 | 20 |
| Binary | 1 | 1010000 | 110111 | 1100011 | 0 | 11111 | 1000101 | 10100001 | 1100010 | 10000 |
Color Harmonies of #015037
Complementary color
Monochromatic Colors of #015037
Black with #015037
Text Example
Text Example
White with #015037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015037; }
p { color: rgb(1,80,55); }
H1.HeaderClassName
{
color: #015037;
}
.AnyTagClassName
{
color: #015037;
}
</style>
background-color css
<style>
a { background-color: #015037; }
a { background-color: rgb(1,80,55); }
div.DivClassName
{
background-color: #015037;
}
.BgClassName
{
background-color: #015037;
}
</style>
border-color css
<style>
span { border-color: #015037; }
span { border-color: rgb(1,80,55); }
td.TdClassName
{
border-color: #015037;
}
.TagClassName
{
border-color: #015037;
}
</style>