Shades of Forest Green #197F2C
Tints of Forest Green #197F2C
RGB
CMYK
RGB Variations
Color information
#197F2C (or 0x197F2C) is known color: Forest Green. HEX triplet: 19, 7F and 2C. RGB value is (25,127,44). Sum of RGB (Red+Green+Blue) = 25+127+44=196 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.76% from 196); Green value is 127 (50% from 255 or 64.80% from 196); Blue value is 44 (17.58% from 255 or 22.45% from 196); Max value from RGB is 127 - color contains mainly: green. Hex color #197F2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197F2C is #E680D3. Grayscale: #575757. Windows color (decimal): -15106260 or 2916121. OLE color: 2916121.
HSL color Cylindrical-coordinate representation of color #197F2C: hue angle of 131.18º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197F2C is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 25 | 127 | 44 | - |
| CMYK | 0.80 | 0 | 0.65 | 0.50 |
| HSL | 131.18º | 0.67% | 0.3% | - |
| HSV(B) | 131.18º | 0.8% | 0.5% | - |
| XYZ | 8.44 | 15.57 | 4.94 | - |
| YUV | 87.04 | 103.71 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 127 | 44 | 0.80 | 0 | 0.65 | 0.50 | 131.18 | 0.67 | 0.3 |
| Hex | 19 | 7F | 2C | 50 | 0 | 41 | 32 | 83 | 43 | 1E |
| Octal | 31 | 177 | 54 | 120 | 0 | 101 | 62 | 203 | 103 | 36 |
| Binary | 11001 | 1111111 | 101100 | 1010000 | 0 | 1000001 | 110010 | 10000011 | 1000011 | 11110 |
Color Harmonies of #197F2C
Complementary color
Monochromatic Colors of #197F2C
Black with #197F2C
Text Example
Text Example
White with #197F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197F2C; }
p { color: rgb(25,127,44); }
H1.HeaderClassName
{
color: #197F2C;
}
.AnyTagClassName
{
color: #197F2C;
}
</style>
background-color css
<style>
a { background-color: #197F2C; }
a { background-color: rgb(25,127,44); }
div.DivClassName
{
background-color: #197F2C;
}
.BgClassName
{
background-color: #197F2C;
}
</style>
border-color css
<style>
span { border-color: #197F2C; }
span { border-color: rgb(25,127,44); }
td.TdClassName
{
border-color: #197F2C;
}
.TagClassName
{
border-color: #197F2C;
}
</style>