Shades of Forest Green #158F2C
Tints of Forest Green #158F2C
RGB
CMYK
RGB Variations
Color information
#158F2C (or 0x158F2C) is known color: Forest Green. HEX triplet: 15, 8F and 2C. RGB value is (21,143,44). Sum of RGB (Red+Green+Blue) = 21+143+44=208 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.10% from 208); Green value is 143 (56.25% from 255 or 68.75% from 208); Blue value is 44 (17.58% from 255 or 21.15% from 208); Max value from RGB is 143 - color contains mainly: green. Hex color #158F2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158F2C is #EA70D3. Grayscale: #5F5F5F. Windows color (decimal): -15364308 or 2920213. OLE color: 2920213.
HSL color Cylindrical-coordinate representation of color #158F2C: hue angle of 131.31º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158F2C is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 143 | 44 | - |
| CMYK | 0.85 | 0 | 0.69 | 0.44 |
| HSL | 131.31º | 0.74% | 0.32% | - |
| HSV(B) | 131.31º | 0.85% | 0.56% | - |
| XYZ | 10.59 | 19.99 | 5.68 | - |
| YUV | 95.24 | 99.08 | 75.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 143 | 44 | 0.85 | 0 | 0.69 | 0.44 | 131.31 | 0.74 | 0.32 |
| Hex | 15 | 8F | 2C | 55 | 0 | 45 | 2C | 83 | 4A | 20 |
| Octal | 25 | 217 | 54 | 125 | 0 | 105 | 54 | 203 | 112 | 40 |
| Binary | 10101 | 10001111 | 101100 | 1010101 | 0 | 1000101 | 101100 | 10000011 | 1001010 | 100000 |
Color Harmonies of #158F2C
Complementary color
Monochromatic Colors of #158F2C
Black with #158F2C
Text Example
Text Example
White with #158F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158F2C; }
p { color: rgb(21,143,44); }
H1.HeaderClassName
{
color: #158F2C;
}
.AnyTagClassName
{
color: #158F2C;
}
</style>
background-color css
<style>
a { background-color: #158F2C; }
a { background-color: rgb(21,143,44); }
div.DivClassName
{
background-color: #158F2C;
}
.BgClassName
{
background-color: #158F2C;
}
</style>
border-color css
<style>
span { border-color: #158F2C; }
span { border-color: rgb(21,143,44); }
td.TdClassName
{
border-color: #158F2C;
}
.TagClassName
{
border-color: #158F2C;
}
</style>