Shades of British Racing Green #014810
Tints of British Racing Green #014810
RGB
CMYK
RGB Variations
Color information
#014810 (or 0x014810) is known color: British Racing Green. HEX triplet: 01, 48 and 10. RGB value is (1,72,16). Sum of RGB (Red+Green+Blue) = 1+72+16=89 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.12% from 89); Green value is 72 (28.52% from 255 or 80.90% from 89); Blue value is 16 (6.64% from 255 or 17.98% from 89); Max value from RGB is 72 - color contains mainly: green. Hex color #014810 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014810 is #FEB7EF. Grayscale: #2C2C2C. Windows color (decimal): -16693232 or 1067009. OLE color: 1067009.
HSL color Cylindrical-coordinate representation of color #014810: hue angle of 132.68º 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 #014810 is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 1 | 72 | 16 | - |
| CMYK | 0.99 | 0 | 0.78 | 0.72 |
| HSL | 132.68º | 0.97% | 0.14% | - |
| HSV(B) | 132.68º | 0.99% | 0.28% | - |
| XYZ | 2.42 | 4.68 | 1.27 | - |
| YUV | 44.39 | 111.98 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 72 | 16 | 0.99 | 0 | 0.78 | 0.72 | 132.68 | 0.97 | 0.14 |
| Hex | 1 | 48 | 10 | 63 | 0 | 4E | 48 | 85 | 61 | E |
| Octal | 1 | 110 | 20 | 143 | 0 | 116 | 110 | 205 | 141 | 16 |
| Binary | 1 | 1001000 | 10000 | 1100011 | 0 | 1001110 | 1001000 | 10000101 | 1100001 | 1110 |
Color Harmonies of #014810
Complementary color
Monochromatic Colors of #014810
Black with #014810
Text Example
Text Example
White with #014810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014810; }
p { color: rgb(1,72,16); }
H1.HeaderClassName
{
color: #014810;
}
.AnyTagClassName
{
color: #014810;
}
</style>
background-color css
<style>
a { background-color: #014810; }
a { background-color: rgb(1,72,16); }
div.DivClassName
{
background-color: #014810;
}
.BgClassName
{
background-color: #014810;
}
</style>
border-color css
<style>
span { border-color: #014810; }
span { border-color: rgb(1,72,16); }
td.TdClassName
{
border-color: #014810;
}
.TagClassName
{
border-color: #014810;
}
</style>