Shades of Forest Green #199C2A
Tints of Forest Green #199C2A
RGB
CMYK
RGB Variations
Color information
#199C2A (or 0x199C2A) is known color: Forest Green. HEX triplet: 19, 9C and 2A. RGB value is (25,156,42). Sum of RGB (Red+Green+Blue) = 25+156+42=223 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.21% from 223); Green value is 156 (61.33% from 255 or 69.96% from 223); Blue value is 42 (16.80% from 255 or 18.83% from 223); Max value from RGB is 156 - color contains mainly: green. Hex color #199C2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #199C2A is #E663D5. Grayscale: #686868. Windows color (decimal): -15098838 or 2792473. OLE color: 2792473.
HSL color Cylindrical-coordinate representation of color #199C2A: hue angle of 127.79º 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 #199C2A is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 156 | 42 | - |
| CMYK | 0.84 | 0 | 0.73 | 0.39 |
| HSL | 127.79º | 0.72% | 0.35% | - |
| HSV(B) | 127.79º | 0.84% | 0.61% | - |
| XYZ | 12.71 | 24.15 | 6.18 | - |
| YUV | 103.84 | 93.1 | 71.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 156 | 42 | 0.84 | 0 | 0.73 | 0.39 | 127.79 | 0.72 | 0.35 |
| Hex | 19 | 9C | 2A | 54 | 0 | 49 | 27 | 80 | 48 | 23 |
| Octal | 31 | 234 | 52 | 124 | 0 | 111 | 47 | 200 | 110 | 43 |
| Binary | 11001 | 10011100 | 101010 | 1010100 | 0 | 1001001 | 100111 | 10000000 | 1001000 | 100011 |
Color Harmonies of #199C2A
Complementary color
Monochromatic Colors of #199C2A
Black with #199C2A
Text Example
Text Example
White with #199C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199C2A; }
p { color: rgb(25,156,42); }
H1.HeaderClassName
{
color: #199C2A;
}
.AnyTagClassName
{
color: #199C2A;
}
</style>
background-color css
<style>
a { background-color: #199C2A; }
a { background-color: rgb(25,156,42); }
div.DivClassName
{
background-color: #199C2A;
}
.BgClassName
{
background-color: #199C2A;
}
</style>
border-color css
<style>
span { border-color: #199C2A; }
span { border-color: rgb(25,156,42); }
td.TdClassName
{
border-color: #199C2A;
}
.TagClassName
{
border-color: #199C2A;
}
</style>