Shades of Forest Green #198D1E
Tints of Forest Green #198D1E
RGB
CMYK
RGB Variations
Color information
#198D1E (or 0x198D1E) is known color: Forest Green. HEX triplet: 19, 8D and 1E. RGB value is (25,141,30). Sum of RGB (Red+Green+Blue) = 25+141+30=196 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.76% from 196); Green value is 141 (55.47% from 255 or 71.94% from 196); Blue value is 30 (12.11% from 255 or 15.31% from 196); Max value from RGB is 141 - color contains mainly: green. Hex color #198D1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198D1E is #E672E1. Grayscale: #5D5D5D. Windows color (decimal): -15102690 or 2002201. OLE color: 2002201.
HSL color Cylindrical-coordinate representation of color #198D1E: hue angle of 122.59º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198D1E is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 141 | 30 | - |
| CMYK | 0.82 | 0 | 0.79 | 0.45 |
| HSL | 122.59º | 0.7% | 0.33% | - |
| HSV(B) | 122.59º | 0.82% | 0.55% | - |
| XYZ | 10.16 | 19.35 | 4.43 | - |
| YUV | 93.66 | 92.07 | 79.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 141 | 30 | 0.82 | 0 | 0.79 | 0.45 | 122.59 | 0.7 | 0.33 |
| Hex | 19 | 8D | 1E | 52 | 0 | 4F | 2D | 7B | 46 | 21 |
| Octal | 31 | 215 | 36 | 122 | 0 | 117 | 55 | 173 | 106 | 41 |
| Binary | 11001 | 10001101 | 11110 | 1010010 | 0 | 1001111 | 101101 | 1111011 | 1000110 | 100001 |
Color Harmonies of #198D1E
Complementary color
Monochromatic Colors of #198D1E
Black with #198D1E
Text Example
Text Example
White with #198D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198D1E; }
p { color: rgb(25,141,30); }
H1.HeaderClassName
{
color: #198D1E;
}
.AnyTagClassName
{
color: #198D1E;
}
</style>
background-color css
<style>
a { background-color: #198D1E; }
a { background-color: rgb(25,141,30); }
div.DivClassName
{
background-color: #198D1E;
}
.BgClassName
{
background-color: #198D1E;
}
</style>
border-color css
<style>
span { border-color: #198D1E; }
span { border-color: rgb(25,141,30); }
td.TdClassName
{
border-color: #198D1E;
}
.TagClassName
{
border-color: #198D1E;
}
</style>