Shades of Forest Green #199D14
Tints of Forest Green #199D14
RGB
CMYK
RGB Variations
Color information
#199D14 (or 0x199D14) is known color: Forest Green. HEX triplet: 19, 9D and 14. RGB value is (25,157,20). Sum of RGB (Red+Green+Blue) = 25+157+20=202 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.38% from 202); Green value is 157 (61.72% from 255 or 77.72% from 202); Blue value is 20 (8.20% from 255 or 9.90% from 202); Max value from RGB is 157 - color contains mainly: green. Hex color #199D14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #199D14 is #E662EB. Grayscale: #666666. Windows color (decimal): -15098604 or 1350937. OLE color: 1350937.
HSL color Cylindrical-coordinate representation of color #199D14: hue angle of 117.81º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #199D14 is Cyan = 0.84, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 157 | 20 | - |
| CMYK | 0.84 | 0 | 0.87 | 0.38 |
| HSL | 117.81º | 0.77% | 0.35% | - |
| HSV(B) | 117.81º | 0.87% | 0.62% | - |
| XYZ | 12.58 | 24.37 | 4.7 | - |
| YUV | 101.91 | 81.77 | 73.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 157 | 20 | 0.84 | 0 | 0.87 | 0.38 | 117.81 | 0.77 | 0.35 |
| Hex | 19 | 9D | 14 | 54 | 0 | 57 | 26 | 76 | 4D | 23 |
| Octal | 31 | 235 | 24 | 124 | 0 | 127 | 46 | 166 | 115 | 43 |
| Binary | 11001 | 10011101 | 10100 | 1010100 | 0 | 1010111 | 100110 | 1110110 | 1001101 | 100011 |
Color Harmonies of #199D14
Complementary color
Monochromatic Colors of #199D14
Black with #199D14
Text Example
Text Example
White with #199D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199D14; }
p { color: rgb(25,157,20); }
H1.HeaderClassName
{
color: #199D14;
}
.AnyTagClassName
{
color: #199D14;
}
</style>
background-color css
<style>
a { background-color: #199D14; }
a { background-color: rgb(25,157,20); }
div.DivClassName
{
background-color: #199D14;
}
.BgClassName
{
background-color: #199D14;
}
</style>
border-color css
<style>
span { border-color: #199D14; }
span { border-color: rgb(25,157,20); }
td.TdClassName
{
border-color: #199D14;
}
.TagClassName
{
border-color: #199D14;
}
</style>