Shades of Forest Green #158E2B
Tints of Forest Green #158E2B
RGB
CMYK
RGB Variations
Color information
#158E2B (or 0x158E2B) is known color: Forest Green. HEX triplet: 15, 8E and 2B. RGB value is (21,142,43). Sum of RGB (Red+Green+Blue) = 21+142+43=206 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.19% from 206); Green value is 142 (55.86% from 255 or 68.93% from 206); Blue value is 43 (17.19% from 255 or 20.87% from 206); Max value from RGB is 142 - color contains mainly: green. Hex color #158E2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158E2B is #EA71D4. Grayscale: #5E5E5E. Windows color (decimal): -15364565 or 2854421. OLE color: 2854421.
HSL color Cylindrical-coordinate representation of color #158E2B: hue angle of 130.91º 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 #158E2B is Cyan = 0.85, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 142 | 43 | - |
| CMYK | 0.85 | 0 | 0.70 | 0.44 |
| HSL | 130.91º | 0.74% | 0.32% | - |
| HSV(B) | 130.91º | 0.85% | 0.56% | - |
| XYZ | 10.42 | 19.68 | 5.53 | - |
| YUV | 94.54 | 98.91 | 75.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 142 | 43 | 0.85 | 0 | 0.70 | 0.44 | 130.91 | 0.74 | 0.32 |
| Hex | 15 | 8E | 2B | 55 | 0 | 46 | 2C | 83 | 4A | 20 |
| Octal | 25 | 216 | 53 | 125 | 0 | 106 | 54 | 203 | 112 | 40 |
| Binary | 10101 | 10001110 | 101011 | 1010101 | 0 | 1000110 | 101100 | 10000011 | 1001010 | 100000 |
Color Harmonies of #158E2B
Complementary color
Monochromatic Colors of #158E2B
Black with #158E2B
Text Example
Text Example
White with #158E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158E2B; }
p { color: rgb(21,142,43); }
H1.HeaderClassName
{
color: #158E2B;
}
.AnyTagClassName
{
color: #158E2B;
}
</style>
background-color css
<style>
a { background-color: #158E2B; }
a { background-color: rgb(21,142,43); }
div.DivClassName
{
background-color: #158E2B;
}
.BgClassName
{
background-color: #158E2B;
}
</style>
border-color css
<style>
span { border-color: #158E2B; }
span { border-color: rgb(21,142,43); }
td.TdClassName
{
border-color: #158E2B;
}
.TagClassName
{
border-color: #158E2B;
}
</style>