Shades of Forest Green #158C33
Tints of Forest Green #158C33
RGB
CMYK
RGB Variations
Color information
#158C33 (or 0x158C33) is known color: Forest Green. HEX triplet: 15, 8C and 33. RGB value is (21,140,51). Sum of RGB (Red+Green+Blue) = 21+140+51=212 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.91% from 212); Green value is 140 (55.08% from 255 or 66.04% from 212); Blue value is 51 (20.31% from 255 or 24.06% from 212); Max value from RGB is 140 - color contains mainly: green. Hex color #158C33 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158C33 is #EA73CC. Grayscale: #5E5E5E. Windows color (decimal): -15365069 or 3378197. OLE color: 3378197.
HSL color Cylindrical-coordinate representation of color #158C33: hue angle of 135.13º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158C33 is Cyan = 0.85, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 140 | 51 | - |
| CMYK | 0.85 | 0 | 0.64 | 0.45 |
| HSL | 135.13º | 0.74% | 0.32% | - |
| HSV(B) | 135.13º | 0.85% | 0.55% | - |
| XYZ | 10.28 | 19.15 | 6.29 | - |
| YUV | 94.27 | 103.58 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 140 | 51 | 0.85 | 0 | 0.64 | 0.45 | 135.13 | 0.74 | 0.32 |
| Hex | 15 | 8C | 33 | 55 | 0 | 40 | 2D | 87 | 4A | 20 |
| Octal | 25 | 214 | 63 | 125 | 0 | 100 | 55 | 207 | 112 | 40 |
| Binary | 10101 | 10001100 | 110011 | 1010101 | 0 | 1000000 | 101101 | 10000111 | 1001010 | 100000 |
Color Harmonies of #158C33
Complementary color
Monochromatic Colors of #158C33
Black with #158C33
Text Example
Text Example
White with #158C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158C33; }
p { color: rgb(21,140,51); }
H1.HeaderClassName
{
color: #158C33;
}
.AnyTagClassName
{
color: #158C33;
}
</style>
background-color css
<style>
a { background-color: #158C33; }
a { background-color: rgb(21,140,51); }
div.DivClassName
{
background-color: #158C33;
}
.BgClassName
{
background-color: #158C33;
}
</style>
border-color css
<style>
span { border-color: #158C33; }
span { border-color: rgb(21,140,51); }
td.TdClassName
{
border-color: #158C33;
}
.TagClassName
{
border-color: #158C33;
}
</style>