Shades of Forest Green #197419
Tints of Forest Green #197419
RGB
CMYK
RGB Variations
Color information
#197419 (or 0x197419) is known color: Forest Green. HEX triplet: 19, 74 and 19. RGB value is (25,116,25). Sum of RGB (Red+Green+Blue) = 25+116+25=166 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.06% from 166); Green value is 116 (45.70% from 255 or 69.88% from 166); Blue value is 25 (10.16% from 255 or 15.06% from 166); Max value from RGB is 116 - color contains mainly: green. Hex color #197419 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #197419 is #E68BE6. Grayscale: #4E4E4E. Windows color (decimal): -15109095 or 1668121. OLE color: 1668121.
HSL color Cylindrical-coordinate representation of color #197419: hue angle of 120º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #197419 is Cyan = 0.78, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 116 | 25 | - |
| CMYK | 0.78 | 0 | 0.78 | 0.55 |
| HSL | 120º | 0.65% | 0.28% | - |
| HSV(B) | 120º | 0.78% | 0.45% | - |
| XYZ | 6.82 | 12.77 | 3.02 | - |
| YUV | 78.42 | 97.85 | 89.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 116 | 25 | 0.78 | 0 | 0.78 | 0.55 | 120 | 0.65 | 0.28 |
| Hex | 19 | 74 | 19 | 4E | 0 | 4E | 37 | 78 | 41 | 1C |
| Octal | 31 | 164 | 31 | 116 | 0 | 116 | 67 | 170 | 101 | 34 |
| Binary | 11001 | 1110100 | 11001 | 1001110 | 0 | 1001110 | 110111 | 1111000 | 1000001 | 11100 |
Color Harmonies of #197419
Complementary color
Monochromatic Colors of #197419
Black with #197419
Text Example
Text Example
White with #197419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197419; }
p { color: rgb(25,116,25); }
H1.HeaderClassName
{
color: #197419;
}
.AnyTagClassName
{
color: #197419;
}
</style>
background-color css
<style>
a { background-color: #197419; }
a { background-color: rgb(25,116,25); }
div.DivClassName
{
background-color: #197419;
}
.BgClassName
{
background-color: #197419;
}
</style>
border-color css
<style>
span { border-color: #197419; }
span { border-color: rgb(25,116,25); }
td.TdClassName
{
border-color: #197419;
}
.TagClassName
{
border-color: #197419;
}
</style>