Shades of Forest Green #199F1C
Tints of Forest Green #199F1C
RGB
CMYK
RGB Variations
Color information
#199F1C (or 0x199F1C) is known color: Forest Green. HEX triplet: 19, 9F and 1C. RGB value is (25,159,28). Sum of RGB (Red+Green+Blue) = 25+159+28=212 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.79% from 212); Green value is 159 (62.5% from 255 or 75% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 159 - color contains mainly: green. Hex color #199F1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #199F1C is #E660E3. Grayscale: #686868. Windows color (decimal): -15098084 or 1875737. OLE color: 1875737.
HSL color Cylindrical-coordinate representation of color #199F1C: hue angle of 121.34º 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 #199F1C is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 159 | 28 | - |
| CMYK | 0.84 | 0 | 0.82 | 0.38 |
| HSL | 121.34º | 0.73% | 0.36% | - |
| HSV(B) | 121.34º | 0.84% | 0.62% | - |
| XYZ | 13.01 | 25.09 | 5.26 | - |
| YUV | 104 | 85.11 | 71.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 159 | 28 | 0.84 | 0 | 0.82 | 0.38 | 121.34 | 0.73 | 0.36 |
| Hex | 19 | 9F | 1C | 54 | 0 | 52 | 26 | 79 | 49 | 24 |
| Octal | 31 | 237 | 34 | 124 | 0 | 122 | 46 | 171 | 111 | 44 |
| Binary | 11001 | 10011111 | 11100 | 1010100 | 0 | 1010010 | 100110 | 1111001 | 1001001 | 100100 |
Color Harmonies of #199F1C
Complementary color
Monochromatic Colors of #199F1C
Black with #199F1C
Text Example
Text Example
White with #199F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199F1C; }
p { color: rgb(25,159,28); }
H1.HeaderClassName
{
color: #199F1C;
}
.AnyTagClassName
{
color: #199F1C;
}
</style>
background-color css
<style>
a { background-color: #199F1C; }
a { background-color: rgb(25,159,28); }
div.DivClassName
{
background-color: #199F1C;
}
.BgClassName
{
background-color: #199F1C;
}
</style>
border-color css
<style>
span { border-color: #199F1C; }
span { border-color: rgb(25,159,28); }
td.TdClassName
{
border-color: #199F1C;
}
.TagClassName
{
border-color: #199F1C;
}
</style>