Shades of Forest Green #158E31
Tints of Forest Green #158E31
RGB
CMYK
RGB Variations
Color information
#158E31 (or 0x158E31) is known color: Forest Green. HEX triplet: 15, 8E and 31. RGB value is (21,142,49). Sum of RGB (Red+Green+Blue) = 21+142+49=212 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.91% from 212); Green value is 142 (55.86% from 255 or 66.98% from 212); Blue value is 49 (19.53% from 255 or 23.11% from 212); Max value from RGB is 142 - color contains mainly: green. Hex color #158E31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158E31 is #EA71CE. Grayscale: #5F5F5F. Windows color (decimal): -15364559 or 3247637. OLE color: 3247637.
HSL color Cylindrical-coordinate representation of color #158E31: hue angle of 133.88º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158E31 is Cyan = 0.85, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 142 | 49 | - |
| CMYK | 0.85 | 0 | 0.65 | 0.44 |
| HSL | 133.88º | 0.74% | 0.32% | - |
| HSV(B) | 133.88º | 0.85% | 0.56% | - |
| XYZ | 10.54 | 19.73 | 6.16 | - |
| YUV | 95.22 | 101.91 | 75.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 142 | 49 | 0.85 | 0 | 0.65 | 0.44 | 133.88 | 0.74 | 0.32 |
| Hex | 15 | 8E | 31 | 55 | 0 | 41 | 2C | 86 | 4A | 20 |
| Octal | 25 | 216 | 61 | 125 | 0 | 101 | 54 | 206 | 112 | 40 |
| Binary | 10101 | 10001110 | 110001 | 1010101 | 0 | 1000001 | 101100 | 10000110 | 1001010 | 100000 |
Color Harmonies of #158E31
Complementary color
Monochromatic Colors of #158E31
Black with #158E31
Text Example
Text Example
White with #158E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158E31; }
p { color: rgb(21,142,49); }
H1.HeaderClassName
{
color: #158E31;
}
.AnyTagClassName
{
color: #158E31;
}
</style>
background-color css
<style>
a { background-color: #158E31; }
a { background-color: rgb(21,142,49); }
div.DivClassName
{
background-color: #158E31;
}
.BgClassName
{
background-color: #158E31;
}
</style>
border-color css
<style>
span { border-color: #158E31; }
span { border-color: rgb(21,142,49); }
td.TdClassName
{
border-color: #158E31;
}
.TagClassName
{
border-color: #158E31;
}
</style>