Shades of Forest Green #199E2A
Tints of Forest Green #199E2A
RGB
CMYK
RGB Variations
Color information
#199E2A (or 0x199E2A) is known color: Forest Green. HEX triplet: 19, 9E and 2A. RGB value is (25,158,42). Sum of RGB (Red+Green+Blue) = 25+158+42=225 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.11% from 225); Green value is 158 (62.11% from 255 or 70.22% from 225); Blue value is 42 (16.80% from 255 or 18.67% from 225); Max value from RGB is 158 - color contains mainly: green. Hex color #199E2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #199E2A is #E661D5. Grayscale: #696969. Windows color (decimal): -15098326 or 2792985. OLE color: 2792985.
HSL color Cylindrical-coordinate representation of color #199E2A: hue angle of 127.67º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199E2A is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 158 | 42 | - |
| CMYK | 0.84 | 0 | 0.73 | 0.38 |
| HSL | 127.67º | 0.73% | 0.36% | - |
| HSV(B) | 127.67º | 0.84% | 0.62% | - |
| XYZ | 13.05 | 24.83 | 6.3 | - |
| YUV | 105.01 | 92.44 | 70.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 158 | 42 | 0.84 | 0 | 0.73 | 0.38 | 127.67 | 0.73 | 0.36 |
| Hex | 19 | 9E | 2A | 54 | 0 | 49 | 26 | 80 | 49 | 24 |
| Octal | 31 | 236 | 52 | 124 | 0 | 111 | 46 | 200 | 111 | 44 |
| Binary | 11001 | 10011110 | 101010 | 1010100 | 0 | 1001001 | 100110 | 10000000 | 1001001 | 100100 |
Color Harmonies of #199E2A
Complementary color
Monochromatic Colors of #199E2A
Black with #199E2A
Text Example
Text Example
White with #199E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199E2A; }
p { color: rgb(25,158,42); }
H1.HeaderClassName
{
color: #199E2A;
}
.AnyTagClassName
{
color: #199E2A;
}
</style>
background-color css
<style>
a { background-color: #199E2A; }
a { background-color: rgb(25,158,42); }
div.DivClassName
{
background-color: #199E2A;
}
.BgClassName
{
background-color: #199E2A;
}
</style>
border-color css
<style>
span { border-color: #199E2A; }
span { border-color: rgb(25,158,42); }
td.TdClassName
{
border-color: #199E2A;
}
.TagClassName
{
border-color: #199E2A;
}
</style>