Shades of British Racing Green #015135
Tints of British Racing Green #015135
RGB
CMYK
RGB Variations
Color information
#015135 (or 0x015135) is known color: British Racing Green. HEX triplet: 01, 51 and 35. RGB value is (1,81,53). Sum of RGB (Red+Green+Blue) = 1+81+53=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 81 (32.03% from 255 or 60% from 135); Blue value is 53 (21.09% from 255 or 39.26% from 135); Max value from RGB is 81 - color contains mainly: green. Hex color #015135 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015135 is #FEAECA. Grayscale: #353535. Windows color (decimal): -16690891 or 3494145. OLE color: 3494145.
HSL color Cylindrical-coordinate representation of color #015135: hue angle of 159º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015135 is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 1 | 81 | 53 | - |
| CMYK | 0.99 | 0 | 0.35 | 0.68 |
| HSL | 159º | 0.98% | 0.16% | - |
| HSV(B) | 159º | 0.99% | 0.32% | - |
| XYZ | 3.6 | 6.15 | 4.37 | - |
| YUV | 53.89 | 127.5 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 81 | 53 | 0.99 | 0 | 0.35 | 0.68 | 159 | 0.98 | 0.16 |
| Hex | 1 | 51 | 35 | 63 | 0 | 23 | 44 | 9F | 62 | 10 |
| Octal | 1 | 121 | 65 | 143 | 0 | 43 | 104 | 237 | 142 | 20 |
| Binary | 1 | 1010001 | 110101 | 1100011 | 0 | 100011 | 1000100 | 10011111 | 1100010 | 10000 |
Color Harmonies of #015135
Complementary color
Monochromatic Colors of #015135
Black with #015135
Text Example
Text Example
White with #015135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015135; }
p { color: rgb(1,81,53); }
H1.HeaderClassName
{
color: #015135;
}
.AnyTagClassName
{
color: #015135;
}
</style>
background-color css
<style>
a { background-color: #015135; }
a { background-color: rgb(1,81,53); }
div.DivClassName
{
background-color: #015135;
}
.BgClassName
{
background-color: #015135;
}
</style>
border-color css
<style>
span { border-color: #015135; }
span { border-color: rgb(1,81,53); }
td.TdClassName
{
border-color: #015135;
}
.TagClassName
{
border-color: #015135;
}
</style>