Shades of Forest Green #199114
Tints of Forest Green #199114
RGB
CMYK
RGB Variations
Color information
#199114 (or 0x199114) is known color: Forest Green. HEX triplet: 19, 91 and 14. RGB value is (25,145,20). Sum of RGB (Red+Green+Blue) = 25+145+20=190 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.16% from 190); Green value is 145 (57.03% from 255 or 76.32% from 190); Blue value is 20 (8.20% from 255 or 10.53% from 190); Max value from RGB is 145 - color contains mainly: green. Hex color #199114 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #199114 is #E66EEB. Grayscale: #5F5F5F. Windows color (decimal): -15101676 or 1347865. OLE color: 1347865.
HSL color Cylindrical-coordinate representation of color #199114: hue angle of 117.6º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #199114 is Cyan = 0.83, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 145 | 20 | - |
| CMYK | 0.83 | 0 | 0.86 | 0.43 |
| HSL | 117.6º | 0.76% | 0.32% | - |
| HSV(B) | 117.6º | 0.86% | 0.57% | - |
| XYZ | 10.65 | 20.51 | 4.06 | - |
| YUV | 94.87 | 85.74 | 78.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 145 | 20 | 0.83 | 0 | 0.86 | 0.43 | 117.6 | 0.76 | 0.32 |
| Hex | 19 | 91 | 14 | 53 | 0 | 56 | 2B | 76 | 4C | 20 |
| Octal | 31 | 221 | 24 | 123 | 0 | 126 | 53 | 166 | 114 | 40 |
| Binary | 11001 | 10010001 | 10100 | 1010011 | 0 | 1010110 | 101011 | 1110110 | 1001100 | 100000 |
Color Harmonies of #199114
Complementary color
Monochromatic Colors of #199114
Black with #199114
Text Example
Text Example
White with #199114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199114; }
p { color: rgb(25,145,20); }
H1.HeaderClassName
{
color: #199114;
}
.AnyTagClassName
{
color: #199114;
}
</style>
background-color css
<style>
a { background-color: #199114; }
a { background-color: rgb(25,145,20); }
div.DivClassName
{
background-color: #199114;
}
.BgClassName
{
background-color: #199114;
}
</style>
border-color css
<style>
span { border-color: #199114; }
span { border-color: rgb(25,145,20); }
td.TdClassName
{
border-color: #199114;
}
.TagClassName
{
border-color: #199114;
}
</style>