Shades of Forest Green #197D10
Tints of Forest Green #197D10
RGB
CMYK
RGB Variations
Color information
#197D10 (or 0x197D10) is known color: Forest Green. HEX triplet: 19, 7D and 10. RGB value is (25,125,16). Sum of RGB (Red+Green+Blue) = 25+125+16=166 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.06% from 166); Green value is 125 (49.22% from 255 or 75.30% from 166); Blue value is 16 (6.64% from 255 or 9.64% from 166); Max value from RGB is 125 - color contains mainly: green. Hex color #197D10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #197D10 is #E682EF. Grayscale: #535353. Windows color (decimal): -15106800 or 1080601. OLE color: 1080601.
HSL color Cylindrical-coordinate representation of color #197D10: hue angle of 115.05º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #197D10 is Cyan = 0.8, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 125 | 16 | - |
| CMYK | 0.8 | 0 | 0.87 | 0.51 |
| HSL | 115.05º | 0.77% | 0.28% | - |
| HSV(B) | 115.05º | 0.87% | 0.49% | - |
| XYZ | 7.83 | 14.91 | 2.96 | - |
| YUV | 82.67 | 90.37 | 86.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 125 | 16 | 0.8 | 0 | 0.87 | 0.51 | 115.05 | 0.77 | 0.28 |
| Hex | 19 | 7D | 10 | 50 | 0 | 57 | 33 | 73 | 4D | 1C |
| Octal | 31 | 175 | 20 | 120 | 0 | 127 | 63 | 163 | 115 | 34 |
| Binary | 11001 | 1111101 | 10000 | 1010000 | 0 | 1010111 | 110011 | 1110011 | 1001101 | 11100 |
Color Harmonies of #197D10
Complementary color
Monochromatic Colors of #197D10
Black with #197D10
Text Example
Text Example
White with #197D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197D10; }
p { color: rgb(25,125,16); }
H1.HeaderClassName
{
color: #197D10;
}
.AnyTagClassName
{
color: #197D10;
}
</style>
background-color css
<style>
a { background-color: #197D10; }
a { background-color: rgb(25,125,16); }
div.DivClassName
{
background-color: #197D10;
}
.BgClassName
{
background-color: #197D10;
}
</style>
border-color css
<style>
span { border-color: #197D10; }
span { border-color: rgb(25,125,16); }
td.TdClassName
{
border-color: #197D10;
}
.TagClassName
{
border-color: #197D10;
}
</style>