Shades of Forest Green #196D14
Tints of Forest Green #196D14
RGB
CMYK
RGB Variations
Color information
#196D14 (or 0x196D14) is known color: Forest Green. HEX triplet: 19, 6D and 14. RGB value is (25,109,20). Sum of RGB (Red+Green+Blue) = 25+109+20=154 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.23% from 154); Green value is 109 (42.97% from 255 or 70.78% from 154); Blue value is 20 (8.20% from 255 or 12.99% from 154); Max value from RGB is 109 - color contains mainly: green. Hex color #196D14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196D14 is #E692EB. Grayscale: #4A4A4A. Windows color (decimal): -15110892 or 1338649. OLE color: 1338649.
HSL color Cylindrical-coordinate representation of color #196D14: hue angle of 116.63º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #196D14 is Cyan = 0.77, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 25 | 109 | 20 | - |
| CMYK | 0.77 | 0 | 0.82 | 0.57 |
| HSL | 116.63º | 0.69% | 0.25% | - |
| HSV(B) | 116.63º | 0.82% | 0.43% | - |
| XYZ | 6 | 11.19 | 2.51 | - |
| YUV | 73.74 | 97.67 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 109 | 20 | 0.77 | 0 | 0.82 | 0.57 | 116.63 | 0.69 | 0.25 |
| Hex | 19 | 6D | 14 | 4D | 0 | 52 | 39 | 75 | 45 | 19 |
| Octal | 31 | 155 | 24 | 115 | 0 | 122 | 71 | 165 | 105 | 31 |
| Binary | 11001 | 1101101 | 10100 | 1001101 | 0 | 1010010 | 111001 | 1110101 | 1000101 | 11001 |
Color Harmonies of #196D14
Complementary color
Monochromatic Colors of #196D14
Black with #196D14
Text Example
Text Example
White with #196D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196D14; }
p { color: rgb(25,109,20); }
H1.HeaderClassName
{
color: #196D14;
}
.AnyTagClassName
{
color: #196D14;
}
</style>
background-color css
<style>
a { background-color: #196D14; }
a { background-color: rgb(25,109,20); }
div.DivClassName
{
background-color: #196D14;
}
.BgClassName
{
background-color: #196D14;
}
</style>
border-color css
<style>
span { border-color: #196D14; }
span { border-color: rgb(25,109,20); }
td.TdClassName
{
border-color: #196D14;
}
.TagClassName
{
border-color: #196D14;
}
</style>