Shades of Forest Green #199D1F
Tints of Forest Green #199D1F
RGB
CMYK
RGB Variations
Color information
#199D1F (or 0x199D1F) is known color: Forest Green. HEX triplet: 19, 9D and 1F. RGB value is (25,157,31). Sum of RGB (Red+Green+Blue) = 25+157+31=213 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.74% from 213); Green value is 157 (61.72% from 255 or 73.71% from 213); Blue value is 31 (12.5% from 255 or 14.55% from 213); Max value from RGB is 157 - color contains mainly: green. Hex color #199D1F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #199D1F is #E662E0. Grayscale: #676767. Windows color (decimal): -15098593 or 2071833. OLE color: 2071833.
HSL color Cylindrical-coordinate representation of color #199D1F: hue angle of 122.73º 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 #199D1F is Cyan = 0.84, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 157 | 31 | - |
| CMYK | 0.84 | 0 | 0.80 | 0.38 |
| HSL | 122.73º | 0.73% | 0.36% | - |
| HSV(B) | 122.73º | 0.84% | 0.62% | - |
| XYZ | 12.71 | 24.42 | 5.34 | - |
| YUV | 103.17 | 87.27 | 72.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 157 | 31 | 0.84 | 0 | 0.80 | 0.38 | 122.73 | 0.73 | 0.36 |
| Hex | 19 | 9D | 1F | 54 | 0 | 50 | 26 | 7B | 49 | 24 |
| Octal | 31 | 235 | 37 | 124 | 0 | 120 | 46 | 173 | 111 | 44 |
| Binary | 11001 | 10011101 | 11111 | 1010100 | 0 | 1010000 | 100110 | 1111011 | 1001001 | 100100 |
Color Harmonies of #199D1F
Complementary color
Monochromatic Colors of #199D1F
Black with #199D1F
Text Example
Text Example
White with #199D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199D1F; }
p { color: rgb(25,157,31); }
H1.HeaderClassName
{
color: #199D1F;
}
.AnyTagClassName
{
color: #199D1F;
}
</style>
background-color css
<style>
a { background-color: #199D1F; }
a { background-color: rgb(25,157,31); }
div.DivClassName
{
background-color: #199D1F;
}
.BgClassName
{
background-color: #199D1F;
}
</style>
border-color css
<style>
span { border-color: #199D1F; }
span { border-color: rgb(25,157,31); }
td.TdClassName
{
border-color: #199D1F;
}
.TagClassName
{
border-color: #199D1F;
}
</style>