Shades of British Racing Green #014610
Tints of British Racing Green #014610
RGB
CMYK
RGB Variations
Color information
#014610 (or 0x014610) is known color: British Racing Green. HEX triplet: 01, 46 and 10. RGB value is (1,70,16). Sum of RGB (Red+Green+Blue) = 1+70+16=87 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.15% from 87); Green value is 70 (27.73% from 255 or 80.46% from 87); Blue value is 16 (6.64% from 255 or 18.39% from 87); Max value from RGB is 70 - color contains mainly: green. Hex color #014610 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014610 is #FEB9EF. Grayscale: #2B2B2B. Windows color (decimal): -16693744 or 1066497. OLE color: 1066497.
HSL color Cylindrical-coordinate representation of color #014610: hue angle of 133.04º 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 #014610 is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 70 | 16 | - |
| CMYK | 0.99 | 0 | 0.77 | 0.73 |
| HSL | 133.04º | 0.97% | 0.14% | - |
| HSV(B) | 133.04º | 0.99% | 0.27% | - |
| XYZ | 2.3 | 4.42 | 1.22 | - |
| YUV | 43.21 | 112.64 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 70 | 16 | 0.99 | 0 | 0.77 | 0.73 | 133.04 | 0.97 | 0.14 |
| Hex | 1 | 46 | 10 | 63 | 0 | 4D | 49 | 85 | 61 | E |
| Octal | 1 | 106 | 20 | 143 | 0 | 115 | 111 | 205 | 141 | 16 |
| Binary | 1 | 1000110 | 10000 | 1100011 | 0 | 1001101 | 1001001 | 10000101 | 1100001 | 1110 |
Color Harmonies of #014610
Complementary color
Monochromatic Colors of #014610
Black with #014610
Text Example
Text Example
White with #014610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014610; }
p { color: rgb(1,70,16); }
H1.HeaderClassName
{
color: #014610;
}
.AnyTagClassName
{
color: #014610;
}
</style>
background-color css
<style>
a { background-color: #014610; }
a { background-color: rgb(1,70,16); }
div.DivClassName
{
background-color: #014610;
}
.BgClassName
{
background-color: #014610;
}
</style>
border-color css
<style>
span { border-color: #014610; }
span { border-color: rgb(1,70,16); }
td.TdClassName
{
border-color: #014610;
}
.TagClassName
{
border-color: #014610;
}
</style>