Shades of British Racing Green #01462F
Tints of British Racing Green #01462F
RGB
CMYK
RGB Variations
Color information
#01462F (or 0x01462F) is known color: British Racing Green. HEX triplet: 01, 46 and 2F. RGB value is (1,70,47). Sum of RGB (Red+Green+Blue) = 1+70+47=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 70 (27.73% from 255 or 59.32% from 118); Blue value is 47 (18.75% from 255 or 39.83% from 118); Max value from RGB is 70 - color contains mainly: green. Hex color #01462F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01462F is #FEB9D0. Grayscale: #2E2E2E. Windows color (decimal): -16693713 or 3098113. OLE color: 3098113.
HSL color Cylindrical-coordinate representation of color #01462F: hue angle of 160º 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 #01462F is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 70 | 47 | - |
| CMYK | 0.99 | 0 | 0.33 | 0.73 |
| HSL | 160º | 0.97% | 0.14% | - |
| HSV(B) | 160º | 0.99% | 0.27% | - |
| XYZ | 2.72 | 4.59 | 3.43 | - |
| YUV | 46.75 | 128.14 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 70 | 47 | 0.99 | 0 | 0.33 | 0.73 | 160 | 0.97 | 0.14 |
| Hex | 1 | 46 | 2F | 63 | 0 | 21 | 49 | A0 | 61 | E |
| Octal | 1 | 106 | 57 | 143 | 0 | 41 | 111 | 240 | 141 | 16 |
| Binary | 1 | 1000110 | 101111 | 1100011 | 0 | 100001 | 1001001 | 10100000 | 1100001 | 1110 |
Color Harmonies of #01462F
Complementary color
Monochromatic Colors of #01462F
Black with #01462F
Text Example
Text Example
White with #01462F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01462F; }
p { color: rgb(1,70,47); }
H1.HeaderClassName
{
color: #01462F;
}
.AnyTagClassName
{
color: #01462F;
}
</style>
background-color css
<style>
a { background-color: #01462F; }
a { background-color: rgb(1,70,47); }
div.DivClassName
{
background-color: #01462F;
}
.BgClassName
{
background-color: #01462F;
}
</style>
border-color css
<style>
span { border-color: #01462F; }
span { border-color: rgb(1,70,47); }
td.TdClassName
{
border-color: #01462F;
}
.TagClassName
{
border-color: #01462F;
}
</style>