Shades of Forest Green #159134
Tints of Forest Green #159134
RGB
CMYK
RGB Variations
Color information
#159134 (or 0x159134) is known color: Forest Green. HEX triplet: 15, 91 and 34. RGB value is (21,145,52). Sum of RGB (Red+Green+Blue) = 21+145+52=218 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.63% from 218); Green value is 145 (57.03% from 255 or 66.51% from 218); Blue value is 52 (20.70% from 255 or 23.85% from 218); Max value from RGB is 145 - color contains mainly: green. Hex color #159134 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #159134 is #EA6ECB. Grayscale: #616161. Windows color (decimal): -15363788 or 3445013. OLE color: 3445013.
HSL color Cylindrical-coordinate representation of color #159134: hue angle of 135º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159134 is Cyan = 0.86, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 21 | 145 | 52 | - |
| CMYK | 0.86 | 0 | 0.64 | 0.43 |
| HSL | 135º | 0.75% | 0.33% | - |
| HSV(B) | 135º | 0.86% | 0.57% | - |
| XYZ | 11.05 | 20.66 | 6.65 | - |
| YUV | 97.32 | 102.42 | 73.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 145 | 52 | 0.86 | 0 | 0.64 | 0.43 | 135 | 0.75 | 0.33 |
| Hex | 15 | 91 | 34 | 56 | 0 | 40 | 2B | 87 | 4B | 21 |
| Octal | 25 | 221 | 64 | 126 | 0 | 100 | 53 | 207 | 113 | 41 |
| Binary | 10101 | 10010001 | 110100 | 1010110 | 0 | 1000000 | 101011 | 10000111 | 1001011 | 100001 |
Color Harmonies of #159134
Complementary color
Monochromatic Colors of #159134
Black with #159134
Text Example
Text Example
White with #159134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159134; }
p { color: rgb(21,145,52); }
H1.HeaderClassName
{
color: #159134;
}
.AnyTagClassName
{
color: #159134;
}
</style>
background-color css
<style>
a { background-color: #159134; }
a { background-color: rgb(21,145,52); }
div.DivClassName
{
background-color: #159134;
}
.BgClassName
{
background-color: #159134;
}
</style>
border-color css
<style>
span { border-color: #159134; }
span { border-color: rgb(21,145,52); }
td.TdClassName
{
border-color: #159134;
}
.TagClassName
{
border-color: #159134;
}
</style>