Shades of British Racing Green #01472E
Tints of British Racing Green #01472E
RGB
CMYK
RGB Variations
Color information
#01472E (or 0x01472E) is known color: British Racing Green. HEX triplet: 01, 47 and 2E. RGB value is (1,71,46). Sum of RGB (Red+Green+Blue) = 1+71+46=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 71 (28.12% from 255 or 60.17% from 118); Blue value is 46 (18.36% from 255 or 38.98% from 118); Max value from RGB is 71 - color contains mainly: green. Hex color #01472E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01472E is #FEB8D1. Grayscale: #2F2F2F. Windows color (decimal): -16693458 or 3032833. OLE color: 3032833.
HSL color Cylindrical-coordinate representation of color #01472E: hue angle of 158.57º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01472E is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 1 | 71 | 46 | - |
| CMYK | 0.99 | 0 | 0.35 | 0.72 |
| HSL | 158.57º | 0.97% | 0.14% | - |
| HSV(B) | 158.57º | 0.99% | 0.28% | - |
| XYZ | 2.76 | 4.71 | 3.35 | - |
| YUV | 47.22 | 127.31 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 71 | 46 | 0.99 | 0 | 0.35 | 0.72 | 158.57 | 0.97 | 0.14 |
| Hex | 1 | 47 | 2E | 63 | 0 | 23 | 48 | 9F | 61 | E |
| Octal | 1 | 107 | 56 | 143 | 0 | 43 | 110 | 237 | 141 | 16 |
| Binary | 1 | 1000111 | 101110 | 1100011 | 0 | 100011 | 1001000 | 10011111 | 1100001 | 1110 |
Color Harmonies of #01472E
Complementary color
Monochromatic Colors of #01472E
Black with #01472E
Text Example
Text Example
White with #01472E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01472E; }
p { color: rgb(1,71,46); }
H1.HeaderClassName
{
color: #01472E;
}
.AnyTagClassName
{
color: #01472E;
}
</style>
background-color css
<style>
a { background-color: #01472E; }
a { background-color: rgb(1,71,46); }
div.DivClassName
{
background-color: #01472E;
}
.BgClassName
{
background-color: #01472E;
}
</style>
border-color css
<style>
span { border-color: #01472E; }
span { border-color: rgb(1,71,46); }
td.TdClassName
{
border-color: #01472E;
}
.TagClassName
{
border-color: #01472E;
}
</style>