Shades of Forest Green #158B2B
Tints of Forest Green #158B2B
RGB
CMYK
RGB Variations
Color information
#158B2B (or 0x158B2B) is known color: Forest Green. HEX triplet: 15, 8B and 2B. RGB value is (21,139,43). Sum of RGB (Red+Green+Blue) = 21+139+43=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 139 (54.69% from 255 or 68.47% from 203); Blue value is 43 (17.19% from 255 or 21.18% from 203); Max value from RGB is 139 - color contains mainly: green. Hex color #158B2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158B2B is #EA74D4. Grayscale: #5D5D5D. Windows color (decimal): -15365333 or 2853653. OLE color: 2853653.
HSL color Cylindrical-coordinate representation of color #158B2B: hue angle of 131.19º 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 #158B2B is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 139 | 43 | - |
| CMYK | 0.85 | 0 | 0.69 | 0.45 |
| HSL | 131.19º | 0.74% | 0.31% | - |
| HSV(B) | 131.19º | 0.85% | 0.55% | - |
| XYZ | 9.98 | 18.8 | 5.39 | - |
| YUV | 92.77 | 99.91 | 76.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 139 | 43 | 0.85 | 0 | 0.69 | 0.45 | 131.19 | 0.74 | 0.31 |
| Hex | 15 | 8B | 2B | 55 | 0 | 45 | 2D | 83 | 4A | 1F |
| Octal | 25 | 213 | 53 | 125 | 0 | 105 | 55 | 203 | 112 | 37 |
| Binary | 10101 | 10001011 | 101011 | 1010101 | 0 | 1000101 | 101101 | 10000011 | 1001010 | 11111 |
Color Harmonies of #158B2B
Complementary color
Monochromatic Colors of #158B2B
Black with #158B2B
Text Example
Text Example
White with #158B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158B2B; }
p { color: rgb(21,139,43); }
H1.HeaderClassName
{
color: #158B2B;
}
.AnyTagClassName
{
color: #158B2B;
}
</style>
background-color css
<style>
a { background-color: #158B2B; }
a { background-color: rgb(21,139,43); }
div.DivClassName
{
background-color: #158B2B;
}
.BgClassName
{
background-color: #158B2B;
}
</style>
border-color css
<style>
span { border-color: #158B2B; }
span { border-color: rgb(21,139,43); }
td.TdClassName
{
border-color: #158B2B;
}
.TagClassName
{
border-color: #158B2B;
}
</style>