Shades of British Racing Green #015412
Tints of British Racing Green #015412
RGB
CMYK
RGB Variations
Color information
#015412 (or 0x015412) is known color: British Racing Green. HEX triplet: 01, 54 and 12. RGB value is (1,84,18). Sum of RGB (Red+Green+Blue) = 1+84+18=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 84 (33.20% from 255 or 81.55% from 103); Blue value is 18 (7.42% from 255 or 17.48% from 103); Max value from RGB is 84 - color contains mainly: green. Hex color #015412 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015412 is #FEABED. Grayscale: #333333. Windows color (decimal): -16690158 or 1201153. OLE color: 1201153.
HSL color Cylindrical-coordinate representation of color #015412: hue angle of 132.29º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015412 is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 84 | 18 | - |
| CMYK | 0.99 | 0 | 0.79 | 0.67 |
| HSL | 132.29º | 0.98% | 0.17% | - |
| HSV(B) | 132.29º | 0.99% | 0.33% | - |
| XYZ | 3.29 | 6.39 | 1.63 | - |
| YUV | 51.66 | 109 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 84 | 18 | 0.99 | 0 | 0.79 | 0.67 | 132.29 | 0.98 | 0.17 |
| Hex | 1 | 54 | 12 | 63 | 0 | 4F | 43 | 84 | 62 | 11 |
| Octal | 1 | 124 | 22 | 143 | 0 | 117 | 103 | 204 | 142 | 21 |
| Binary | 1 | 1010100 | 10010 | 1100011 | 0 | 1001111 | 1000011 | 10000100 | 1100010 | 10001 |
Color Harmonies of #015412
Complementary color
Monochromatic Colors of #015412
Black with #015412
Text Example
Text Example
White with #015412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015412; }
p { color: rgb(1,84,18); }
H1.HeaderClassName
{
color: #015412;
}
.AnyTagClassName
{
color: #015412;
}
</style>
background-color css
<style>
a { background-color: #015412; }
a { background-color: rgb(1,84,18); }
div.DivClassName
{
background-color: #015412;
}
.BgClassName
{
background-color: #015412;
}
</style>
border-color css
<style>
span { border-color: #015412; }
span { border-color: rgb(1,84,18); }
td.TdClassName
{
border-color: #015412;
}
.TagClassName
{
border-color: #015412;
}
</style>