Shades of Forest Green #158A32
Tints of Forest Green #158A32
RGB
CMYK
RGB Variations
Color information
#158A32 (or 0x158A32) is known color: Forest Green. HEX triplet: 15, 8A and 32. RGB value is (21,138,50). Sum of RGB (Red+Green+Blue) = 21+138+50=209 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.05% from 209); Green value is 138 (54.30% from 255 or 66.03% from 209); Blue value is 50 (19.92% from 255 or 23.92% from 209); Max value from RGB is 138 - color contains mainly: green. Hex color #158A32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158A32 is #EA75CD. Grayscale: #5D5D5D. Windows color (decimal): -15365582 or 3312149. OLE color: 3312149.
HSL color Cylindrical-coordinate representation of color #158A32: hue angle of 134.87º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158A32 is Cyan = 0.85, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 21 | 138 | 50 | - |
| CMYK | 0.85 | 0 | 0.64 | 0.46 |
| HSL | 134.87º | 0.74% | 0.31% | - |
| HSV(B) | 134.87º | 0.85% | 0.54% | - |
| XYZ | 9.97 | 18.57 | 6.08 | - |
| YUV | 92.99 | 103.74 | 76.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 138 | 50 | 0.85 | 0 | 0.64 | 0.46 | 134.87 | 0.74 | 0.31 |
| Hex | 15 | 8A | 32 | 55 | 0 | 40 | 2E | 87 | 4A | 1F |
| Octal | 25 | 212 | 62 | 125 | 0 | 100 | 56 | 207 | 112 | 37 |
| Binary | 10101 | 10001010 | 110010 | 1010101 | 0 | 1000000 | 101110 | 10000111 | 1001010 | 11111 |
Color Harmonies of #158A32
Complementary color
Monochromatic Colors of #158A32
Black with #158A32
Text Example
Text Example
White with #158A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158A32; }
p { color: rgb(21,138,50); }
H1.HeaderClassName
{
color: #158A32;
}
.AnyTagClassName
{
color: #158A32;
}
</style>
background-color css
<style>
a { background-color: #158A32; }
a { background-color: rgb(21,138,50); }
div.DivClassName
{
background-color: #158A32;
}
.BgClassName
{
background-color: #158A32;
}
</style>
border-color css
<style>
span { border-color: #158A32; }
span { border-color: rgb(21,138,50); }
td.TdClassName
{
border-color: #158A32;
}
.TagClassName
{
border-color: #158A32;
}
</style>