Shades of British Racing Green #014F2E
Tints of British Racing Green #014F2E
RGB
CMYK
RGB Variations
Color information
#014F2E (or 0x014F2E) is known color: British Racing Green. HEX triplet: 01, 4F and 2E. RGB value is (1,79,46). Sum of RGB (Red+Green+Blue) = 1+79+46=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 79 (31.25% from 255 or 62.70% from 126); Blue value is 46 (18.36% from 255 or 36.51% from 126); Max value from RGB is 79 - color contains mainly: green. Hex color #014F2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #014F2E is #FEB0D1. Grayscale: #333333. Windows color (decimal): -16691410 or 3034881. OLE color: 3034881.
HSL color Cylindrical-coordinate representation of color #014F2E: hue angle of 154.62º 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 #014F2E is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 79 | 46 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.69 |
| HSL | 154.62º | 0.98% | 0.16% | - |
| HSV(B) | 154.62º | 0.99% | 0.31% | - |
| XYZ | 3.3 | 5.8 | 3.53 | - |
| YUV | 51.92 | 124.66 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 79 | 46 | 0.99 | 0 | 0.42 | 0.69 | 154.62 | 0.98 | 0.16 |
| Hex | 1 | 4F | 2E | 63 | 0 | 2A | 45 | 9B | 62 | 10 |
| Octal | 1 | 117 | 56 | 143 | 0 | 52 | 105 | 233 | 142 | 20 |
| Binary | 1 | 1001111 | 101110 | 1100011 | 0 | 101010 | 1000101 | 10011011 | 1100010 | 10000 |
Color Harmonies of #014F2E
Complementary color
Monochromatic Colors of #014F2E
Black with #014F2E
Text Example
Text Example
White with #014F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014F2E; }
p { color: rgb(1,79,46); }
H1.HeaderClassName
{
color: #014F2E;
}
.AnyTagClassName
{
color: #014F2E;
}
</style>
background-color css
<style>
a { background-color: #014F2E; }
a { background-color: rgb(1,79,46); }
div.DivClassName
{
background-color: #014F2E;
}
.BgClassName
{
background-color: #014F2E;
}
</style>
border-color css
<style>
span { border-color: #014F2E; }
span { border-color: rgb(1,79,46); }
td.TdClassName
{
border-color: #014F2E;
}
.TagClassName
{
border-color: #014F2E;
}
</style>