Shades of Forest Green #198D2F
Tints of Forest Green #198D2F
RGB
CMYK
RGB Variations
Color information
#198D2F (or 0x198D2F) is known color: Forest Green. HEX triplet: 19, 8D and 2F. RGB value is (25,141,47). Sum of RGB (Red+Green+Blue) = 25+141+47=213 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.74% from 213); Green value is 141 (55.47% from 255 or 66.20% from 213); Blue value is 47 (18.75% from 255 or 22.07% from 213); Max value from RGB is 141 - color contains mainly: green. Hex color #198D2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198D2F is #E672D0. Grayscale: #5F5F5F. Windows color (decimal): -15102673 or 3116313. OLE color: 3116313.
HSL color Cylindrical-coordinate representation of color #198D2F: hue angle of 131.38º 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 #198D2F is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 141 | 47 | - |
| CMYK | 0.82 | 0 | 0.67 | 0.45 |
| HSL | 131.38º | 0.7% | 0.33% | - |
| HSV(B) | 131.38º | 0.82% | 0.55% | - |
| XYZ | 10.44 | 19.46 | 5.9 | - |
| YUV | 95.6 | 100.57 | 77.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 141 | 47 | 0.82 | 0 | 0.67 | 0.45 | 131.38 | 0.7 | 0.33 |
| Hex | 19 | 8D | 2F | 52 | 0 | 43 | 2D | 83 | 46 | 21 |
| Octal | 31 | 215 | 57 | 122 | 0 | 103 | 55 | 203 | 106 | 41 |
| Binary | 11001 | 10001101 | 101111 | 1010010 | 0 | 1000011 | 101101 | 10000011 | 1000110 | 100001 |
Color Harmonies of #198D2F
Complementary color
Monochromatic Colors of #198D2F
Black with #198D2F
Text Example
Text Example
White with #198D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198D2F; }
p { color: rgb(25,141,47); }
H1.HeaderClassName
{
color: #198D2F;
}
.AnyTagClassName
{
color: #198D2F;
}
</style>
background-color css
<style>
a { background-color: #198D2F; }
a { background-color: rgb(25,141,47); }
div.DivClassName
{
background-color: #198D2F;
}
.BgClassName
{
background-color: #198D2F;
}
</style>
border-color css
<style>
span { border-color: #198D2F; }
span { border-color: rgb(25,141,47); }
td.TdClassName
{
border-color: #198D2F;
}
.TagClassName
{
border-color: #198D2F;
}
</style>