Shades of British Racing Green #015134
Tints of British Racing Green #015134
RGB
CMYK
RGB Variations
Color information
#015134 (or 0x015134) is known color: British Racing Green. HEX triplet: 01, 51 and 34. RGB value is (1,81,52). Sum of RGB (Red+Green+Blue) = 1+81+52=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 81 (32.03% from 255 or 60.45% from 134); Blue value is 52 (20.70% from 255 or 38.81% from 134); Max value from RGB is 81 - color contains mainly: green. Hex color #015134 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015134 is #FEAECB. Grayscale: #353535. Windows color (decimal): -16690892 or 3428609. OLE color: 3428609.
HSL color Cylindrical-coordinate representation of color #015134: hue angle of 158.25º 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 #015134 is Cyan = 0.99, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 1 | 81 | 52 | - |
| CMYK | 0.99 | 0 | 0.36 | 0.68 |
| HSL | 158.25º | 0.98% | 0.16% | - |
| HSV(B) | 158.25º | 0.99% | 0.32% | - |
| XYZ | 3.57 | 6.14 | 4.25 | - |
| YUV | 53.77 | 127 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 81 | 52 | 0.99 | 0 | 0.36 | 0.68 | 158.25 | 0.98 | 0.16 |
| Hex | 1 | 51 | 34 | 63 | 0 | 24 | 44 | 9E | 62 | 10 |
| Octal | 1 | 121 | 64 | 143 | 0 | 44 | 104 | 236 | 142 | 20 |
| Binary | 1 | 1010001 | 110100 | 1100011 | 0 | 100100 | 1000100 | 10011110 | 1100010 | 10000 |
Color Harmonies of #015134
Complementary color
Monochromatic Colors of #015134
Black with #015134
Text Example
Text Example
White with #015134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015134; }
p { color: rgb(1,81,52); }
H1.HeaderClassName
{
color: #015134;
}
.AnyTagClassName
{
color: #015134;
}
</style>
background-color css
<style>
a { background-color: #015134; }
a { background-color: rgb(1,81,52); }
div.DivClassName
{
background-color: #015134;
}
.BgClassName
{
background-color: #015134;
}
</style>
border-color css
<style>
span { border-color: #015134; }
span { border-color: rgb(1,81,52); }
td.TdClassName
{
border-color: #015134;
}
.TagClassName
{
border-color: #015134;
}
</style>