Shades of Forest Green #197D11
Tints of Forest Green #197D11
RGB
CMYK
RGB Variations
Color information
#197D11 (or 0x197D11) is known color: Forest Green. HEX triplet: 19, 7D and 11. RGB value is (25,125,17). Sum of RGB (Red+Green+Blue) = 25+125+17=167 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.97% from 167); Green value is 125 (49.22% from 255 or 74.85% from 167); Blue value is 17 (7.03% from 255 or 10.18% from 167); Max value from RGB is 125 - color contains mainly: green. Hex color #197D11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #197D11 is #E682EE. Grayscale: #535353. Windows color (decimal): -15106799 or 1146137. OLE color: 1146137.
HSL color Cylindrical-coordinate representation of color #197D11: hue angle of 115.56º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #197D11 is Cyan = 0.8, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 125 | 17 | - |
| CMYK | 0.8 | 0 | 0.86 | 0.51 |
| HSL | 115.56º | 0.76% | 0.28% | - |
| HSV(B) | 115.56º | 0.86% | 0.49% | - |
| XYZ | 7.84 | 14.91 | 3 | - |
| YUV | 82.79 | 90.87 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 125 | 17 | 0.8 | 0 | 0.86 | 0.51 | 115.56 | 0.76 | 0.28 |
| Hex | 19 | 7D | 11 | 50 | 0 | 56 | 33 | 74 | 4C | 1C |
| Octal | 31 | 175 | 21 | 120 | 0 | 126 | 63 | 164 | 114 | 34 |
| Binary | 11001 | 1111101 | 10001 | 1010000 | 0 | 1010110 | 110011 | 1110100 | 1001100 | 11100 |
Color Harmonies of #197D11
Complementary color
Monochromatic Colors of #197D11
Black with #197D11
Text Example
Text Example
White with #197D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197D11; }
p { color: rgb(25,125,17); }
H1.HeaderClassName
{
color: #197D11;
}
.AnyTagClassName
{
color: #197D11;
}
</style>
background-color css
<style>
a { background-color: #197D11; }
a { background-color: rgb(25,125,17); }
div.DivClassName
{
background-color: #197D11;
}
.BgClassName
{
background-color: #197D11;
}
</style>
border-color css
<style>
span { border-color: #197D11; }
span { border-color: rgb(25,125,17); }
td.TdClassName
{
border-color: #197D11;
}
.TagClassName
{
border-color: #197D11;
}
</style>