Shades of Forest Green #199B32
Tints of Forest Green #199B32
RGB
CMYK
RGB Variations
Color information
#199B32 (or 0x199B32) is known color: Forest Green. HEX triplet: 19, 9B and 32. RGB value is (25,155,50). Sum of RGB (Red+Green+Blue) = 25+155+50=230 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.87% from 230); Green value is 155 (60.94% from 255 or 67.39% from 230); Blue value is 50 (19.92% from 255 or 21.74% from 230); Max value from RGB is 155 - color contains mainly: green. Hex color #199B32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #199B32 is #E664CD. Grayscale: #686868. Windows color (decimal): -15099086 or 3316505. OLE color: 3316505.
HSL color Cylindrical-coordinate representation of color #199B32: hue angle of 131.54º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199B32 is Cyan = 0.84, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 155 | 50 | - |
| CMYK | 0.84 | 0 | 0.68 | 0.39 |
| HSL | 131.54º | 0.72% | 0.35% | - |
| HSV(B) | 131.54º | 0.84% | 0.61% | - |
| XYZ | 12.7 | 23.88 | 6.96 | - |
| YUV | 104.16 | 97.43 | 71.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 155 | 50 | 0.84 | 0 | 0.68 | 0.39 | 131.54 | 0.72 | 0.35 |
| Hex | 19 | 9B | 32 | 54 | 0 | 44 | 27 | 84 | 48 | 23 |
| Octal | 31 | 233 | 62 | 124 | 0 | 104 | 47 | 204 | 110 | 43 |
| Binary | 11001 | 10011011 | 110010 | 1010100 | 0 | 1000100 | 100111 | 10000100 | 1001000 | 100011 |
Color Harmonies of #199B32
Complementary color
Monochromatic Colors of #199B32
Black with #199B32
Text Example
Text Example
White with #199B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199B32; }
p { color: rgb(25,155,50); }
H1.HeaderClassName
{
color: #199B32;
}
.AnyTagClassName
{
color: #199B32;
}
</style>
background-color css
<style>
a { background-color: #199B32; }
a { background-color: rgb(25,155,50); }
div.DivClassName
{
background-color: #199B32;
}
.BgClassName
{
background-color: #199B32;
}
</style>
border-color css
<style>
span { border-color: #199B32; }
span { border-color: rgb(25,155,50); }
td.TdClassName
{
border-color: #199B32;
}
.TagClassName
{
border-color: #199B32;
}
</style>