Shades of Forest Green #158C35
Tints of Forest Green #158C35
RGB
CMYK
RGB Variations
Color information
#158C35 (or 0x158C35) is known color: Forest Green. HEX triplet: 15, 8C and 35. RGB value is (21,140,53). Sum of RGB (Red+Green+Blue) = 21+140+53=214 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.81% from 214); Green value is 140 (55.08% from 255 or 65.42% from 214); Blue value is 53 (21.09% from 255 or 24.77% from 214); Max value from RGB is 140 - color contains mainly: green. Hex color #158C35 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158C35 is #EA73CA. Grayscale: #5E5E5E. Windows color (decimal): -15365067 or 3509269. OLE color: 3509269.
HSL color Cylindrical-coordinate representation of color #158C35: hue angle of 136.13º 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 #158C35 is Cyan = 0.85, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 140 | 53 | - |
| CMYK | 0.85 | 0 | 0.62 | 0.45 |
| HSL | 136.13º | 0.74% | 0.32% | - |
| HSV(B) | 136.13º | 0.85% | 0.55% | - |
| XYZ | 10.33 | 19.17 | 6.52 | - |
| YUV | 94.5 | 104.58 | 75.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 140 | 53 | 0.85 | 0 | 0.62 | 0.45 | 136.13 | 0.74 | 0.32 |
| Hex | 15 | 8C | 35 | 55 | 0 | 3E | 2D | 88 | 4A | 20 |
| Octal | 25 | 214 | 65 | 125 | 0 | 76 | 55 | 210 | 112 | 40 |
| Binary | 10101 | 10001100 | 110101 | 1010101 | 0 | 111110 | 101101 | 10001000 | 1001010 | 100000 |
Color Harmonies of #158C35
Complementary color
Monochromatic Colors of #158C35
Black with #158C35
Text Example
Text Example
White with #158C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158C35; }
p { color: rgb(21,140,53); }
H1.HeaderClassName
{
color: #158C35;
}
.AnyTagClassName
{
color: #158C35;
}
</style>
background-color css
<style>
a { background-color: #158C35; }
a { background-color: rgb(21,140,53); }
div.DivClassName
{
background-color: #158C35;
}
.BgClassName
{
background-color: #158C35;
}
</style>
border-color css
<style>
span { border-color: #158C35; }
span { border-color: rgb(21,140,53); }
td.TdClassName
{
border-color: #158C35;
}
.TagClassName
{
border-color: #158C35;
}
</style>