Shades of British Racing Green #014711
Tints of British Racing Green #014711
RGB
CMYK
RGB Variations
Color information
#014711 (or 0x014711) is known color: British Racing Green. HEX triplet: 01, 47 and 11. RGB value is (1,71,17). Sum of RGB (Red+Green+Blue) = 1+71+17=89 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.12% from 89); Green value is 71 (28.12% from 255 or 79.78% from 89); Blue value is 17 (7.03% from 255 or 19.10% from 89); Max value from RGB is 71 - color contains mainly: green. Hex color #014711 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014711 is #FEB8EE. Grayscale: #2C2C2C. Windows color (decimal): -16693487 or 1132289. OLE color: 1132289.
HSL color Cylindrical-coordinate representation of color #014711: hue angle of 133.71º 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 #014711 is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 1 | 71 | 17 | - |
| CMYK | 0.99 | 0 | 0.76 | 0.72 |
| HSL | 133.71º | 0.97% | 0.14% | - |
| HSV(B) | 133.71º | 0.99% | 0.28% | - |
| XYZ | 2.37 | 4.55 | 1.28 | - |
| YUV | 43.91 | 112.81 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 71 | 17 | 0.99 | 0 | 0.76 | 0.72 | 133.71 | 0.97 | 0.14 |
| Hex | 1 | 47 | 11 | 63 | 0 | 4C | 48 | 86 | 61 | E |
| Octal | 1 | 107 | 21 | 143 | 0 | 114 | 110 | 206 | 141 | 16 |
| Binary | 1 | 1000111 | 10001 | 1100011 | 0 | 1001100 | 1001000 | 10000110 | 1100001 | 1110 |
Color Harmonies of #014711
Complementary color
Monochromatic Colors of #014711
Black with #014711
Text Example
Text Example
White with #014711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014711; }
p { color: rgb(1,71,17); }
H1.HeaderClassName
{
color: #014711;
}
.AnyTagClassName
{
color: #014711;
}
</style>
background-color css
<style>
a { background-color: #014711; }
a { background-color: rgb(1,71,17); }
div.DivClassName
{
background-color: #014711;
}
.BgClassName
{
background-color: #014711;
}
</style>
border-color css
<style>
span { border-color: #014711; }
span { border-color: rgb(1,71,17); }
td.TdClassName
{
border-color: #014711;
}
.TagClassName
{
border-color: #014711;
}
</style>