Shades of Forest Green #158C15
Tints of Forest Green #158C15
RGB
CMYK
RGB Variations
Color information
#158C15 (or 0x158C15) is known color: Forest Green. HEX triplet: 15, 8C and 15. RGB value is (21,140,21). Sum of RGB (Red+Green+Blue) = 21+140+21=182 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.54% from 182); Green value is 140 (55.08% from 255 or 76.92% from 182); Blue value is 21 (8.59% from 255 or 11.54% from 182); Max value from RGB is 140 - color contains mainly: green. Hex color #158C15 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #158C15 is #EA73EA. Grayscale: #5B5B5B. Windows color (decimal): -15365099 or 1412117. OLE color: 1412117.
HSL color Cylindrical-coordinate representation of color #158C15: hue angle of 120º 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 #158C15 is Cyan = 0.85, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 140 | 21 | - |
| CMYK | 0.85 | 0 | 0.85 | 0.45 |
| HSL | 120º | 0.74% | 0.32% | - |
| HSV(B) | 120º | 0.85% | 0.55% | - |
| XYZ | 9.82 | 18.97 | 3.85 | - |
| YUV | 90.85 | 88.58 | 78.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 140 | 21 | 0.85 | 0 | 0.85 | 0.45 | 120 | 0.74 | 0.32 |
| Hex | 15 | 8C | 15 | 55 | 0 | 55 | 2D | 78 | 4A | 20 |
| Octal | 25 | 214 | 25 | 125 | 0 | 125 | 55 | 170 | 112 | 40 |
| Binary | 10101 | 10001100 | 10101 | 1010101 | 0 | 1010101 | 101101 | 1111000 | 1001010 | 100000 |
Color Harmonies of #158C15
Complementary color
Monochromatic Colors of #158C15
Black with #158C15
Text Example
Text Example
White with #158C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158C15; }
p { color: rgb(21,140,21); }
H1.HeaderClassName
{
color: #158C15;
}
.AnyTagClassName
{
color: #158C15;
}
</style>
background-color css
<style>
a { background-color: #158C15; }
a { background-color: rgb(21,140,21); }
div.DivClassName
{
background-color: #158C15;
}
.BgClassName
{
background-color: #158C15;
}
</style>
border-color css
<style>
span { border-color: #158C15; }
span { border-color: rgb(21,140,21); }
td.TdClassName
{
border-color: #158C15;
}
.TagClassName
{
border-color: #158C15;
}
</style>