Shades of Forest Green #199D2F
Tints of Forest Green #199D2F
RGB
CMYK
RGB Variations
Color information
#199D2F (or 0x199D2F) is known color: Forest Green. HEX triplet: 19, 9D and 2F. RGB value is (25,157,47). Sum of RGB (Red+Green+Blue) = 25+157+47=229 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.92% from 229); Green value is 157 (61.72% from 255 or 68.56% from 229); Blue value is 47 (18.75% from 255 or 20.52% from 229); Max value from RGB is 157 - color contains mainly: green. Hex color #199D2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #199D2F is #E662D0. Grayscale: #696969. Windows color (decimal): -15098577 or 3120409. OLE color: 3120409.
HSL color Cylindrical-coordinate representation of color #199D2F: hue angle of 130º 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 #199D2F is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 157 | 47 | - |
| CMYK | 0.84 | 0 | 0.70 | 0.38 |
| HSL | 130º | 0.73% | 0.36% | - |
| HSV(B) | 130º | 0.84% | 0.62% | - |
| XYZ | 12.97 | 24.53 | 6.74 | - |
| YUV | 104.99 | 95.27 | 70.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 157 | 47 | 0.84 | 0 | 0.70 | 0.38 | 130 | 0.73 | 0.36 |
| Hex | 19 | 9D | 2F | 54 | 0 | 46 | 26 | 82 | 49 | 24 |
| Octal | 31 | 235 | 57 | 124 | 0 | 106 | 46 | 202 | 111 | 44 |
| Binary | 11001 | 10011101 | 101111 | 1010100 | 0 | 1000110 | 100110 | 10000010 | 1001001 | 100100 |
Color Harmonies of #199D2F
Complementary color
Monochromatic Colors of #199D2F
Black with #199D2F
Text Example
Text Example
White with #199D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199D2F; }
p { color: rgb(25,157,47); }
H1.HeaderClassName
{
color: #199D2F;
}
.AnyTagClassName
{
color: #199D2F;
}
</style>
background-color css
<style>
a { background-color: #199D2F; }
a { background-color: rgb(25,157,47); }
div.DivClassName
{
background-color: #199D2F;
}
.BgClassName
{
background-color: #199D2F;
}
</style>
border-color css
<style>
span { border-color: #199D2F; }
span { border-color: rgb(25,157,47); }
td.TdClassName
{
border-color: #199D2F;
}
.TagClassName
{
border-color: #199D2F;
}
</style>