Shades of Forest Green #199132
Tints of Forest Green #199132
RGB
CMYK
RGB Variations
Color information
#199132 (or 0x199132) is known color: Forest Green. HEX triplet: 19, 91 and 32. RGB value is (25,145,50). Sum of RGB (Red+Green+Blue) = 25+145+50=220 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.36% from 220); Green value is 145 (57.03% from 255 or 65.91% from 220); Blue value is 50 (19.92% from 255 or 22.73% from 220); Max value from RGB is 145 - color contains mainly: green. Hex color #199132 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #199132 is #E66ECD. Grayscale: #626262. Windows color (decimal): -15101646 or 3313945. OLE color: 3313945.
HSL color Cylindrical-coordinate representation of color #199132: hue angle of 132.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #199132 is Cyan = 0.83, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 145 | 50 | - |
| CMYK | 0.83 | 0 | 0.66 | 0.43 |
| HSL | 132.5º | 0.71% | 0.33% | - |
| HSV(B) | 132.5º | 0.83% | 0.57% | - |
| XYZ | 11.1 | 20.69 | 6.43 | - |
| YUV | 98.29 | 100.74 | 75.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 145 | 50 | 0.83 | 0 | 0.66 | 0.43 | 132.5 | 0.71 | 0.33 |
| Hex | 19 | 91 | 32 | 53 | 0 | 42 | 2B | 84 | 47 | 21 |
| Octal | 31 | 221 | 62 | 123 | 0 | 102 | 53 | 204 | 107 | 41 |
| Binary | 11001 | 10010001 | 110010 | 1010011 | 0 | 1000010 | 101011 | 10000100 | 1000111 | 100001 |
Color Harmonies of #199132
Complementary color
Monochromatic Colors of #199132
Black with #199132
Text Example
Text Example
White with #199132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199132; }
p { color: rgb(25,145,50); }
H1.HeaderClassName
{
color: #199132;
}
.AnyTagClassName
{
color: #199132;
}
</style>
background-color css
<style>
a { background-color: #199132; }
a { background-color: rgb(25,145,50); }
div.DivClassName
{
background-color: #199132;
}
.BgClassName
{
background-color: #199132;
}
</style>
border-color css
<style>
span { border-color: #199132; }
span { border-color: rgb(25,145,50); }
td.TdClassName
{
border-color: #199132;
}
.TagClassName
{
border-color: #199132;
}
</style>