Shades of British Racing Green #014E29
Tints of British Racing Green #014E29
RGB
CMYK
RGB Variations
Color information
#014E29 (or 0x014E29) is known color: British Racing Green. HEX triplet: 01, 4E and 29. RGB value is (1,78,41). Sum of RGB (Red+Green+Blue) = 1+78+41=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 78 (30.86% from 255 or 65% from 120); Blue value is 41 (16.41% from 255 or 34.17% from 120); Max value from RGB is 78 - color contains mainly: green. Hex color #014E29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #014E29 is #FEB1D6. Grayscale: #323232. Windows color (decimal): -16691671 or 2706945. OLE color: 2706945.
HSL color Cylindrical-coordinate representation of color #014E29: hue angle of 151.17º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014E29 is Cyan = 0.99, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 78 | 41 | - |
| CMYK | 0.99 | 0 | 0.47 | 0.69 |
| HSL | 151.17º | 0.97% | 0.15% | - |
| HSV(B) | 151.17º | 0.99% | 0.31% | - |
| XYZ | 3.14 | 5.62 | 3.02 | - |
| YUV | 50.76 | 122.49 | 92.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 78 | 41 | 0.99 | 0 | 0.47 | 0.69 | 151.17 | 0.97 | 0.15 |
| Hex | 1 | 4E | 29 | 63 | 0 | 2F | 45 | 97 | 61 | F |
| Octal | 1 | 116 | 51 | 143 | 0 | 57 | 105 | 227 | 141 | 17 |
| Binary | 1 | 1001110 | 101001 | 1100011 | 0 | 101111 | 1000101 | 10010111 | 1100001 | 1111 |
Color Harmonies of #014E29
Complementary color
Monochromatic Colors of #014E29
Black with #014E29
Text Example
Text Example
White with #014E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014E29; }
p { color: rgb(1,78,41); }
H1.HeaderClassName
{
color: #014E29;
}
.AnyTagClassName
{
color: #014E29;
}
</style>
background-color css
<style>
a { background-color: #014E29; }
a { background-color: rgb(1,78,41); }
div.DivClassName
{
background-color: #014E29;
}
.BgClassName
{
background-color: #014E29;
}
</style>
border-color css
<style>
span { border-color: #014E29; }
span { border-color: rgb(1,78,41); }
td.TdClassName
{
border-color: #014E29;
}
.TagClassName
{
border-color: #014E29;
}
</style>