Shades of Forest Green #198C20
Tints of Forest Green #198C20
RGB
CMYK
RGB Variations
Color information
#198C20 (or 0x198C20) is known color: Forest Green. HEX triplet: 19, 8C and 20. RGB value is (25,140,32). Sum of RGB (Red+Green+Blue) = 25+140+32=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 140 (55.08% from 255 or 71.07% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 140 - color contains mainly: green. Hex color #198C20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198C20 is #E673DF. Grayscale: #5D5D5D. Windows color (decimal): -15102944 or 2133017. OLE color: 2133017.
HSL color Cylindrical-coordinate representation of color #198C20: hue angle of 123.65º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198C20 is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 140 | 32 | - |
| CMYK | 0.82 | 0 | 0.77 | 0.45 |
| HSL | 123.65º | 0.7% | 0.32% | - |
| HSV(B) | 123.65º | 0.82% | 0.55% | - |
| XYZ | 10.04 | 19.07 | 4.52 | - |
| YUV | 93.3 | 93.4 | 79.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 140 | 32 | 0.82 | 0 | 0.77 | 0.45 | 123.65 | 0.7 | 0.32 |
| Hex | 19 | 8C | 20 | 52 | 0 | 4D | 2D | 7C | 46 | 20 |
| Octal | 31 | 214 | 40 | 122 | 0 | 115 | 55 | 174 | 106 | 40 |
| Binary | 11001 | 10001100 | 100000 | 1010010 | 0 | 1001101 | 101101 | 1111100 | 1000110 | 100000 |
Color Harmonies of #198C20
Complementary color
Monochromatic Colors of #198C20
Black with #198C20
Text Example
Text Example
White with #198C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198C20; }
p { color: rgb(25,140,32); }
H1.HeaderClassName
{
color: #198C20;
}
.AnyTagClassName
{
color: #198C20;
}
</style>
background-color css
<style>
a { background-color: #198C20; }
a { background-color: rgb(25,140,32); }
div.DivClassName
{
background-color: #198C20;
}
.BgClassName
{
background-color: #198C20;
}
</style>
border-color css
<style>
span { border-color: #198C20; }
span { border-color: rgb(25,140,32); }
td.TdClassName
{
border-color: #198C20;
}
.TagClassName
{
border-color: #198C20;
}
</style>