Shades of British Racing Green #014E10
Tints of British Racing Green #014E10
RGB
CMYK
RGB Variations
Color information
#014E10 (or 0x014E10) is known color: British Racing Green. HEX triplet: 01, 4E and 10. RGB value is (1,78,16). Sum of RGB (Red+Green+Blue) = 1+78+16=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 78 (30.86% from 255 or 82.11% from 95); Blue value is 16 (6.64% from 255 or 16.84% from 95); Max value from RGB is 78 - color contains mainly: green. Hex color #014E10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #014E10 is #FEB1EF. Grayscale: #303030. Windows color (decimal): -16691696 or 1068545. OLE color: 1068545.
HSL color Cylindrical-coordinate representation of color #014E10: hue angle of 131.69º 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 #014E10 is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 78 | 16 | - |
| CMYK | 0.99 | 0 | 0.79 | 0.69 |
| HSL | 131.69º | 0.97% | 0.15% | - |
| HSV(B) | 131.69º | 0.99% | 0.31% | - |
| XYZ | 2.83 | 5.49 | 1.4 | - |
| YUV | 47.91 | 109.99 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 78 | 16 | 0.99 | 0 | 0.79 | 0.69 | 131.69 | 0.97 | 0.15 |
| Hex | 1 | 4E | 10 | 63 | 0 | 4F | 45 | 84 | 61 | F |
| Octal | 1 | 116 | 20 | 143 | 0 | 117 | 105 | 204 | 141 | 17 |
| Binary | 1 | 1001110 | 10000 | 1100011 | 0 | 1001111 | 1000101 | 10000100 | 1100001 | 1111 |
Color Harmonies of #014E10
Complementary color
Monochromatic Colors of #014E10
Black with #014E10
Text Example
Text Example
White with #014E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014E10; }
p { color: rgb(1,78,16); }
H1.HeaderClassName
{
color: #014E10;
}
.AnyTagClassName
{
color: #014E10;
}
</style>
background-color css
<style>
a { background-color: #014E10; }
a { background-color: rgb(1,78,16); }
div.DivClassName
{
background-color: #014E10;
}
.BgClassName
{
background-color: #014E10;
}
</style>
border-color css
<style>
span { border-color: #014E10; }
span { border-color: rgb(1,78,16); }
td.TdClassName
{
border-color: #014E10;
}
.TagClassName
{
border-color: #014E10;
}
</style>