Shades of Forest Green #199529
Tints of Forest Green #199529
RGB
CMYK
RGB Variations
Color information
#199529 (or 0x199529) is known color: Forest Green. HEX triplet: 19, 95 and 29. RGB value is (25,149,41). Sum of RGB (Red+Green+Blue) = 25+149+41=215 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.63% from 215); Green value is 149 (58.59% from 255 or 69.30% from 215); Blue value is 41 (16.41% from 255 or 19.07% from 215); Max value from RGB is 149 - color contains mainly: green. Hex color #199529 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #199529 is #E66AD6. Grayscale: #636363. Windows color (decimal): -15100631 or 2725145. OLE color: 2725145.
HSL color Cylindrical-coordinate representation of color #199529: hue angle of 127.74º 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 #199529 is Cyan = 0.83, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 149 | 41 | - |
| CMYK | 0.83 | 0 | 0.72 | 0.42 |
| HSL | 127.74º | 0.71% | 0.34% | - |
| HSV(B) | 127.74º | 0.83% | 0.58% | - |
| XYZ | 11.55 | 21.86 | 5.71 | - |
| YUV | 99.61 | 94.92 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 149 | 41 | 0.83 | 0 | 0.72 | 0.42 | 127.74 | 0.71 | 0.34 |
| Hex | 19 | 95 | 29 | 53 | 0 | 48 | 2A | 80 | 47 | 22 |
| Octal | 31 | 225 | 51 | 123 | 0 | 110 | 52 | 200 | 107 | 42 |
| Binary | 11001 | 10010101 | 101001 | 1010011 | 0 | 1001000 | 101010 | 10000000 | 1000111 | 100010 |
Color Harmonies of #199529
Complementary color
Monochromatic Colors of #199529
Black with #199529
Text Example
Text Example
White with #199529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199529; }
p { color: rgb(25,149,41); }
H1.HeaderClassName
{
color: #199529;
}
.AnyTagClassName
{
color: #199529;
}
</style>
background-color css
<style>
a { background-color: #199529; }
a { background-color: rgb(25,149,41); }
div.DivClassName
{
background-color: #199529;
}
.BgClassName
{
background-color: #199529;
}
</style>
border-color css
<style>
span { border-color: #199529; }
span { border-color: rgb(25,149,41); }
td.TdClassName
{
border-color: #199529;
}
.TagClassName
{
border-color: #199529;
}
</style>