Shades of British Racing Green #014012
Tints of British Racing Green #014012
RGB
CMYK
RGB Variations
Color information
#014012 (or 0x014012) is known color: British Racing Green. HEX triplet: 01, 40 and 12. RGB value is (1,64,18). Sum of RGB (Red+Green+Blue) = 1+64+18=83 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.20% from 83); Green value is 64 (25.39% from 255 or 77.11% from 83); Blue value is 18 (7.42% from 255 or 21.69% from 83); Max value from RGB is 64 - color contains mainly: green. Hex color #014012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014012 is #FEBFED. Grayscale: #282828. Windows color (decimal): -16695278 or 1196033. OLE color: 1196033.
HSL color Cylindrical-coordinate representation of color #014012: hue angle of 136.19º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #014012 is Cyan = 0.98, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 64 | 18 | - |
| CMYK | 0.98 | 0 | 0.72 | 0.75 |
| HSL | 136.19º | 0.97% | 0.13% | - |
| HSV(B) | 136.19º | 0.98% | 0.25% | - |
| XYZ | 1.96 | 3.72 | 1.19 | - |
| YUV | 39.92 | 115.63 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 64 | 18 | 0.98 | 0 | 0.72 | 0.75 | 136.19 | 0.97 | 0.13 |
| Hex | 1 | 40 | 12 | 62 | 0 | 48 | 4B | 88 | 61 | D |
| Octal | 1 | 100 | 22 | 142 | 0 | 110 | 113 | 210 | 141 | 15 |
| Binary | 1 | 1000000 | 10010 | 1100010 | 0 | 1001000 | 1001011 | 10001000 | 1100001 | 1101 |
Color Harmonies of #014012
Complementary color
Monochromatic Colors of #014012
Black with #014012
Text Example
Text Example
White with #014012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014012; }
p { color: rgb(1,64,18); }
H1.HeaderClassName
{
color: #014012;
}
.AnyTagClassName
{
color: #014012;
}
</style>
background-color css
<style>
a { background-color: #014012; }
a { background-color: rgb(1,64,18); }
div.DivClassName
{
background-color: #014012;
}
.BgClassName
{
background-color: #014012;
}
</style>
border-color css
<style>
span { border-color: #014012; }
span { border-color: rgb(1,64,18); }
td.TdClassName
{
border-color: #014012;
}
.TagClassName
{
border-color: #014012;
}
</style>