Shades of Forest Green #158728
Tints of Forest Green #158728
RGB
CMYK
RGB Variations
Color information
#158728 (or 0x158728) is known color: Forest Green. HEX triplet: 15, 87 and 28. RGB value is (21,135,40). Sum of RGB (Red+Green+Blue) = 21+135+40=196 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.71% from 196); Green value is 135 (53.12% from 255 or 68.88% from 196); Blue value is 40 (16.02% from 255 or 20.41% from 196); Max value from RGB is 135 - color contains mainly: green. Hex color #158728 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158728 is #EA78D7. Grayscale: #5A5A5A. Windows color (decimal): -15366360 or 2656021. OLE color: 2656021.
HSL color Cylindrical-coordinate representation of color #158728: hue angle of 130º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #158728 is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 21 | 135 | 40 | - |
| CMYK | 0.84 | 0 | 0.70 | 0.47 |
| HSL | 130º | 0.73% | 0.31% | - |
| HSV(B) | 130º | 0.84% | 0.53% | - |
| XYZ | 9.36 | 17.64 | 4.92 | - |
| YUV | 90.08 | 99.73 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 135 | 40 | 0.84 | 0 | 0.70 | 0.47 | 130 | 0.73 | 0.31 |
| Hex | 15 | 87 | 28 | 54 | 0 | 46 | 2F | 82 | 49 | 1F |
| Octal | 25 | 207 | 50 | 124 | 0 | 106 | 57 | 202 | 111 | 37 |
| Binary | 10101 | 10000111 | 101000 | 1010100 | 0 | 1000110 | 101111 | 10000010 | 1001001 | 11111 |
Color Harmonies of #158728
Complementary color
Monochromatic Colors of #158728
Black with #158728
Text Example
Text Example
White with #158728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158728; }
p { color: rgb(21,135,40); }
H1.HeaderClassName
{
color: #158728;
}
.AnyTagClassName
{
color: #158728;
}
</style>
background-color css
<style>
a { background-color: #158728; }
a { background-color: rgb(21,135,40); }
div.DivClassName
{
background-color: #158728;
}
.BgClassName
{
background-color: #158728;
}
</style>
border-color css
<style>
span { border-color: #158728; }
span { border-color: rgb(21,135,40); }
td.TdClassName
{
border-color: #158728;
}
.TagClassName
{
border-color: #158728;
}
</style>