Shades of British Racing Green #014513
Tints of British Racing Green #014513
RGB
CMYK
RGB Variations
Color information
#014513 (or 0x014513) is known color: British Racing Green. HEX triplet: 01, 45 and 13. RGB value is (1,69,19). Sum of RGB (Red+Green+Blue) = 1+69+19=89 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.12% from 89); Green value is 69 (27.34% from 255 or 77.53% from 89); Blue value is 19 (7.81% from 255 or 21.35% from 89); Max value from RGB is 69 - color contains mainly: green. Hex color #014513 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014513 is #FEBAEC. Grayscale: #2B2B2B. Windows color (decimal): -16693997 or 1262849. OLE color: 1262849.
HSL color Cylindrical-coordinate representation of color #014513: hue angle of 135.88º 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 #014513 is Cyan = 0.99, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 69 | 19 | - |
| CMYK | 0.99 | 0 | 0.72 | 0.73 |
| HSL | 135.88º | 0.97% | 0.14% | - |
| HSV(B) | 135.88º | 0.99% | 0.27% | - |
| XYZ | 2.26 | 4.31 | 1.33 | - |
| YUV | 42.97 | 114.47 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 69 | 19 | 0.99 | 0 | 0.72 | 0.73 | 135.88 | 0.97 | 0.14 |
| Hex | 1 | 45 | 13 | 63 | 0 | 48 | 49 | 88 | 61 | E |
| Octal | 1 | 105 | 23 | 143 | 0 | 110 | 111 | 210 | 141 | 16 |
| Binary | 1 | 1000101 | 10011 | 1100011 | 0 | 1001000 | 1001001 | 10001000 | 1100001 | 1110 |
Color Harmonies of #014513
Complementary color
Monochromatic Colors of #014513
Black with #014513
Text Example
Text Example
White with #014513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014513; }
p { color: rgb(1,69,19); }
H1.HeaderClassName
{
color: #014513;
}
.AnyTagClassName
{
color: #014513;
}
</style>
background-color css
<style>
a { background-color: #014513; }
a { background-color: rgb(1,69,19); }
div.DivClassName
{
background-color: #014513;
}
.BgClassName
{
background-color: #014513;
}
</style>
border-color css
<style>
span { border-color: #014513; }
span { border-color: rgb(1,69,19); }
td.TdClassName
{
border-color: #014513;
}
.TagClassName
{
border-color: #014513;
}
</style>