Shades of British Racing Green #014210
Tints of British Racing Green #014210
RGB
CMYK
RGB Variations
Color information
#014210 (or 0x014210) is known color: British Racing Green. HEX triplet: 01, 42 and 10. RGB value is (1,66,16). Sum of RGB (Red+Green+Blue) = 1+66+16=83 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.20% from 83); Green value is 66 (26.17% from 255 or 79.52% from 83); Blue value is 16 (6.64% from 255 or 19.28% from 83); Max value from RGB is 66 - color contains mainly: green. Hex color #014210 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014210 is #FEBDEF. Grayscale: #282828. Windows color (decimal): -16694768 or 1065473. OLE color: 1065473.
HSL color Cylindrical-coordinate representation of color #014210: hue angle of 133.85º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #014210 is Cyan = 0.98, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 1 | 66 | 16 | - |
| CMYK | 0.98 | 0 | 0.76 | 0.74 |
| HSL | 133.85º | 0.97% | 0.13% | - |
| HSV(B) | 133.85º | 0.98% | 0.26% | - |
| XYZ | 2.05 | 3.94 | 1.14 | - |
| YUV | 40.87 | 113.97 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 66 | 16 | 0.98 | 0 | 0.76 | 0.74 | 133.85 | 0.97 | 0.13 |
| Hex | 1 | 42 | 10 | 62 | 0 | 4C | 4A | 86 | 61 | D |
| Octal | 1 | 102 | 20 | 142 | 0 | 114 | 112 | 206 | 141 | 15 |
| Binary | 1 | 1000010 | 10000 | 1100010 | 0 | 1001100 | 1001010 | 10000110 | 1100001 | 1101 |
Color Harmonies of #014210
Complementary color
Monochromatic Colors of #014210
Black with #014210
Text Example
Text Example
White with #014210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014210; }
p { color: rgb(1,66,16); }
H1.HeaderClassName
{
color: #014210;
}
.AnyTagClassName
{
color: #014210;
}
</style>
background-color css
<style>
a { background-color: #014210; }
a { background-color: rgb(1,66,16); }
div.DivClassName
{
background-color: #014210;
}
.BgClassName
{
background-color: #014210;
}
</style>
border-color css
<style>
span { border-color: #014210; }
span { border-color: rgb(1,66,16); }
td.TdClassName
{
border-color: #014210;
}
.TagClassName
{
border-color: #014210;
}
</style>