Shades of Forest Green #198A2D
Tints of Forest Green #198A2D
RGB
CMYK
RGB Variations
Color information
#198A2D (or 0x198A2D) is known color: Forest Green. HEX triplet: 19, 8A and 2D. RGB value is (25,138,45). Sum of RGB (Red+Green+Blue) = 25+138+45=208 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.02% from 208); Green value is 138 (54.30% from 255 or 66.35% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 138 - color contains mainly: green. Hex color #198A2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198A2D is #E675D2. Grayscale: #5D5D5D. Windows color (decimal): -15103443 or 2984473. OLE color: 2984473.
HSL color Cylindrical-coordinate representation of color #198A2D: hue angle of 130.62º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198A2D is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 25 | 138 | 45 | - |
| CMYK | 0.82 | 0 | 0.67 | 0.46 |
| HSL | 130.62º | 0.69% | 0.32% | - |
| HSV(B) | 130.62º | 0.82% | 0.54% | - |
| XYZ | 9.96 | 18.57 | 5.54 | - |
| YUV | 93.61 | 100.56 | 79.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 138 | 45 | 0.82 | 0 | 0.67 | 0.46 | 130.62 | 0.69 | 0.32 |
| Hex | 19 | 8A | 2D | 52 | 0 | 43 | 2E | 83 | 45 | 20 |
| Octal | 31 | 212 | 55 | 122 | 0 | 103 | 56 | 203 | 105 | 40 |
| Binary | 11001 | 10001010 | 101101 | 1010010 | 0 | 1000011 | 101110 | 10000011 | 1000101 | 100000 |
Color Harmonies of #198A2D
Complementary color
Monochromatic Colors of #198A2D
Black with #198A2D
Text Example
Text Example
White with #198A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198A2D; }
p { color: rgb(25,138,45); }
H1.HeaderClassName
{
color: #198A2D;
}
.AnyTagClassName
{
color: #198A2D;
}
</style>
background-color css
<style>
a { background-color: #198A2D; }
a { background-color: rgb(25,138,45); }
div.DivClassName
{
background-color: #198A2D;
}
.BgClassName
{
background-color: #198A2D;
}
</style>
border-color css
<style>
span { border-color: #198A2D; }
span { border-color: rgb(25,138,45); }
td.TdClassName
{
border-color: #198A2D;
}
.TagClassName
{
border-color: #198A2D;
}
</style>