Shades of British Racing Green #01462E
Tints of British Racing Green #01462E
RGB
CMYK
RGB Variations
Color information
#01462E (or 0x01462E) is known color: British Racing Green. HEX triplet: 01, 46 and 2E. RGB value is (1,70,46). Sum of RGB (Red+Green+Blue) = 1+70+46=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 70 (27.73% from 255 or 59.83% from 117); Blue value is 46 (18.36% from 255 or 39.32% from 117); Max value from RGB is 70 - color contains mainly: green. Hex color #01462E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01462E is #FEB9D1. Grayscale: #2E2E2E. Windows color (decimal): -16693714 or 3032577. OLE color: 3032577.
HSL color Cylindrical-coordinate representation of color #01462E: hue angle of 159.13º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01462E is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 70 | 46 | - |
| CMYK | 0.99 | 0 | 0.34 | 0.73 |
| HSL | 159.13º | 0.97% | 0.14% | - |
| HSV(B) | 159.13º | 0.99% | 0.27% | - |
| XYZ | 2.7 | 4.58 | 3.33 | - |
| YUV | 46.63 | 127.64 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 70 | 46 | 0.99 | 0 | 0.34 | 0.73 | 159.13 | 0.97 | 0.14 |
| Hex | 1 | 46 | 2E | 63 | 0 | 22 | 49 | 9F | 61 | E |
| Octal | 1 | 106 | 56 | 143 | 0 | 42 | 111 | 237 | 141 | 16 |
| Binary | 1 | 1000110 | 101110 | 1100011 | 0 | 100010 | 1001001 | 10011111 | 1100001 | 1110 |
Color Harmonies of #01462E
Complementary color
Monochromatic Colors of #01462E
Black with #01462E
Text Example
Text Example
White with #01462E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01462E; }
p { color: rgb(1,70,46); }
H1.HeaderClassName
{
color: #01462E;
}
.AnyTagClassName
{
color: #01462E;
}
</style>
background-color css
<style>
a { background-color: #01462E; }
a { background-color: rgb(1,70,46); }
div.DivClassName
{
background-color: #01462E;
}
.BgClassName
{
background-color: #01462E;
}
</style>
border-color css
<style>
span { border-color: #01462E; }
span { border-color: rgb(1,70,46); }
td.TdClassName
{
border-color: #01462E;
}
.TagClassName
{
border-color: #01462E;
}
</style>