Shades of Green #016412
Tints of Green #016412
RGB
CMYK
RGB Variations
Color information
#016412 (or 0x016412) is known color: Green. HEX triplet: 01, 64 and 12. RGB value is (1,100,18). Sum of RGB (Red+Green+Blue) = 1+100+18=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 100 (39.45% from 255 or 84.03% from 119); Blue value is 18 (7.42% from 255 or 15.13% from 119); Max value from RGB is 100 - color contains mainly: green. Hex color #016412 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016412 is #FE9BED. Grayscale: #3D3D3D. Windows color (decimal): -16686062 or 1205249. OLE color: 1205249.
HSL color Cylindrical-coordinate representation of color #016412: hue angle of 130.3º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016412 is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 100 | 18 | - |
| CMYK | 0.99 | 0 | 0.82 | 0.61 |
| HSL | 130.3º | 0.98% | 0.2% | - |
| HSV(B) | 130.3º | 0.99% | 0.39% | - |
| XYZ | 4.68 | 9.16 | 2.09 | - |
| YUV | 61.05 | 103.7 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 100 | 18 | 0.99 | 0 | 0.82 | 0.61 | 130.3 | 0.98 | 0.2 |
| Hex | 1 | 64 | 12 | 63 | 0 | 52 | 3D | 82 | 62 | 14 |
| Octal | 1 | 144 | 22 | 143 | 0 | 122 | 75 | 202 | 142 | 24 |
| Binary | 1 | 1100100 | 10010 | 1100011 | 0 | 1010010 | 111101 | 10000010 | 1100010 | 10100 |
Color Harmonies of #016412
Complementary color
Monochromatic Colors of #016412
Black with #016412
Text Example
Text Example
White with #016412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016412; }
p { color: rgb(1,100,18); }
H1.HeaderClassName
{
color: #016412;
}
.AnyTagClassName
{
color: #016412;
}
</style>
background-color css
<style>
a { background-color: #016412; }
a { background-color: rgb(1,100,18); }
div.DivClassName
{
background-color: #016412;
}
.BgClassName
{
background-color: #016412;
}
</style>
border-color css
<style>
span { border-color: #016412; }
span { border-color: rgb(1,100,18); }
td.TdClassName
{
border-color: #016412;
}
.TagClassName
{
border-color: #016412;
}
</style>