Shades of Forest Green #197D0D
Tints of Forest Green #197D0D
RGB
CMYK
RGB Variations
Color information
#197D0D (or 0x197D0D) is known color: Forest Green. HEX triplet: 19, 7D and 0D. RGB value is (25,125,13). Sum of RGB (Red+Green+Blue) = 25+125+13=163 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.34% from 163); Green value is 125 (49.22% from 255 or 76.69% from 163); Blue value is 13 (5.47% from 255 or 7.98% from 163); Max value from RGB is 125 - color contains mainly: green. Hex color #197D0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #197D0D is #E682F2. Grayscale: #525252. Windows color (decimal): -15106803 or 883993. OLE color: 883993.
HSL color Cylindrical-coordinate representation of color #197D0D: hue angle of 113.57º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #197D0D is Cyan = 0.8, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 125 | 13 | - |
| CMYK | 0.8 | 0 | 0.90 | 0.51 |
| HSL | 113.57º | 0.81% | 0.27% | - |
| HSV(B) | 113.57º | 0.9% | 0.49% | - |
| XYZ | 7.81 | 14.9 | 2.85 | - |
| YUV | 82.33 | 88.87 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 125 | 13 | 0.8 | 0 | 0.90 | 0.51 | 113.57 | 0.81 | 0.27 |
| Hex | 19 | 7D | D | 50 | 0 | 5A | 33 | 72 | 51 | 1B |
| Octal | 31 | 175 | 15 | 120 | 0 | 132 | 63 | 162 | 121 | 33 |
| Binary | 11001 | 1111101 | 1101 | 1010000 | 0 | 1011010 | 110011 | 1110010 | 1010001 | 11011 |
Color Harmonies of #197D0D
Complementary color
Monochromatic Colors of #197D0D
Black with #197D0D
Text Example
Text Example
White with #197D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197D0D; }
p { color: rgb(25,125,13); }
H1.HeaderClassName
{
color: #197D0D;
}
.AnyTagClassName
{
color: #197D0D;
}
</style>
background-color css
<style>
a { background-color: #197D0D; }
a { background-color: rgb(25,125,13); }
div.DivClassName
{
background-color: #197D0D;
}
.BgClassName
{
background-color: #197D0D;
}
</style>
border-color css
<style>
span { border-color: #197D0D; }
span { border-color: rgb(25,125,13); }
td.TdClassName
{
border-color: #197D0D;
}
.TagClassName
{
border-color: #197D0D;
}
</style>