Shades of Forest Green #197D12
Tints of Forest Green #197D12
RGB
CMYK
RGB Variations
Color information
#197D12 (or 0x197D12) is known color: Forest Green. HEX triplet: 19, 7D and 12. RGB value is (25,125,18). Sum of RGB (Red+Green+Blue) = 25+125+18=168 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.88% from 168); Green value is 125 (49.22% from 255 or 74.40% from 168); Blue value is 18 (7.42% from 255 or 10.71% from 168); Max value from RGB is 125 - color contains mainly: green. Hex color #197D12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #197D12 is #E682ED. Grayscale: #535353. Windows color (decimal): -15106798 or 1211673. OLE color: 1211673.
HSL color Cylindrical-coordinate representation of color #197D12: hue angle of 116.07º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #197D12 is Cyan = 0.8, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 125 | 18 | - |
| CMYK | 0.8 | 0 | 0.86 | 0.51 |
| HSL | 116.07º | 0.75% | 0.28% | - |
| HSV(B) | 116.07º | 0.86% | 0.49% | - |
| XYZ | 7.84 | 14.92 | 3.04 | - |
| YUV | 82.9 | 91.37 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 125 | 18 | 0.8 | 0 | 0.86 | 0.51 | 116.07 | 0.75 | 0.28 |
| Hex | 19 | 7D | 12 | 50 | 0 | 56 | 33 | 74 | 4B | 1C |
| Octal | 31 | 175 | 22 | 120 | 0 | 126 | 63 | 164 | 113 | 34 |
| Binary | 11001 | 1111101 | 10010 | 1010000 | 0 | 1010110 | 110011 | 1110100 | 1001011 | 11100 |
Color Harmonies of #197D12
Complementary color
Monochromatic Colors of #197D12
Black with #197D12
Text Example
Text Example
White with #197D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197D12; }
p { color: rgb(25,125,18); }
H1.HeaderClassName
{
color: #197D12;
}
.AnyTagClassName
{
color: #197D12;
}
</style>
background-color css
<style>
a { background-color: #197D12; }
a { background-color: rgb(25,125,18); }
div.DivClassName
{
background-color: #197D12;
}
.BgClassName
{
background-color: #197D12;
}
</style>
border-color css
<style>
span { border-color: #197D12; }
span { border-color: rgb(25,125,18); }
td.TdClassName
{
border-color: #197D12;
}
.TagClassName
{
border-color: #197D12;
}
</style>