Shades of Forest Green #158B2F
Tints of Forest Green #158B2F
RGB
CMYK
RGB Variations
Color information
#158B2F (or 0x158B2F) is known color: Forest Green. HEX triplet: 15, 8B and 2F. RGB value is (21,139,47). Sum of RGB (Red+Green+Blue) = 21+139+47=207 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.14% from 207); Green value is 139 (54.69% from 255 or 67.15% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 139 - color contains mainly: green. Hex color #158B2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158B2F is #EA74D0. Grayscale: #5D5D5D. Windows color (decimal): -15365329 or 3115797. OLE color: 3115797.
HSL color Cylindrical-coordinate representation of color #158B2F: hue angle of 133.22º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158B2F is Cyan = 0.85, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 139 | 47 | - |
| CMYK | 0.85 | 0 | 0.66 | 0.45 |
| HSL | 133.22º | 0.74% | 0.31% | - |
| HSV(B) | 133.22º | 0.85% | 0.55% | - |
| XYZ | 10.05 | 18.83 | 5.79 | - |
| YUV | 93.23 | 101.91 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 139 | 47 | 0.85 | 0 | 0.66 | 0.45 | 133.22 | 0.74 | 0.31 |
| Hex | 15 | 8B | 2F | 55 | 0 | 42 | 2D | 85 | 4A | 1F |
| Octal | 25 | 213 | 57 | 125 | 0 | 102 | 55 | 205 | 112 | 37 |
| Binary | 10101 | 10001011 | 101111 | 1010101 | 0 | 1000010 | 101101 | 10000101 | 1001010 | 11111 |
Color Harmonies of #158B2F
Complementary color
Monochromatic Colors of #158B2F
Black with #158B2F
Text Example
Text Example
White with #158B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158B2F; }
p { color: rgb(21,139,47); }
H1.HeaderClassName
{
color: #158B2F;
}
.AnyTagClassName
{
color: #158B2F;
}
</style>
background-color css
<style>
a { background-color: #158B2F; }
a { background-color: rgb(21,139,47); }
div.DivClassName
{
background-color: #158B2F;
}
.BgClassName
{
background-color: #158B2F;
}
</style>
border-color css
<style>
span { border-color: #158B2F; }
span { border-color: rgb(21,139,47); }
td.TdClassName
{
border-color: #158B2F;
}
.TagClassName
{
border-color: #158B2F;
}
</style>