Shades of Forest Green #197A1C
Tints of Forest Green #197A1C
RGB
CMYK
RGB Variations
Color information
#197A1C (or 0x197A1C) is known color: Forest Green. HEX triplet: 19, 7A and 1C. RGB value is (25,122,28). Sum of RGB (Red+Green+Blue) = 25+122+28=175 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.29% from 175); Green value is 122 (48.05% from 255 or 69.71% from 175); Blue value is 28 (11.33% from 255 or 16% from 175); Max value from RGB is 122 - color contains mainly: green. Hex color #197A1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197A1C is #E685E3. Grayscale: #525252. Windows color (decimal): -15107556 or 1866265. OLE color: 1866265.
HSL color Cylindrical-coordinate representation of color #197A1C: hue angle of 121.86º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197A1C is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 25 | 122 | 28 | - |
| CMYK | 0.80 | 0 | 0.77 | 0.52 |
| HSL | 121.86º | 0.66% | 0.29% | - |
| HSV(B) | 121.86º | 0.8% | 0.48% | - |
| XYZ | 7.57 | 14.21 | 3.44 | - |
| YUV | 82.28 | 97.36 | 87.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 122 | 28 | 0.80 | 0 | 0.77 | 0.52 | 121.86 | 0.66 | 0.29 |
| Hex | 19 | 7A | 1C | 50 | 0 | 4D | 34 | 7A | 42 | 1D |
| Octal | 31 | 172 | 34 | 120 | 0 | 115 | 64 | 172 | 102 | 35 |
| Binary | 11001 | 1111010 | 11100 | 1010000 | 0 | 1001101 | 110100 | 1111010 | 1000010 | 11101 |
Color Harmonies of #197A1C
Complementary color
Monochromatic Colors of #197A1C
Black with #197A1C
Text Example
Text Example
White with #197A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197A1C; }
p { color: rgb(25,122,28); }
H1.HeaderClassName
{
color: #197A1C;
}
.AnyTagClassName
{
color: #197A1C;
}
</style>
background-color css
<style>
a { background-color: #197A1C; }
a { background-color: rgb(25,122,28); }
div.DivClassName
{
background-color: #197A1C;
}
.BgClassName
{
background-color: #197A1C;
}
</style>
border-color css
<style>
span { border-color: #197A1C; }
span { border-color: rgb(25,122,28); }
td.TdClassName
{
border-color: #197A1C;
}
.TagClassName
{
border-color: #197A1C;
}
</style>