Shades of Forest Green #198920
Tints of Forest Green #198920
RGB
CMYK
RGB Variations
Color information
#198920 (or 0x198920) is known color: Forest Green. HEX triplet: 19, 89 and 20. RGB value is (25,137,32). Sum of RGB (Red+Green+Blue) = 25+137+32=194 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.89% from 194); Green value is 137 (53.91% from 255 or 70.62% from 194); Blue value is 32 (12.89% from 255 or 16.49% from 194); Max value from RGB is 137 - color contains mainly: green. Hex color #198920 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198920 is #E676DF. Grayscale: #5B5B5B. Windows color (decimal): -15103712 or 2132249. OLE color: 2132249.
HSL color Cylindrical-coordinate representation of color #198920: hue angle of 123.75º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198920 is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 25 | 137 | 32 | - |
| CMYK | 0.82 | 0 | 0.77 | 0.46 |
| HSL | 123.75º | 0.69% | 0.32% | - |
| HSV(B) | 123.75º | 0.82% | 0.54% | - |
| XYZ | 9.61 | 18.2 | 4.37 | - |
| YUV | 91.54 | 94.39 | 80.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 137 | 32 | 0.82 | 0 | 0.77 | 0.46 | 123.75 | 0.69 | 0.32 |
| Hex | 19 | 89 | 20 | 52 | 0 | 4D | 2E | 7C | 45 | 20 |
| Octal | 31 | 211 | 40 | 122 | 0 | 115 | 56 | 174 | 105 | 40 |
| Binary | 11001 | 10001001 | 100000 | 1010010 | 0 | 1001101 | 101110 | 1111100 | 1000101 | 100000 |
Color Harmonies of #198920
Complementary color
Monochromatic Colors of #198920
Black with #198920
Text Example
Text Example
White with #198920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198920; }
p { color: rgb(25,137,32); }
H1.HeaderClassName
{
color: #198920;
}
.AnyTagClassName
{
color: #198920;
}
</style>
background-color css
<style>
a { background-color: #198920; }
a { background-color: rgb(25,137,32); }
div.DivClassName
{
background-color: #198920;
}
.BgClassName
{
background-color: #198920;
}
</style>
border-color css
<style>
span { border-color: #198920; }
span { border-color: rgb(25,137,32); }
td.TdClassName
{
border-color: #198920;
}
.TagClassName
{
border-color: #198920;
}
</style>