Shades of Forest Green #158C25
Tints of Forest Green #158C25
RGB
CMYK
RGB Variations
Color information
#158C25 (or 0x158C25) is known color: Forest Green. HEX triplet: 15, 8C and 25. RGB value is (21,140,37). Sum of RGB (Red+Green+Blue) = 21+140+37=198 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.61% from 198); Green value is 140 (55.08% from 255 or 70.71% from 198); Blue value is 37 (14.84% from 255 or 18.69% from 198); Max value from RGB is 140 - color contains mainly: green. Hex color #158C25 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158C25 is #EA73DA. Grayscale: #5C5C5C. Windows color (decimal): -15365083 or 2460693. OLE color: 2460693.
HSL color Cylindrical-coordinate representation of color #158C25: hue angle of 128.07º 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 #158C25 is Cyan = 0.85, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 140 | 37 | - |
| CMYK | 0.85 | 0 | 0.74 | 0.45 |
| HSL | 128.07º | 0.74% | 0.32% | - |
| HSV(B) | 128.07º | 0.85% | 0.55% | - |
| XYZ | 10.02 | 19.05 | 4.9 | - |
| YUV | 92.68 | 96.58 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 140 | 37 | 0.85 | 0 | 0.74 | 0.45 | 128.07 | 0.74 | 0.32 |
| Hex | 15 | 8C | 25 | 55 | 0 | 4A | 2D | 80 | 4A | 20 |
| Octal | 25 | 214 | 45 | 125 | 0 | 112 | 55 | 200 | 112 | 40 |
| Binary | 10101 | 10001100 | 100101 | 1010101 | 0 | 1001010 | 101101 | 10000000 | 1001010 | 100000 |
Color Harmonies of #158C25
Complementary color
Monochromatic Colors of #158C25
Black with #158C25
Text Example
Text Example
White with #158C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158C25; }
p { color: rgb(21,140,37); }
H1.HeaderClassName
{
color: #158C25;
}
.AnyTagClassName
{
color: #158C25;
}
</style>
background-color css
<style>
a { background-color: #158C25; }
a { background-color: rgb(21,140,37); }
div.DivClassName
{
background-color: #158C25;
}
.BgClassName
{
background-color: #158C25;
}
</style>
border-color css
<style>
span { border-color: #158C25; }
span { border-color: rgb(21,140,37); }
td.TdClassName
{
border-color: #158C25;
}
.TagClassName
{
border-color: #158C25;
}
</style>