Shades of Forest Green #199B14
Tints of Forest Green #199B14
RGB
CMYK
RGB Variations
Color information
#199B14 (or 0x199B14) is known color: Forest Green. HEX triplet: 19, 9B and 14. RGB value is (25,155,20). Sum of RGB (Red+Green+Blue) = 25+155+20=200 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.5% from 200); Green value is 155 (60.94% from 255 or 77.5% from 200); Blue value is 20 (8.20% from 255 or 10% from 200); Max value from RGB is 155 - color contains mainly: green. Hex color #199B14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #199B14 is #E664EB. Grayscale: #656565. Windows color (decimal): -15099116 or 1350425. OLE color: 1350425.
HSL color Cylindrical-coordinate representation of color #199B14: hue angle of 117.78º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #199B14 is Cyan = 0.84, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 155 | 20 | - |
| CMYK | 0.84 | 0 | 0.87 | 0.39 |
| HSL | 117.78º | 0.77% | 0.34% | - |
| HSV(B) | 117.78º | 0.87% | 0.61% | - |
| XYZ | 12.25 | 23.7 | 4.59 | - |
| YUV | 100.74 | 82.43 | 73.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 155 | 20 | 0.84 | 0 | 0.87 | 0.39 | 117.78 | 0.77 | 0.34 |
| Hex | 19 | 9B | 14 | 54 | 0 | 57 | 27 | 76 | 4D | 22 |
| Octal | 31 | 233 | 24 | 124 | 0 | 127 | 47 | 166 | 115 | 42 |
| Binary | 11001 | 10011011 | 10100 | 1010100 | 0 | 1010111 | 100111 | 1110110 | 1001101 | 100010 |
Color Harmonies of #199B14
Complementary color
Monochromatic Colors of #199B14
Black with #199B14
Text Example
Text Example
White with #199B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199B14; }
p { color: rgb(25,155,20); }
H1.HeaderClassName
{
color: #199B14;
}
.AnyTagClassName
{
color: #199B14;
}
</style>
background-color css
<style>
a { background-color: #199B14; }
a { background-color: rgb(25,155,20); }
div.DivClassName
{
background-color: #199B14;
}
.BgClassName
{
background-color: #199B14;
}
</style>
border-color css
<style>
span { border-color: #199B14; }
span { border-color: rgb(25,155,20); }
td.TdClassName
{
border-color: #199B14;
}
.TagClassName
{
border-color: #199B14;
}
</style>