Shades of British Racing Green #01490E
Tints of British Racing Green #01490E
RGB
CMYK
RGB Variations
Color information
#01490E (or 0x01490E) is known color: British Racing Green. HEX triplet: 01, 49 and 0E. RGB value is (1,73,14). Sum of RGB (Red+Green+Blue) = 1+73+14=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 73 (28.91% from 255 or 82.95% from 88); Blue value is 14 (5.86% from 255 or 15.91% from 88); Max value from RGB is 73 - color contains mainly: green. Hex color #01490E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01490E is #FEB6F1. Grayscale: #2C2C2C. Windows color (decimal): -16692978 or 936193. OLE color: 936193.
HSL color Cylindrical-coordinate representation of color #01490E: hue angle of 130.83º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01490E is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 1 | 73 | 14 | - |
| CMYK | 0.99 | 0 | 0.81 | 0.71 |
| HSL | 130.83º | 0.97% | 0.15% | - |
| HSV(B) | 130.83º | 0.99% | 0.29% | - |
| XYZ | 2.47 | 4.8 | 1.21 | - |
| YUV | 44.75 | 110.65 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 73 | 14 | 0.99 | 0 | 0.81 | 0.71 | 130.83 | 0.97 | 0.15 |
| Hex | 1 | 49 | E | 63 | 0 | 51 | 47 | 83 | 61 | F |
| Octal | 1 | 111 | 16 | 143 | 0 | 121 | 107 | 203 | 141 | 17 |
| Binary | 1 | 1001001 | 1110 | 1100011 | 0 | 1010001 | 1000111 | 10000011 | 1100001 | 1111 |
Color Harmonies of #01490E
Complementary color
Monochromatic Colors of #01490E
Black with #01490E
Text Example
Text Example
White with #01490E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01490E; }
p { color: rgb(1,73,14); }
H1.HeaderClassName
{
color: #01490E;
}
.AnyTagClassName
{
color: #01490E;
}
</style>
background-color css
<style>
a { background-color: #01490E; }
a { background-color: rgb(1,73,14); }
div.DivClassName
{
background-color: #01490E;
}
.BgClassName
{
background-color: #01490E;
}
</style>
border-color css
<style>
span { border-color: #01490E; }
span { border-color: rgb(1,73,14); }
td.TdClassName
{
border-color: #01490E;
}
.TagClassName
{
border-color: #01490E;
}
</style>