Shades of Forest Green #158B34
Tints of Forest Green #158B34
RGB
CMYK
RGB Variations
Color information
#158B34 (or 0x158B34) is known color: Forest Green. HEX triplet: 15, 8B and 34. RGB value is (21,139,52). Sum of RGB (Red+Green+Blue) = 21+139+52=212 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.91% from 212); Green value is 139 (54.69% from 255 or 65.57% from 212); Blue value is 52 (20.70% from 255 or 24.53% from 212); Max value from RGB is 139 - color contains mainly: green. Hex color #158B34 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158B34 is #EA74CB. Grayscale: #5E5E5E. Windows color (decimal): -15365324 or 3443477. OLE color: 3443477.
HSL color Cylindrical-coordinate representation of color #158B34: hue angle of 135.76º 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 #158B34 is Cyan = 0.85, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 139 | 52 | - |
| CMYK | 0.85 | 0 | 0.63 | 0.45 |
| HSL | 135.76º | 0.74% | 0.31% | - |
| HSV(B) | 135.76º | 0.85% | 0.55% | - |
| XYZ | 10.16 | 18.87 | 6.36 | - |
| YUV | 93.8 | 104.41 | 76.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 139 | 52 | 0.85 | 0 | 0.63 | 0.45 | 135.76 | 0.74 | 0.31 |
| Hex | 15 | 8B | 34 | 55 | 0 | 3F | 2D | 88 | 4A | 1F |
| Octal | 25 | 213 | 64 | 125 | 0 | 77 | 55 | 210 | 112 | 37 |
| Binary | 10101 | 10001011 | 110100 | 1010101 | 0 | 111111 | 101101 | 10001000 | 1001010 | 11111 |
Color Harmonies of #158B34
Complementary color
Monochromatic Colors of #158B34
Black with #158B34
Text Example
Text Example
White with #158B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158B34; }
p { color: rgb(21,139,52); }
H1.HeaderClassName
{
color: #158B34;
}
.AnyTagClassName
{
color: #158B34;
}
</style>
background-color css
<style>
a { background-color: #158B34; }
a { background-color: rgb(21,139,52); }
div.DivClassName
{
background-color: #158B34;
}
.BgClassName
{
background-color: #158B34;
}
</style>
border-color css
<style>
span { border-color: #158B34; }
span { border-color: rgb(21,139,52); }
td.TdClassName
{
border-color: #158B34;
}
.TagClassName
{
border-color: #158B34;
}
</style>