Shades of British Racing Green #014F0E
Tints of British Racing Green #014F0E
RGB
CMYK
RGB Variations
Color information
#014F0E (or 0x014F0E) is known color: British Racing Green. HEX triplet: 01, 4F and 0E. RGB value is (1,79,14). Sum of RGB (Red+Green+Blue) = 1+79+14=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 79 (31.25% from 255 or 84.04% from 94); Blue value is 14 (5.86% from 255 or 14.89% from 94); Max value from RGB is 79 - color contains mainly: green. Hex color #014F0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #014F0E is #FEB0F1. Grayscale: #303030. Windows color (decimal): -16691442 or 937729. OLE color: 937729.
HSL color Cylindrical-coordinate representation of color #014F0E: hue angle of 130º 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 #014F0E is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 79 | 14 | - |
| CMYK | 0.99 | 0 | 0.82 | 0.69 |
| HSL | 130º | 0.98% | 0.16% | - |
| HSV(B) | 130º | 0.99% | 0.31% | - |
| XYZ | 2.89 | 5.63 | 1.35 | - |
| YUV | 48.27 | 108.66 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 79 | 14 | 0.99 | 0 | 0.82 | 0.69 | 130 | 0.98 | 0.16 |
| Hex | 1 | 4F | E | 63 | 0 | 52 | 45 | 82 | 62 | 10 |
| Octal | 1 | 117 | 16 | 143 | 0 | 122 | 105 | 202 | 142 | 20 |
| Binary | 1 | 1001111 | 1110 | 1100011 | 0 | 1010010 | 1000101 | 10000010 | 1100010 | 10000 |
Color Harmonies of #014F0E
Complementary color
Monochromatic Colors of #014F0E
Black with #014F0E
Text Example
Text Example
White with #014F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014F0E; }
p { color: rgb(1,79,14); }
H1.HeaderClassName
{
color: #014F0E;
}
.AnyTagClassName
{
color: #014F0E;
}
</style>
background-color css
<style>
a { background-color: #014F0E; }
a { background-color: rgb(1,79,14); }
div.DivClassName
{
background-color: #014F0E;
}
.BgClassName
{
background-color: #014F0E;
}
</style>
border-color css
<style>
span { border-color: #014F0E; }
span { border-color: rgb(1,79,14); }
td.TdClassName
{
border-color: #014F0E;
}
.TagClassName
{
border-color: #014F0E;
}
</style>