Shades of Forest Green #196D11
Tints of Forest Green #196D11
RGB
CMYK
RGB Variations
Color information
#196D11 (or 0x196D11) is known color: Forest Green. HEX triplet: 19, 6D and 11. RGB value is (25,109,17). Sum of RGB (Red+Green+Blue) = 25+109+17=151 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.56% from 151); Green value is 109 (42.97% from 255 or 72.19% from 151); Blue value is 17 (7.03% from 255 or 11.26% from 151); Max value from RGB is 109 - color contains mainly: green. Hex color #196D11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196D11 is #E692EE. Grayscale: #494949. Windows color (decimal): -15110895 or 1142041. OLE color: 1142041.
HSL color Cylindrical-coordinate representation of color #196D11: hue angle of 114.78º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #196D11 is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 25 | 109 | 17 | - |
| CMYK | 0.77 | 0 | 0.84 | 0.57 |
| HSL | 114.78º | 0.73% | 0.25% | - |
| HSV(B) | 114.78º | 0.84% | 0.43% | - |
| XYZ | 5.97 | 11.18 | 2.37 | - |
| YUV | 73.4 | 96.17 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 109 | 17 | 0.77 | 0 | 0.84 | 0.57 | 114.78 | 0.73 | 0.25 |
| Hex | 19 | 6D | 11 | 4D | 0 | 54 | 39 | 73 | 49 | 19 |
| Octal | 31 | 155 | 21 | 115 | 0 | 124 | 71 | 163 | 111 | 31 |
| Binary | 11001 | 1101101 | 10001 | 1001101 | 0 | 1010100 | 111001 | 1110011 | 1001001 | 11001 |
Color Harmonies of #196D11
Complementary color
Monochromatic Colors of #196D11
Black with #196D11
Text Example
Text Example
White with #196D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196D11; }
p { color: rgb(25,109,17); }
H1.HeaderClassName
{
color: #196D11;
}
.AnyTagClassName
{
color: #196D11;
}
</style>
background-color css
<style>
a { background-color: #196D11; }
a { background-color: rgb(25,109,17); }
div.DivClassName
{
background-color: #196D11;
}
.BgClassName
{
background-color: #196D11;
}
</style>
border-color css
<style>
span { border-color: #196D11; }
span { border-color: rgb(25,109,17); }
td.TdClassName
{
border-color: #196D11;
}
.TagClassName
{
border-color: #196D11;
}
</style>