Shades of Forest Green #158321
Tints of Forest Green #158321
RGB
CMYK
RGB Variations
Color information
#158321 (or 0x158321) is known color: Forest Green. HEX triplet: 15, 83 and 21. RGB value is (21,131,33). Sum of RGB (Red+Green+Blue) = 21+131+33=185 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.35% from 185); Green value is 131 (51.56% from 255 or 70.81% from 185); Blue value is 33 (13.28% from 255 or 17.84% from 185); Max value from RGB is 131 - color contains mainly: green. Hex color #158321 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158321 is #EA7CDE. Grayscale: #575757. Windows color (decimal): -15367391 or 2196245. OLE color: 2196245.
HSL color Cylindrical-coordinate representation of color #158321: hue angle of 126.55º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #158321 is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 131 | 33 | - |
| CMYK | 0.84 | 0 | 0.75 | 0.49 |
| HSL | 126.55º | 0.72% | 0.3% | - |
| HSV(B) | 126.55º | 0.84% | 0.51% | - |
| XYZ | 8.7 | 16.5 | 4.17 | - |
| YUV | 86.94 | 97.56 | 80.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 131 | 33 | 0.84 | 0 | 0.75 | 0.49 | 126.55 | 0.72 | 0.3 |
| Hex | 15 | 83 | 21 | 54 | 0 | 4B | 31 | 7F | 48 | 1E |
| Octal | 25 | 203 | 41 | 124 | 0 | 113 | 61 | 177 | 110 | 36 |
| Binary | 10101 | 10000011 | 100001 | 1010100 | 0 | 1001011 | 110001 | 1111111 | 1001000 | 11110 |
Color Harmonies of #158321
Complementary color
Monochromatic Colors of #158321
Black with #158321
Text Example
Text Example
White with #158321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158321; }
p { color: rgb(21,131,33); }
H1.HeaderClassName
{
color: #158321;
}
.AnyTagClassName
{
color: #158321;
}
</style>
background-color css
<style>
a { background-color: #158321; }
a { background-color: rgb(21,131,33); }
div.DivClassName
{
background-color: #158321;
}
.BgClassName
{
background-color: #158321;
}
</style>
border-color css
<style>
span { border-color: #158321; }
span { border-color: rgb(21,131,33); }
td.TdClassName
{
border-color: #158321;
}
.TagClassName
{
border-color: #158321;
}
</style>