Shades of British Racing Green #015329
Tints of British Racing Green #015329
RGB
CMYK
RGB Variations
Color information
#015329 (or 0x015329) is known color: British Racing Green. HEX triplet: 01, 53 and 29. RGB value is (1,83,41). Sum of RGB (Red+Green+Blue) = 1+83+41=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 83 (32.81% from 255 or 66.4% from 125); Blue value is 41 (16.41% from 255 or 32.8% from 125); Max value from RGB is 83 - color contains mainly: green. Hex color #015329 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015329 is #FEACD6. Grayscale: #353535. Windows color (decimal): -16690391 or 2708225. OLE color: 2708225.
HSL color Cylindrical-coordinate representation of color #015329: hue angle of 149.27º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015329 is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 83 | 41 | - |
| CMYK | 0.99 | 0 | 0.51 | 0.67 |
| HSL | 149.27º | 0.98% | 0.16% | - |
| HSV(B) | 149.27º | 0.99% | 0.33% | - |
| XYZ | 3.51 | 6.35 | 3.14 | - |
| YUV | 53.69 | 120.83 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 83 | 41 | 0.99 | 0 | 0.51 | 0.67 | 149.27 | 0.98 | 0.16 |
| Hex | 1 | 53 | 29 | 63 | 0 | 33 | 43 | 95 | 62 | 10 |
| Octal | 1 | 123 | 51 | 143 | 0 | 63 | 103 | 225 | 142 | 20 |
| Binary | 1 | 1010011 | 101001 | 1100011 | 0 | 110011 | 1000011 | 10010101 | 1100010 | 10000 |
Color Harmonies of #015329
Complementary color
Monochromatic Colors of #015329
Black with #015329
Text Example
Text Example
White with #015329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015329; }
p { color: rgb(1,83,41); }
H1.HeaderClassName
{
color: #015329;
}
.AnyTagClassName
{
color: #015329;
}
</style>
background-color css
<style>
a { background-color: #015329; }
a { background-color: rgb(1,83,41); }
div.DivClassName
{
background-color: #015329;
}
.BgClassName
{
background-color: #015329;
}
</style>
border-color css
<style>
span { border-color: #015329; }
span { border-color: rgb(1,83,41); }
td.TdClassName
{
border-color: #015329;
}
.TagClassName
{
border-color: #015329;
}
</style>