Shades of Forest Green #199B11
Tints of Forest Green #199B11
RGB
CMYK
RGB Variations
Color information
#199B11 (or 0x199B11) is known color: Forest Green. HEX triplet: 19, 9B and 11. RGB value is (25,155,17). Sum of RGB (Red+Green+Blue) = 25+155+17=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 155 (60.94% from 255 or 78.68% from 197); Blue value is 17 (7.03% from 255 or 8.63% from 197); Max value from RGB is 155 - color contains mainly: green. Hex color #199B11 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #199B11 is #E664EE. Grayscale: #646464. Windows color (decimal): -15099119 or 1153817. OLE color: 1153817.
HSL color Cylindrical-coordinate representation of color #199B11: hue angle of 116.52º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #199B11 is Cyan = 0.84, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 155 | 17 | - |
| CMYK | 0.84 | 0 | 0.89 | 0.39 |
| HSL | 116.52º | 0.8% | 0.34% | - |
| HSV(B) | 116.52º | 0.89% | 0.61% | - |
| XYZ | 12.22 | 23.69 | 4.46 | - |
| YUV | 100.4 | 80.93 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 155 | 17 | 0.84 | 0 | 0.89 | 0.39 | 116.52 | 0.8 | 0.34 |
| Hex | 19 | 9B | 11 | 54 | 0 | 59 | 27 | 75 | 50 | 22 |
| Octal | 31 | 233 | 21 | 124 | 0 | 131 | 47 | 165 | 120 | 42 |
| Binary | 11001 | 10011011 | 10001 | 1010100 | 0 | 1011001 | 100111 | 1110101 | 1010000 | 100010 |
Color Harmonies of #199B11
Complementary color
Monochromatic Colors of #199B11
Black with #199B11
Text Example
Text Example
White with #199B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199B11; }
p { color: rgb(25,155,17); }
H1.HeaderClassName
{
color: #199B11;
}
.AnyTagClassName
{
color: #199B11;
}
</style>
background-color css
<style>
a { background-color: #199B11; }
a { background-color: rgb(25,155,17); }
div.DivClassName
{
background-color: #199B11;
}
.BgClassName
{
background-color: #199B11;
}
</style>
border-color css
<style>
span { border-color: #199B11; }
span { border-color: rgb(25,155,17); }
td.TdClassName
{
border-color: #199B11;
}
.TagClassName
{
border-color: #199B11;
}
</style>