Shades of British Racing Green #014813
Tints of British Racing Green #014813
RGB
CMYK
RGB Variations
Color information
#014813 (or 0x014813) is known color: British Racing Green. HEX triplet: 01, 48 and 13. RGB value is (1,72,19). Sum of RGB (Red+Green+Blue) = 1+72+19=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 72 (28.52% from 255 or 78.26% from 92); Blue value is 19 (7.81% from 255 or 20.65% from 92); Max value from RGB is 72 - color contains mainly: green. Hex color #014813 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014813 is #FEB7EC. Grayscale: #2C2C2C. Windows color (decimal): -16693229 or 1263617. OLE color: 1263617.
HSL color Cylindrical-coordinate representation of color #014813: hue angle of 135.21º 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 #014813 is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 1 | 72 | 19 | - |
| CMYK | 0.99 | 0 | 0.74 | 0.72 |
| HSL | 135.21º | 0.97% | 0.14% | - |
| HSV(B) | 135.21º | 0.99% | 0.28% | - |
| XYZ | 2.45 | 4.69 | 1.39 | - |
| YUV | 44.73 | 113.48 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 72 | 19 | 0.99 | 0 | 0.74 | 0.72 | 135.21 | 0.97 | 0.14 |
| Hex | 1 | 48 | 13 | 63 | 0 | 4A | 48 | 87 | 61 | E |
| Octal | 1 | 110 | 23 | 143 | 0 | 112 | 110 | 207 | 141 | 16 |
| Binary | 1 | 1001000 | 10011 | 1100011 | 0 | 1001010 | 1001000 | 10000111 | 1100001 | 1110 |
Color Harmonies of #014813
Complementary color
Monochromatic Colors of #014813
Black with #014813
Text Example
Text Example
White with #014813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014813; }
p { color: rgb(1,72,19); }
H1.HeaderClassName
{
color: #014813;
}
.AnyTagClassName
{
color: #014813;
}
</style>
background-color css
<style>
a { background-color: #014813; }
a { background-color: rgb(1,72,19); }
div.DivClassName
{
background-color: #014813;
}
.BgClassName
{
background-color: #014813;
}
</style>
border-color css
<style>
span { border-color: #014813; }
span { border-color: rgb(1,72,19); }
td.TdClassName
{
border-color: #014813;
}
.TagClassName
{
border-color: #014813;
}
</style>