Shades of Forest Green #198A18
Tints of Forest Green #198A18
RGB
CMYK
RGB Variations
Color information
#198A18 (or 0x198A18) is known color: Forest Green. HEX triplet: 19, 8A and 18. RGB value is (25,138,24). Sum of RGB (Red+Green+Blue) = 25+138+24=187 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.37% from 187); Green value is 138 (54.30% from 255 or 73.80% from 187); Blue value is 24 (9.77% from 255 or 12.83% from 187); Max value from RGB is 138 - color contains mainly: green. Hex color #198A18 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #198A18 is #E675E7. Grayscale: #5B5B5B. Windows color (decimal): -15103464 or 1608217. OLE color: 1608217.
HSL color Cylindrical-coordinate representation of color #198A18: hue angle of 119.47º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #198A18 is Cyan = 0.82, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 25 | 138 | 24 | - |
| CMYK | 0.82 | 0 | 0.83 | 0.46 |
| HSL | 119.47º | 0.7% | 0.32% | - |
| HSV(B) | 119.47º | 0.83% | 0.54% | - |
| XYZ | 9.65 | 18.45 | 3.92 | - |
| YUV | 91.22 | 90.06 | 80.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 138 | 24 | 0.82 | 0 | 0.83 | 0.46 | 119.47 | 0.7 | 0.32 |
| Hex | 19 | 8A | 18 | 52 | 0 | 53 | 2E | 77 | 46 | 20 |
| Octal | 31 | 212 | 30 | 122 | 0 | 123 | 56 | 167 | 106 | 40 |
| Binary | 11001 | 10001010 | 11000 | 1010010 | 0 | 1010011 | 101110 | 1110111 | 1000110 | 100000 |
Color Harmonies of #198A18
Complementary color
Monochromatic Colors of #198A18
Black with #198A18
Text Example
Text Example
White with #198A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198A18; }
p { color: rgb(25,138,24); }
H1.HeaderClassName
{
color: #198A18;
}
.AnyTagClassName
{
color: #198A18;
}
</style>
background-color css
<style>
a { background-color: #198A18; }
a { background-color: rgb(25,138,24); }
div.DivClassName
{
background-color: #198A18;
}
.BgClassName
{
background-color: #198A18;
}
</style>
border-color css
<style>
span { border-color: #198A18; }
span { border-color: rgb(25,138,24); }
td.TdClassName
{
border-color: #198A18;
}
.TagClassName
{
border-color: #198A18;
}
</style>