Shades of Forest Green #158C37
Tints of Forest Green #158C37
RGB
CMYK
RGB Variations
Color information
#158C37 (or 0x158C37) is known color: Forest Green. HEX triplet: 15, 8C and 37. RGB value is (21,140,55). Sum of RGB (Red+Green+Blue) = 21+140+55=216 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.72% from 216); Green value is 140 (55.08% from 255 or 64.81% from 216); Blue value is 55 (21.88% from 255 or 25.46% from 216); Max value from RGB is 140 - color contains mainly: green. Hex color #158C37 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158C37 is #EA73C8. Grayscale: #5E5E5E. Windows color (decimal): -15365065 or 3640341. OLE color: 3640341.
HSL color Cylindrical-coordinate representation of color #158C37: hue angle of 137.14º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158C37 is Cyan = 0.85, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 140 | 55 | - |
| CMYK | 0.85 | 0 | 0.61 | 0.45 |
| HSL | 137.14º | 0.74% | 0.32% | - |
| HSV(B) | 137.14º | 0.85% | 0.55% | - |
| XYZ | 10.38 | 19.19 | 6.77 | - |
| YUV | 94.73 | 105.58 | 75.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 140 | 55 | 0.85 | 0 | 0.61 | 0.45 | 137.14 | 0.74 | 0.32 |
| Hex | 15 | 8C | 37 | 55 | 0 | 3D | 2D | 89 | 4A | 20 |
| Octal | 25 | 214 | 67 | 125 | 0 | 75 | 55 | 211 | 112 | 40 |
| Binary | 10101 | 10001100 | 110111 | 1010101 | 0 | 111101 | 101101 | 10001001 | 1001010 | 100000 |
Color Harmonies of #158C37
Complementary color
Monochromatic Colors of #158C37
Black with #158C37
Text Example
Text Example
White with #158C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158C37; }
p { color: rgb(21,140,55); }
H1.HeaderClassName
{
color: #158C37;
}
.AnyTagClassName
{
color: #158C37;
}
</style>
background-color css
<style>
a { background-color: #158C37; }
a { background-color: rgb(21,140,55); }
div.DivClassName
{
background-color: #158C37;
}
.BgClassName
{
background-color: #158C37;
}
</style>
border-color css
<style>
span { border-color: #158C37; }
span { border-color: rgb(21,140,55); }
td.TdClassName
{
border-color: #158C37;
}
.TagClassName
{
border-color: #158C37;
}
</style>