Shades of British Racing Green #014E1E
Tints of British Racing Green #014E1E
RGB
CMYK
RGB Variations
Color information
#014E1E (or 0x014E1E) is known color: British Racing Green. HEX triplet: 01, 4E and 1E. RGB value is (1,78,30). Sum of RGB (Red+Green+Blue) = 1+78+30=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 78 (30.86% from 255 or 71.56% from 109); Blue value is 30 (12.11% from 255 or 27.52% from 109); Max value from RGB is 78 - color contains mainly: green. Hex color #014E1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #014E1E is #FEB1E1. Grayscale: #313131. Windows color (decimal): -16691682 or 1986049. OLE color: 1986049.
HSL color Cylindrical-coordinate representation of color #014E1E: hue angle of 142.6º 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 #014E1E is Cyan = 0.99, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 78 | 30 | - |
| CMYK | 0.99 | 0 | 0.62 | 0.69 |
| HSL | 142.6º | 0.97% | 0.15% | - |
| HSV(B) | 142.6º | 0.99% | 0.31% | - |
| XYZ | 2.97 | 5.55 | 2.14 | - |
| YUV | 49.51 | 116.99 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 78 | 30 | 0.99 | 0 | 0.62 | 0.69 | 142.6 | 0.97 | 0.15 |
| Hex | 1 | 4E | 1E | 63 | 0 | 3E | 45 | 8F | 61 | F |
| Octal | 1 | 116 | 36 | 143 | 0 | 76 | 105 | 217 | 141 | 17 |
| Binary | 1 | 1001110 | 11110 | 1100011 | 0 | 111110 | 1000101 | 10001111 | 1100001 | 1111 |
Color Harmonies of #014E1E
Complementary color
Monochromatic Colors of #014E1E
Black with #014E1E
Text Example
Text Example
White with #014E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014E1E; }
p { color: rgb(1,78,30); }
H1.HeaderClassName
{
color: #014E1E;
}
.AnyTagClassName
{
color: #014E1E;
}
</style>
background-color css
<style>
a { background-color: #014E1E; }
a { background-color: rgb(1,78,30); }
div.DivClassName
{
background-color: #014E1E;
}
.BgClassName
{
background-color: #014E1E;
}
</style>
border-color css
<style>
span { border-color: #014E1E; }
span { border-color: rgb(1,78,30); }
td.TdClassName
{
border-color: #014E1E;
}
.TagClassName
{
border-color: #014E1E;
}
</style>