Shades of British Racing Green #014613
Tints of British Racing Green #014613
RGB
CMYK
RGB Variations
Color information
#014613 (or 0x014613) is known color: British Racing Green. HEX triplet: 01, 46 and 13. RGB value is (1,70,19). Sum of RGB (Red+Green+Blue) = 1+70+19=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 70 (27.73% from 255 or 77.78% from 90); Blue value is 19 (7.81% from 255 or 21.11% from 90); Max value from RGB is 70 - color contains mainly: green. Hex color #014613 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014613 is #FEB9EC. Grayscale: #2B2B2B. Windows color (decimal): -16693741 or 1263105. OLE color: 1263105.
HSL color Cylindrical-coordinate representation of color #014613: hue angle of 135.65º 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 #014613 is Cyan = 0.99, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 70 | 19 | - |
| CMYK | 0.99 | 0 | 0.73 | 0.73 |
| HSL | 135.65º | 0.97% | 0.14% | - |
| HSV(B) | 135.65º | 0.99% | 0.27% | - |
| XYZ | 2.32 | 4.43 | 1.35 | - |
| YUV | 43.56 | 114.14 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 70 | 19 | 0.99 | 0 | 0.73 | 0.73 | 135.65 | 0.97 | 0.14 |
| Hex | 1 | 46 | 13 | 63 | 0 | 49 | 49 | 88 | 61 | E |
| Octal | 1 | 106 | 23 | 143 | 0 | 111 | 111 | 210 | 141 | 16 |
| Binary | 1 | 1000110 | 10011 | 1100011 | 0 | 1001001 | 1001001 | 10001000 | 1100001 | 1110 |
Color Harmonies of #014613
Complementary color
Monochromatic Colors of #014613
Black with #014613
Text Example
Text Example
White with #014613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014613; }
p { color: rgb(1,70,19); }
H1.HeaderClassName
{
color: #014613;
}
.AnyTagClassName
{
color: #014613;
}
</style>
background-color css
<style>
a { background-color: #014613; }
a { background-color: rgb(1,70,19); }
div.DivClassName
{
background-color: #014613;
}
.BgClassName
{
background-color: #014613;
}
</style>
border-color css
<style>
span { border-color: #014613; }
span { border-color: rgb(1,70,19); }
td.TdClassName
{
border-color: #014613;
}
.TagClassName
{
border-color: #014613;
}
</style>