Shades of British Racing Green #015129
Tints of British Racing Green #015129
RGB
CMYK
RGB Variations
Color information
#015129 (or 0x015129) is known color: British Racing Green. HEX triplet: 01, 51 and 29. RGB value is (1,81,41). Sum of RGB (Red+Green+Blue) = 1+81+41=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 81 (32.03% from 255 or 65.85% from 123); Blue value is 41 (16.41% from 255 or 33.33% from 123); Max value from RGB is 81 - color contains mainly: green. Hex color #015129 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015129 is #FEAED6. Grayscale: #343434. Windows color (decimal): -16690903 or 2707713. OLE color: 2707713.
HSL color Cylindrical-coordinate representation of color #015129: hue angle of 150º 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 #015129 is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 1 | 81 | 41 | - |
| CMYK | 0.99 | 0 | 0.49 | 0.68 |
| HSL | 150º | 0.98% | 0.16% | - |
| HSV(B) | 150º | 0.99% | 0.32% | - |
| XYZ | 3.36 | 6.05 | 3.09 | - |
| YUV | 52.52 | 121.5 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 81 | 41 | 0.99 | 0 | 0.49 | 0.68 | 150 | 0.98 | 0.16 |
| Hex | 1 | 51 | 29 | 63 | 0 | 31 | 44 | 96 | 62 | 10 |
| Octal | 1 | 121 | 51 | 143 | 0 | 61 | 104 | 226 | 142 | 20 |
| Binary | 1 | 1010001 | 101001 | 1100011 | 0 | 110001 | 1000100 | 10010110 | 1100010 | 10000 |
Color Harmonies of #015129
Complementary color
Monochromatic Colors of #015129
Black with #015129
Text Example
Text Example
White with #015129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015129; }
p { color: rgb(1,81,41); }
H1.HeaderClassName
{
color: #015129;
}
.AnyTagClassName
{
color: #015129;
}
</style>
background-color css
<style>
a { background-color: #015129; }
a { background-color: rgb(1,81,41); }
div.DivClassName
{
background-color: #015129;
}
.BgClassName
{
background-color: #015129;
}
</style>
border-color css
<style>
span { border-color: #015129; }
span { border-color: rgb(1,81,41); }
td.TdClassName
{
border-color: #015129;
}
.TagClassName
{
border-color: #015129;
}
</style>