Shades of Forest Green #198C2B
Tints of Forest Green #198C2B
RGB
CMYK
RGB Variations
Color information
#198C2B (or 0x198C2B) is known color: Forest Green. HEX triplet: 19, 8C and 2B. RGB value is (25,140,43). Sum of RGB (Red+Green+Blue) = 25+140+43=208 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.02% from 208); Green value is 140 (55.08% from 255 or 67.31% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 140 - color contains mainly: green. Hex color #198C2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198C2B is #E673D4. Grayscale: #5E5E5E. Windows color (decimal): -15102933 or 2853913. OLE color: 2853913.
HSL color Cylindrical-coordinate representation of color #198C2B: hue angle of 129.39º 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 #198C2B is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 140 | 43 | - |
| CMYK | 0.82 | 0 | 0.69 | 0.45 |
| HSL | 129.39º | 0.7% | 0.32% | - |
| HSV(B) | 129.39º | 0.82% | 0.55% | - |
| XYZ | 10.22 | 19.14 | 5.44 | - |
| YUV | 94.56 | 98.9 | 78.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 140 | 43 | 0.82 | 0 | 0.69 | 0.45 | 129.39 | 0.7 | 0.32 |
| Hex | 19 | 8C | 2B | 52 | 0 | 45 | 2D | 81 | 46 | 20 |
| Octal | 31 | 214 | 53 | 122 | 0 | 105 | 55 | 201 | 106 | 40 |
| Binary | 11001 | 10001100 | 101011 | 1010010 | 0 | 1000101 | 101101 | 10000001 | 1000110 | 100000 |
Color Harmonies of #198C2B
Complementary color
Monochromatic Colors of #198C2B
Black with #198C2B
Text Example
Text Example
White with #198C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198C2B; }
p { color: rgb(25,140,43); }
H1.HeaderClassName
{
color: #198C2B;
}
.AnyTagClassName
{
color: #198C2B;
}
</style>
background-color css
<style>
a { background-color: #198C2B; }
a { background-color: rgb(25,140,43); }
div.DivClassName
{
background-color: #198C2B;
}
.BgClassName
{
background-color: #198C2B;
}
</style>
border-color css
<style>
span { border-color: #198C2B; }
span { border-color: rgb(25,140,43); }
td.TdClassName
{
border-color: #198C2B;
}
.TagClassName
{
border-color: #198C2B;
}
</style>