Shades of Forest Green #158120
Tints of Forest Green #158120
RGB
CMYK
RGB Variations
Color information
#158120 (or 0x158120) is known color: Forest Green. HEX triplet: 15, 81 and 20. RGB value is (21,129,32). Sum of RGB (Red+Green+Blue) = 21+129+32=182 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.54% from 182); Green value is 129 (50.78% from 255 or 70.88% from 182); Blue value is 32 (12.89% from 255 or 17.58% from 182); Max value from RGB is 129 - color contains mainly: green. Hex color #158120 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158120 is #EA7EDF. Grayscale: #555555. Windows color (decimal): -15367904 or 2130197. OLE color: 2130197.
HSL color Cylindrical-coordinate representation of color #158120: hue angle of 126.11º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #158120 is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 129 | 32 | - |
| CMYK | 0.84 | 0 | 0.75 | 0.49 |
| HSL | 126.11º | 0.72% | 0.29% | - |
| HSV(B) | 126.11º | 0.84% | 0.51% | - |
| XYZ | 8.42 | 15.96 | 4 | - |
| YUV | 85.65 | 97.72 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 129 | 32 | 0.84 | 0 | 0.75 | 0.49 | 126.11 | 0.72 | 0.29 |
| Hex | 15 | 81 | 20 | 54 | 0 | 4B | 31 | 7E | 48 | 1D |
| Octal | 25 | 201 | 40 | 124 | 0 | 113 | 61 | 176 | 110 | 35 |
| Binary | 10101 | 10000001 | 100000 | 1010100 | 0 | 1001011 | 110001 | 1111110 | 1001000 | 11101 |
Color Harmonies of #158120
Complementary color
Monochromatic Colors of #158120
Black with #158120
Text Example
Text Example
White with #158120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158120; }
p { color: rgb(21,129,32); }
H1.HeaderClassName
{
color: #158120;
}
.AnyTagClassName
{
color: #158120;
}
</style>
background-color css
<style>
a { background-color: #158120; }
a { background-color: rgb(21,129,32); }
div.DivClassName
{
background-color: #158120;
}
.BgClassName
{
background-color: #158120;
}
</style>
border-color css
<style>
span { border-color: #158120; }
span { border-color: rgb(21,129,32); }
td.TdClassName
{
border-color: #158120;
}
.TagClassName
{
border-color: #158120;
}
</style>