Shades of Forest Green #199432
Tints of Forest Green #199432
RGB
CMYK
RGB Variations
Color information
#199432 (or 0x199432) is known color: Forest Green. HEX triplet: 19, 94 and 32. RGB value is (25,148,50). Sum of RGB (Red+Green+Blue) = 25+148+50=223 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.21% from 223); Green value is 148 (58.20% from 255 or 66.37% from 223); Blue value is 50 (19.92% from 255 or 22.42% from 223); Max value from RGB is 148 - color contains mainly: green. Hex color #199432 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #199432 is #E66BCD. Grayscale: #646464. Windows color (decimal): -15100878 or 3314713. OLE color: 3314713.
HSL color Cylindrical-coordinate representation of color #199432: hue angle of 132.2º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #199432 is Cyan = 0.83, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 148 | 50 | - |
| CMYK | 0.83 | 0 | 0.66 | 0.42 |
| HSL | 132.2º | 0.71% | 0.34% | - |
| HSV(B) | 132.2º | 0.83% | 0.58% | - |
| XYZ | 11.57 | 21.62 | 6.58 | - |
| YUV | 100.05 | 99.75 | 74.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 148 | 50 | 0.83 | 0 | 0.66 | 0.42 | 132.2 | 0.71 | 0.34 |
| Hex | 19 | 94 | 32 | 53 | 0 | 42 | 2A | 84 | 47 | 22 |
| Octal | 31 | 224 | 62 | 123 | 0 | 102 | 52 | 204 | 107 | 42 |
| Binary | 11001 | 10010100 | 110010 | 1010011 | 0 | 1000010 | 101010 | 10000100 | 1000111 | 100010 |
Color Harmonies of #199432
Complementary color
Monochromatic Colors of #199432
Black with #199432
Text Example
Text Example
White with #199432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199432; }
p { color: rgb(25,148,50); }
H1.HeaderClassName
{
color: #199432;
}
.AnyTagClassName
{
color: #199432;
}
</style>
background-color css
<style>
a { background-color: #199432; }
a { background-color: rgb(25,148,50); }
div.DivClassName
{
background-color: #199432;
}
.BgClassName
{
background-color: #199432;
}
</style>
border-color css
<style>
span { border-color: #199432; }
span { border-color: rgb(25,148,50); }
td.TdClassName
{
border-color: #199432;
}
.TagClassName
{
border-color: #199432;
}
</style>