Shades of British Racing Green #014514
Tints of British Racing Green #014514
RGB
CMYK
RGB Variations
Color information
#014514 (or 0x014514) is known color: British Racing Green. HEX triplet: 01, 45 and 14. RGB value is (1,69,20). Sum of RGB (Red+Green+Blue) = 1+69+20=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 69 (27.34% from 255 or 76.67% from 90); Blue value is 20 (8.20% from 255 or 22.22% from 90); Max value from RGB is 69 - color contains mainly: green. Hex color #014514 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014514 is #FEBAEB. Grayscale: #2B2B2B. Windows color (decimal): -16693996 or 1328385. OLE color: 1328385.
HSL color Cylindrical-coordinate representation of color #014514: hue angle of 136.76º 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 #014514 is Cyan = 0.99, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 69 | 20 | - |
| CMYK | 0.99 | 0 | 0.71 | 0.73 |
| HSL | 136.76º | 0.97% | 0.14% | - |
| HSV(B) | 136.76º | 0.99% | 0.27% | - |
| XYZ | 2.27 | 4.31 | 1.37 | - |
| YUV | 43.08 | 114.97 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 69 | 20 | 0.99 | 0 | 0.71 | 0.73 | 136.76 | 0.97 | 0.14 |
| Hex | 1 | 45 | 14 | 63 | 0 | 47 | 49 | 89 | 61 | E |
| Octal | 1 | 105 | 24 | 143 | 0 | 107 | 111 | 211 | 141 | 16 |
| Binary | 1 | 1000101 | 10100 | 1100011 | 0 | 1000111 | 1001001 | 10001001 | 1100001 | 1110 |
Color Harmonies of #014514
Complementary color
Monochromatic Colors of #014514
Black with #014514
Text Example
Text Example
White with #014514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014514; }
p { color: rgb(1,69,20); }
H1.HeaderClassName
{
color: #014514;
}
.AnyTagClassName
{
color: #014514;
}
</style>
background-color css
<style>
a { background-color: #014514; }
a { background-color: rgb(1,69,20); }
div.DivClassName
{
background-color: #014514;
}
.BgClassName
{
background-color: #014514;
}
</style>
border-color css
<style>
span { border-color: #014514; }
span { border-color: rgb(1,69,20); }
td.TdClassName
{
border-color: #014514;
}
.TagClassName
{
border-color: #014514;
}
</style>