Shades of Forest Green #197C1D
Tints of Forest Green #197C1D
RGB
CMYK
RGB Variations
Color information
#197C1D (or 0x197C1D) is known color: Forest Green. HEX triplet: 19, 7C and 1D. RGB value is (25,124,29). Sum of RGB (Red+Green+Blue) = 25+124+29=178 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.04% from 178); Green value is 124 (48.83% from 255 or 69.66% from 178); Blue value is 29 (11.72% from 255 or 16.29% from 178); Max value from RGB is 124 - color contains mainly: green. Hex color #197C1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197C1D is #E683E2. Grayscale: #535353. Windows color (decimal): -15107043 or 1932313. OLE color: 1932313.
HSL color Cylindrical-coordinate representation of color #197C1D: hue angle of 122.42º degrees, saturation: 0.66, 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 #197C1D is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 124 | 29 | - |
| CMYK | 0.80 | 0 | 0.77 | 0.51 |
| HSL | 122.42º | 0.66% | 0.29% | - |
| HSV(B) | 122.42º | 0.8% | 0.49% | - |
| XYZ | 7.83 | 14.71 | 3.59 | - |
| YUV | 83.57 | 97.2 | 86.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 124 | 29 | 0.80 | 0 | 0.77 | 0.51 | 122.42 | 0.66 | 0.29 |
| Hex | 19 | 7C | 1D | 50 | 0 | 4D | 33 | 7A | 42 | 1D |
| Octal | 31 | 174 | 35 | 120 | 0 | 115 | 63 | 172 | 102 | 35 |
| Binary | 11001 | 1111100 | 11101 | 1010000 | 0 | 1001101 | 110011 | 1111010 | 1000010 | 11101 |
Color Harmonies of #197C1D
Complementary color
Monochromatic Colors of #197C1D
Black with #197C1D
Text Example
Text Example
White with #197C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197C1D; }
p { color: rgb(25,124,29); }
H1.HeaderClassName
{
color: #197C1D;
}
.AnyTagClassName
{
color: #197C1D;
}
</style>
background-color css
<style>
a { background-color: #197C1D; }
a { background-color: rgb(25,124,29); }
div.DivClassName
{
background-color: #197C1D;
}
.BgClassName
{
background-color: #197C1D;
}
</style>
border-color css
<style>
span { border-color: #197C1D; }
span { border-color: rgb(25,124,29); }
td.TdClassName
{
border-color: #197C1D;
}
.TagClassName
{
border-color: #197C1D;
}
</style>