Shades of Forest Green #197E2C
Tints of Forest Green #197E2C
RGB
CMYK
RGB Variations
Color information
#197E2C (or 0x197E2C) is known color: Forest Green. HEX triplet: 19, 7E and 2C. RGB value is (25,126,44). Sum of RGB (Red+Green+Blue) = 25+126+44=195 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.82% from 195); Green value is 126 (49.61% from 255 or 64.62% from 195); Blue value is 44 (17.58% from 255 or 22.56% from 195); Max value from RGB is 126 - color contains mainly: green. Hex color #197E2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197E2C is #E681D3. Grayscale: #565656. Windows color (decimal): -15106516 or 2915865. OLE color: 2915865.
HSL color Cylindrical-coordinate representation of color #197E2C: hue angle of 131.29º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197E2C is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 126 | 44 | - |
| CMYK | 0.80 | 0 | 0.65 | 0.51 |
| HSL | 131.29º | 0.67% | 0.3% | - |
| HSV(B) | 131.29º | 0.8% | 0.49% | - |
| XYZ | 8.32 | 15.31 | 4.9 | - |
| YUV | 86.45 | 104.04 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 126 | 44 | 0.80 | 0 | 0.65 | 0.51 | 131.29 | 0.67 | 0.3 |
| Hex | 19 | 7E | 2C | 50 | 0 | 41 | 33 | 83 | 43 | 1E |
| Octal | 31 | 176 | 54 | 120 | 0 | 101 | 63 | 203 | 103 | 36 |
| Binary | 11001 | 1111110 | 101100 | 1010000 | 0 | 1000001 | 110011 | 10000011 | 1000011 | 11110 |
Color Harmonies of #197E2C
Complementary color
Monochromatic Colors of #197E2C
Black with #197E2C
Text Example
Text Example
White with #197E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197E2C; }
p { color: rgb(25,126,44); }
H1.HeaderClassName
{
color: #197E2C;
}
.AnyTagClassName
{
color: #197E2C;
}
</style>
background-color css
<style>
a { background-color: #197E2C; }
a { background-color: rgb(25,126,44); }
div.DivClassName
{
background-color: #197E2C;
}
.BgClassName
{
background-color: #197E2C;
}
</style>
border-color css
<style>
span { border-color: #197E2C; }
span { border-color: rgb(25,126,44); }
td.TdClassName
{
border-color: #197E2C;
}
.TagClassName
{
border-color: #197E2C;
}
</style>