Shades of Forest Green #198F2C
Tints of Forest Green #198F2C
RGB
CMYK
RGB Variations
Color information
#198F2C (or 0x198F2C) is known color: Forest Green. HEX triplet: 19, 8F and 2C. RGB value is (25,143,44). Sum of RGB (Red+Green+Blue) = 25+143+44=212 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.79% from 212); Green value is 143 (56.25% from 255 or 67.45% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 143 - color contains mainly: green. Hex color #198F2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198F2C is #E670D3. Grayscale: #606060. Windows color (decimal): -15102164 or 2920217. OLE color: 2920217.
HSL color Cylindrical-coordinate representation of color #198F2C: hue angle of 129.66º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #198F2C is Cyan = 0.83, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 143 | 44 | - |
| CMYK | 0.83 | 0 | 0.69 | 0.44 |
| HSL | 129.66º | 0.7% | 0.33% | - |
| HSV(B) | 129.66º | 0.83% | 0.56% | - |
| XYZ | 10.68 | 20.03 | 5.69 | - |
| YUV | 96.43 | 98.41 | 77.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 143 | 44 | 0.83 | 0 | 0.69 | 0.44 | 129.66 | 0.7 | 0.33 |
| Hex | 19 | 8F | 2C | 53 | 0 | 45 | 2C | 82 | 46 | 21 |
| Octal | 31 | 217 | 54 | 123 | 0 | 105 | 54 | 202 | 106 | 41 |
| Binary | 11001 | 10001111 | 101100 | 1010011 | 0 | 1000101 | 101100 | 10000010 | 1000110 | 100001 |
Color Harmonies of #198F2C
Complementary color
Monochromatic Colors of #198F2C
Black with #198F2C
Text Example
Text Example
White with #198F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198F2C; }
p { color: rgb(25,143,44); }
H1.HeaderClassName
{
color: #198F2C;
}
.AnyTagClassName
{
color: #198F2C;
}
</style>
background-color css
<style>
a { background-color: #198F2C; }
a { background-color: rgb(25,143,44); }
div.DivClassName
{
background-color: #198F2C;
}
.BgClassName
{
background-color: #198F2C;
}
</style>
border-color css
<style>
span { border-color: #198F2C; }
span { border-color: rgb(25,143,44); }
td.TdClassName
{
border-color: #198F2C;
}
.TagClassName
{
border-color: #198F2C;
}
</style>