Shades of Forest Green #197D14
Tints of Forest Green #197D14
RGB
CMYK
RGB Variations
Color information
#197D14 (or 0x197D14) is known color: Forest Green. HEX triplet: 19, 7D and 14. RGB value is (25,125,20). Sum of RGB (Red+Green+Blue) = 25+125+20=170 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.71% from 170); Green value is 125 (49.22% from 255 or 73.53% from 170); Blue value is 20 (8.20% from 255 or 11.76% from 170); Max value from RGB is 125 - color contains mainly: green. Hex color #197D14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #197D14 is #E682EB. Grayscale: #535353. Windows color (decimal): -15106796 or 1342745. OLE color: 1342745.
HSL color Cylindrical-coordinate representation of color #197D14: hue angle of 117.14º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #197D14 is Cyan = 0.8, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 125 | 20 | - |
| CMYK | 0.8 | 0 | 0.84 | 0.51 |
| HSL | 117.14º | 0.72% | 0.28% | - |
| HSV(B) | 117.14º | 0.84% | 0.49% | - |
| XYZ | 7.86 | 14.92 | 3.13 | - |
| YUV | 83.13 | 92.37 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 125 | 20 | 0.8 | 0 | 0.84 | 0.51 | 117.14 | 0.72 | 0.28 |
| Hex | 19 | 7D | 14 | 50 | 0 | 54 | 33 | 75 | 48 | 1C |
| Octal | 31 | 175 | 24 | 120 | 0 | 124 | 63 | 165 | 110 | 34 |
| Binary | 11001 | 1111101 | 10100 | 1010000 | 0 | 1010100 | 110011 | 1110101 | 1001000 | 11100 |
Color Harmonies of #197D14
Complementary color
Monochromatic Colors of #197D14
Black with #197D14
Text Example
Text Example
White with #197D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197D14; }
p { color: rgb(25,125,20); }
H1.HeaderClassName
{
color: #197D14;
}
.AnyTagClassName
{
color: #197D14;
}
</style>
background-color css
<style>
a { background-color: #197D14; }
a { background-color: rgb(25,125,20); }
div.DivClassName
{
background-color: #197D14;
}
.BgClassName
{
background-color: #197D14;
}
</style>
border-color css
<style>
span { border-color: #197D14; }
span { border-color: rgb(25,125,20); }
td.TdClassName
{
border-color: #197D14;
}
.TagClassName
{
border-color: #197D14;
}
</style>