Shades of British Racing Green #014511
Tints of British Racing Green #014511
RGB
CMYK
RGB Variations
Color information
#014511 (or 0x014511) is known color: British Racing Green. HEX triplet: 01, 45 and 11. RGB value is (1,69,17). Sum of RGB (Red+Green+Blue) = 1+69+17=87 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.15% from 87); Green value is 69 (27.34% from 255 or 79.31% from 87); Blue value is 17 (7.03% from 255 or 19.54% from 87); Max value from RGB is 69 - color contains mainly: green. Hex color #014511 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014511 is #FEBAEE. Grayscale: #2A2A2A. Windows color (decimal): -16693999 or 1131777. OLE color: 1131777.
HSL color Cylindrical-coordinate representation of color #014511: hue angle of 134.12º 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 #014511 is Cyan = 0.99, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 69 | 17 | - |
| CMYK | 0.99 | 0 | 0.75 | 0.73 |
| HSL | 134.12º | 0.97% | 0.14% | - |
| HSV(B) | 134.12º | 0.99% | 0.27% | - |
| XYZ | 2.24 | 4.3 | 1.24 | - |
| YUV | 42.74 | 113.47 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 69 | 17 | 0.99 | 0 | 0.75 | 0.73 | 134.12 | 0.97 | 0.14 |
| Hex | 1 | 45 | 11 | 63 | 0 | 4B | 49 | 86 | 61 | E |
| Octal | 1 | 105 | 21 | 143 | 0 | 113 | 111 | 206 | 141 | 16 |
| Binary | 1 | 1000101 | 10001 | 1100011 | 0 | 1001011 | 1001001 | 10000110 | 1100001 | 1110 |
Color Harmonies of #014511
Complementary color
Monochromatic Colors of #014511
Black with #014511
Text Example
Text Example
White with #014511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014511; }
p { color: rgb(1,69,17); }
H1.HeaderClassName
{
color: #014511;
}
.AnyTagClassName
{
color: #014511;
}
</style>
background-color css
<style>
a { background-color: #014511; }
a { background-color: rgb(1,69,17); }
div.DivClassName
{
background-color: #014511;
}
.BgClassName
{
background-color: #014511;
}
</style>
border-color css
<style>
span { border-color: #014511; }
span { border-color: rgb(1,69,17); }
td.TdClassName
{
border-color: #014511;
}
.TagClassName
{
border-color: #014511;
}
</style>