Shades of Forest Green #158325
Tints of Forest Green #158325
RGB
CMYK
RGB Variations
Color information
#158325 (or 0x158325) is known color: Forest Green. HEX triplet: 15, 83 and 25. RGB value is (21,131,37). Sum of RGB (Red+Green+Blue) = 21+131+37=189 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.11% from 189); Green value is 131 (51.56% from 255 or 69.31% from 189); Blue value is 37 (14.84% from 255 or 19.58% from 189); Max value from RGB is 131 - color contains mainly: green. Hex color #158325 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158325 is #EA7CDA. Grayscale: #575757. Windows color (decimal): -15367387 or 2458389. OLE color: 2458389.
HSL color Cylindrical-coordinate representation of color #158325: hue angle of 128.73º 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 #158325 is Cyan = 0.84, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 131 | 37 | - |
| CMYK | 0.84 | 0 | 0.72 | 0.49 |
| HSL | 128.73º | 0.72% | 0.3% | - |
| HSV(B) | 128.73º | 0.84% | 0.51% | - |
| XYZ | 8.76 | 16.53 | 4.48 | - |
| YUV | 87.39 | 99.56 | 80.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 131 | 37 | 0.84 | 0 | 0.72 | 0.49 | 128.73 | 0.72 | 0.3 |
| Hex | 15 | 83 | 25 | 54 | 0 | 48 | 31 | 81 | 48 | 1E |
| Octal | 25 | 203 | 45 | 124 | 0 | 110 | 61 | 201 | 110 | 36 |
| Binary | 10101 | 10000011 | 100101 | 1010100 | 0 | 1001000 | 110001 | 10000001 | 1001000 | 11110 |
Color Harmonies of #158325
Complementary color
Monochromatic Colors of #158325
Black with #158325
Text Example
Text Example
White with #158325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158325; }
p { color: rgb(21,131,37); }
H1.HeaderClassName
{
color: #158325;
}
.AnyTagClassName
{
color: #158325;
}
</style>
background-color css
<style>
a { background-color: #158325; }
a { background-color: rgb(21,131,37); }
div.DivClassName
{
background-color: #158325;
}
.BgClassName
{
background-color: #158325;
}
</style>
border-color css
<style>
span { border-color: #158325; }
span { border-color: rgb(21,131,37); }
td.TdClassName
{
border-color: #158325;
}
.TagClassName
{
border-color: #158325;
}
</style>