Shades of Forest Green #159B32
Tints of Forest Green #159B32
RGB
CMYK
RGB Variations
Color information
#159B32 (or 0x159B32) is known color: Forest Green. HEX triplet: 15, 9B and 32. RGB value is (21,155,50). Sum of RGB (Red+Green+Blue) = 21+155+50=226 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.29% from 226); Green value is 155 (60.94% from 255 or 68.58% from 226); Blue value is 50 (19.92% from 255 or 22.12% from 226); Max value from RGB is 155 - color contains mainly: green. Hex color #159B32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #159B32 is #EA64CD. Grayscale: #676767. Windows color (decimal): -15361230 or 3316501. OLE color: 3316501.
HSL color Cylindrical-coordinate representation of color #159B32: hue angle of 132.99º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159B32 is Cyan = 0.86, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 21 | 155 | 50 | - |
| CMYK | 0.86 | 0 | 0.68 | 0.39 |
| HSL | 132.99º | 0.76% | 0.35% | - |
| HSV(B) | 132.99º | 0.86% | 0.61% | - |
| XYZ | 12.61 | 23.83 | 6.95 | - |
| YUV | 102.96 | 98.11 | 69.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 155 | 50 | 0.86 | 0 | 0.68 | 0.39 | 132.99 | 0.76 | 0.35 |
| Hex | 15 | 9B | 32 | 56 | 0 | 44 | 27 | 85 | 4C | 23 |
| Octal | 25 | 233 | 62 | 126 | 0 | 104 | 47 | 205 | 114 | 43 |
| Binary | 10101 | 10011011 | 110010 | 1010110 | 0 | 1000100 | 100111 | 10000101 | 1001100 | 100011 |
Color Harmonies of #159B32
Complementary color
Monochromatic Colors of #159B32
Black with #159B32
Text Example
Text Example
White with #159B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159B32; }
p { color: rgb(21,155,50); }
H1.HeaderClassName
{
color: #159B32;
}
.AnyTagClassName
{
color: #159B32;
}
</style>
background-color css
<style>
a { background-color: #159B32; }
a { background-color: rgb(21,155,50); }
div.DivClassName
{
background-color: #159B32;
}
.BgClassName
{
background-color: #159B32;
}
</style>
border-color css
<style>
span { border-color: #159B32; }
span { border-color: rgb(21,155,50); }
td.TdClassName
{
border-color: #159B32;
}
.TagClassName
{
border-color: #159B32;
}
</style>