Shades of Forest Green #198B1E
Tints of Forest Green #198B1E
RGB
CMYK
RGB Variations
Color information
#198B1E (or 0x198B1E) is known color: Forest Green. HEX triplet: 19, 8B and 1E. RGB value is (25,139,30). Sum of RGB (Red+Green+Blue) = 25+139+30=194 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.89% from 194); Green value is 139 (54.69% from 255 or 71.65% from 194); Blue value is 30 (12.11% from 255 or 15.46% from 194); Max value from RGB is 139 - color contains mainly: green. Hex color #198B1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198B1E is #E674E1. Grayscale: #5C5C5C. Windows color (decimal): -15103202 or 2001689. OLE color: 2001689.
HSL color Cylindrical-coordinate representation of color #198B1E: hue angle of 122.63º 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 #198B1E is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 139 | 30 | - |
| CMYK | 0.82 | 0 | 0.78 | 0.45 |
| HSL | 122.63º | 0.7% | 0.32% | - |
| HSV(B) | 122.63º | 0.82% | 0.55% | - |
| XYZ | 9.87 | 18.77 | 4.33 | - |
| YUV | 92.49 | 92.73 | 79.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 139 | 30 | 0.82 | 0 | 0.78 | 0.45 | 122.63 | 0.7 | 0.32 |
| Hex | 19 | 8B | 1E | 52 | 0 | 4E | 2D | 7B | 46 | 20 |
| Octal | 31 | 213 | 36 | 122 | 0 | 116 | 55 | 173 | 106 | 40 |
| Binary | 11001 | 10001011 | 11110 | 1010010 | 0 | 1001110 | 101101 | 1111011 | 1000110 | 100000 |
Color Harmonies of #198B1E
Complementary color
Monochromatic Colors of #198B1E
Black with #198B1E
Text Example
Text Example
White with #198B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198B1E; }
p { color: rgb(25,139,30); }
H1.HeaderClassName
{
color: #198B1E;
}
.AnyTagClassName
{
color: #198B1E;
}
</style>
background-color css
<style>
a { background-color: #198B1E; }
a { background-color: rgb(25,139,30); }
div.DivClassName
{
background-color: #198B1E;
}
.BgClassName
{
background-color: #198B1E;
}
</style>
border-color css
<style>
span { border-color: #198B1E; }
span { border-color: rgb(25,139,30); }
td.TdClassName
{
border-color: #198B1E;
}
.TagClassName
{
border-color: #198B1E;
}
</style>