Shades of Green #016D19
Tints of Green #016D19
RGB
CMYK
RGB Variations
Color information
#016D19 (or 0x016D19) is known color: Green. HEX triplet: 01, 6D and 19. RGB value is (1,109,25). Sum of RGB (Red+Green+Blue) = 1+109+25=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 109 (42.97% from 255 or 80.74% from 135); Blue value is 25 (10.16% from 255 or 18.52% from 135); Max value from RGB is 109 - color contains mainly: green. Hex color #016D19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016D19 is #FE92E6. Grayscale: #434343. Windows color (decimal): -16683751 or 1666305. OLE color: 1666305.
HSL color Cylindrical-coordinate representation of color #016D19: hue angle of 133.33º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016D19 is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 109 | 25 | - |
| CMYK | 0.99 | 0 | 0.77 | 0.57 |
| HSL | 133.33º | 0.98% | 0.22% | - |
| HSV(B) | 133.33º | 0.99% | 0.43% | - |
| XYZ | 5.66 | 11.01 | 2.75 | - |
| YUV | 67.13 | 104.22 | 80.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 109 | 25 | 0.99 | 0 | 0.77 | 0.57 | 133.33 | 0.98 | 0.22 |
| Hex | 1 | 6D | 19 | 63 | 0 | 4D | 39 | 85 | 62 | 16 |
| Octal | 1 | 155 | 31 | 143 | 0 | 115 | 71 | 205 | 142 | 26 |
| Binary | 1 | 1101101 | 11001 | 1100011 | 0 | 1001101 | 111001 | 10000101 | 1100010 | 10110 |
Color Harmonies of #016D19
Complementary color
Monochromatic Colors of #016D19
Black with #016D19
Text Example
Text Example
White with #016D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016D19; }
p { color: rgb(1,109,25); }
H1.HeaderClassName
{
color: #016D19;
}
.AnyTagClassName
{
color: #016D19;
}
</style>
background-color css
<style>
a { background-color: #016D19; }
a { background-color: rgb(1,109,25); }
div.DivClassName
{
background-color: #016D19;
}
.BgClassName
{
background-color: #016D19;
}
</style>
border-color css
<style>
span { border-color: #016D19; }
span { border-color: rgb(1,109,25); }
td.TdClassName
{
border-color: #016D19;
}
.TagClassName
{
border-color: #016D19;
}
</style>