Shades of Forest Green #197D2C
Tints of Forest Green #197D2C
RGB
CMYK
RGB Variations
Color information
#197D2C (or 0x197D2C) is known color: Forest Green. HEX triplet: 19, 7D and 2C. RGB value is (25,125,44). Sum of RGB (Red+Green+Blue) = 25+125+44=194 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.89% from 194); Green value is 125 (49.22% from 255 or 64.43% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 125 - color contains mainly: green. Hex color #197D2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197D2C is #E682D3. Grayscale: #565656. Windows color (decimal): -15106772 or 2915609. OLE color: 2915609.
HSL color Cylindrical-coordinate representation of color #197D2C: hue angle of 131.4º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197D2C is Cyan = 0.8, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 125 | 44 | - |
| CMYK | 0.8 | 0 | 0.65 | 0.51 |
| HSL | 131.4º | 0.67% | 0.29% | - |
| HSV(B) | 131.4º | 0.8% | 0.49% | - |
| XYZ | 8.19 | 15.06 | 4.86 | - |
| YUV | 85.87 | 104.37 | 84.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 125 | 44 | 0.8 | 0 | 0.65 | 0.51 | 131.4 | 0.67 | 0.29 |
| Hex | 19 | 7D | 2C | 50 | 0 | 41 | 33 | 83 | 43 | 1D |
| Octal | 31 | 175 | 54 | 120 | 0 | 101 | 63 | 203 | 103 | 35 |
| Binary | 11001 | 1111101 | 101100 | 1010000 | 0 | 1000001 | 110011 | 10000011 | 1000011 | 11101 |
Color Harmonies of #197D2C
Complementary color
Monochromatic Colors of #197D2C
Black with #197D2C
Text Example
Text Example
White with #197D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197D2C; }
p { color: rgb(25,125,44); }
H1.HeaderClassName
{
color: #197D2C;
}
.AnyTagClassName
{
color: #197D2C;
}
</style>
background-color css
<style>
a { background-color: #197D2C; }
a { background-color: rgb(25,125,44); }
div.DivClassName
{
background-color: #197D2C;
}
.BgClassName
{
background-color: #197D2C;
}
</style>
border-color css
<style>
span { border-color: #197D2C; }
span { border-color: rgb(25,125,44); }
td.TdClassName
{
border-color: #197D2C;
}
.TagClassName
{
border-color: #197D2C;
}
</style>