Shades of Forest Green #198B0C
Tints of Forest Green #198B0C
RGB
CMYK
RGB Variations
Color information
#198B0C (or 0x198B0C) is known color: Forest Green. HEX triplet: 19, 8B and 0C. RGB value is (25,139,12). Sum of RGB (Red+Green+Blue) = 25+139+12=176 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.20% from 176); Green value is 139 (54.69% from 255 or 78.98% from 176); Blue value is 12 (5.08% from 255 or 6.82% from 176); Max value from RGB is 139 - color contains mainly: green. Hex color #198B0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #198B0C is #E674F3. Grayscale: #5A5A5A. Windows color (decimal): -15103220 or 822041. OLE color: 822041.
HSL color Cylindrical-coordinate representation of color #198B0C: hue angle of 113.86º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #198B0C is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 139 | 12 | - |
| CMYK | 0.82 | 0 | 0.91 | 0.45 |
| HSL | 113.86º | 0.84% | 0.3% | - |
| HSV(B) | 113.86º | 0.91% | 0.55% | - |
| XYZ | 9.7 | 18.7 | 3.45 | - |
| YUV | 90.44 | 83.73 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 139 | 12 | 0.82 | 0 | 0.91 | 0.45 | 113.86 | 0.84 | 0.3 |
| Hex | 19 | 8B | C | 52 | 0 | 5B | 2D | 72 | 54 | 1E |
| Octal | 31 | 213 | 14 | 122 | 0 | 133 | 55 | 162 | 124 | 36 |
| Binary | 11001 | 10001011 | 1100 | 1010010 | 0 | 1011011 | 101101 | 1110010 | 1010100 | 11110 |
Color Harmonies of #198B0C
Complementary color
Monochromatic Colors of #198B0C
Black with #198B0C
Text Example
Text Example
White with #198B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198B0C; }
p { color: rgb(25,139,12); }
H1.HeaderClassName
{
color: #198B0C;
}
.AnyTagClassName
{
color: #198B0C;
}
</style>
background-color css
<style>
a { background-color: #198B0C; }
a { background-color: rgb(25,139,12); }
div.DivClassName
{
background-color: #198B0C;
}
.BgClassName
{
background-color: #198B0C;
}
</style>
border-color css
<style>
span { border-color: #198B0C; }
span { border-color: rgb(25,139,12); }
td.TdClassName
{
border-color: #198B0C;
}
.TagClassName
{
border-color: #198B0C;
}
</style>