Shades of British Racing Green #014F12
Tints of British Racing Green #014F12
RGB
CMYK
RGB Variations
Color information
#014F12 (or 0x014F12) is known color: British Racing Green. HEX triplet: 01, 4F and 12. RGB value is (1,79,18). Sum of RGB (Red+Green+Blue) = 1+79+18=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 79 (31.25% from 255 or 80.61% from 98); Blue value is 18 (7.42% from 255 or 18.37% from 98); Max value from RGB is 79 - color contains mainly: green. Hex color #014F12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #014F12 is #FEB0ED. Grayscale: #303030. Windows color (decimal): -16691438 or 1199873. OLE color: 1199873.
HSL color Cylindrical-coordinate representation of color #014F12: hue angle of 133.08º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014F12 is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 79 | 18 | - |
| CMYK | 0.99 | 0 | 0.77 | 0.69 |
| HSL | 133.08º | 0.98% | 0.16% | - |
| HSV(B) | 133.08º | 0.99% | 0.31% | - |
| XYZ | 2.92 | 5.64 | 1.51 | - |
| YUV | 48.72 | 110.66 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 79 | 18 | 0.99 | 0 | 0.77 | 0.69 | 133.08 | 0.98 | 0.16 |
| Hex | 1 | 4F | 12 | 63 | 0 | 4D | 45 | 85 | 62 | 10 |
| Octal | 1 | 117 | 22 | 143 | 0 | 115 | 105 | 205 | 142 | 20 |
| Binary | 1 | 1001111 | 10010 | 1100011 | 0 | 1001101 | 1000101 | 10000101 | 1100010 | 10000 |
Color Harmonies of #014F12
Complementary color
Monochromatic Colors of #014F12
Black with #014F12
Text Example
Text Example
White with #014F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014F12; }
p { color: rgb(1,79,18); }
H1.HeaderClassName
{
color: #014F12;
}
.AnyTagClassName
{
color: #014F12;
}
</style>
background-color css
<style>
a { background-color: #014F12; }
a { background-color: rgb(1,79,18); }
div.DivClassName
{
background-color: #014F12;
}
.BgClassName
{
background-color: #014F12;
}
</style>
border-color css
<style>
span { border-color: #014F12; }
span { border-color: rgb(1,79,18); }
td.TdClassName
{
border-color: #014F12;
}
.TagClassName
{
border-color: #014F12;
}
</style>