Shades of British Racing Green #01412E
Tints of British Racing Green #01412E
RGB
CMYK
RGB Variations
Color information
#01412E (or 0x01412E) is known color: British Racing Green. HEX triplet: 01, 41 and 2E. RGB value is (1,65,46). Sum of RGB (Red+Green+Blue) = 1+65+46=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 65 (25.78% from 255 or 58.04% from 112); Blue value is 46 (18.36% from 255 or 41.07% from 112); Max value from RGB is 65 - color contains mainly: green. Hex color #01412E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01412E is #FEBED1. Grayscale: #2B2B2B. Windows color (decimal): -16694994 or 3031297. OLE color: 3031297.
HSL color Cylindrical-coordinate representation of color #01412E: hue angle of 162.19º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01412E is Cyan = 0.98, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 65 | 46 | - |
| CMYK | 0.98 | 0 | 0.29 | 0.75 |
| HSL | 162.19º | 0.97% | 0.13% | - |
| HSV(B) | 162.19º | 0.98% | 0.25% | - |
| XYZ | 2.4 | 3.98 | 3.23 | - |
| YUV | 43.7 | 129.3 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 65 | 46 | 0.98 | 0 | 0.29 | 0.75 | 162.19 | 0.97 | 0.13 |
| Hex | 1 | 41 | 2E | 62 | 0 | 1D | 4B | A2 | 61 | D |
| Octal | 1 | 101 | 56 | 142 | 0 | 35 | 113 | 242 | 141 | 15 |
| Binary | 1 | 1000001 | 101110 | 1100010 | 0 | 11101 | 1001011 | 10100010 | 1100001 | 1101 |
Color Harmonies of #01412E
Complementary color
Monochromatic Colors of #01412E
Black with #01412E
Text Example
Text Example
White with #01412E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01412E; }
p { color: rgb(1,65,46); }
H1.HeaderClassName
{
color: #01412E;
}
.AnyTagClassName
{
color: #01412E;
}
</style>
background-color css
<style>
a { background-color: #01412E; }
a { background-color: rgb(1,65,46); }
div.DivClassName
{
background-color: #01412E;
}
.BgClassName
{
background-color: #01412E;
}
</style>
border-color css
<style>
span { border-color: #01412E; }
span { border-color: rgb(1,65,46); }
td.TdClassName
{
border-color: #01412E;
}
.TagClassName
{
border-color: #01412E;
}
</style>