Shades of British Racing Green #014C12
Tints of British Racing Green #014C12
RGB
CMYK
RGB Variations
Color information
#014C12 (or 0x014C12) is known color: British Racing Green. HEX triplet: 01, 4C and 12. RGB value is (1,76,18). Sum of RGB (Red+Green+Blue) = 1+76+18=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 76 (30.08% from 255 or 80% from 95); Blue value is 18 (7.42% from 255 or 18.95% from 95); Max value from RGB is 76 - color contains mainly: green. Hex color #014C12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014C12 is #FEB3ED. Grayscale: #2F2F2F. Windows color (decimal): -16692206 or 1199105. OLE color: 1199105.
HSL color Cylindrical-coordinate representation of color #014C12: hue angle of 133.6º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014C12 is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 76 | 18 | - |
| CMYK | 0.99 | 0 | 0.76 | 0.70 |
| HSL | 133.6º | 0.97% | 0.15% | - |
| HSV(B) | 133.6º | 0.99% | 0.3% | - |
| XYZ | 2.71 | 5.22 | 1.44 | - |
| YUV | 46.96 | 111.65 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 76 | 18 | 0.99 | 0 | 0.76 | 0.70 | 133.6 | 0.97 | 0.15 |
| Hex | 1 | 4C | 12 | 63 | 0 | 4C | 46 | 86 | 61 | F |
| Octal | 1 | 114 | 22 | 143 | 0 | 114 | 106 | 206 | 141 | 17 |
| Binary | 1 | 1001100 | 10010 | 1100011 | 0 | 1001100 | 1000110 | 10000110 | 1100001 | 1111 |
Color Harmonies of #014C12
Complementary color
Monochromatic Colors of #014C12
Black with #014C12
Text Example
Text Example
White with #014C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014C12; }
p { color: rgb(1,76,18); }
H1.HeaderClassName
{
color: #014C12;
}
.AnyTagClassName
{
color: #014C12;
}
</style>
background-color css
<style>
a { background-color: #014C12; }
a { background-color: rgb(1,76,18); }
div.DivClassName
{
background-color: #014C12;
}
.BgClassName
{
background-color: #014C12;
}
</style>
border-color css
<style>
span { border-color: #014C12; }
span { border-color: rgb(1,76,18); }
td.TdClassName
{
border-color: #014C12;
}
.TagClassName
{
border-color: #014C12;
}
</style>