Shades of Forest Green #108E32
Tints of Forest Green #108E32
RGB
CMYK
RGB Variations
Color information
#108E32 (or 0x108E32) is known color: Forest Green. HEX triplet: 10, 8E and 32. RGB value is (16,142,50). Sum of RGB (Red+Green+Blue) = 16+142+50=208 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.69% from 208); Green value is 142 (55.86% from 255 or 68.27% from 208); Blue value is 50 (19.92% from 255 or 24.04% from 208); Max value from RGB is 142 - color contains mainly: green. Hex color #108E32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #108E32 is #EF71CD. Grayscale: #5E5E5E. Windows color (decimal): -15692238 or 3313168. OLE color: 3313168.
HSL color Cylindrical-coordinate representation of color #108E32: hue angle of 136.19º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #108E32 is Cyan = 0.89, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 16 | 142 | 50 | - |
| CMYK | 0.89 | 0 | 0.65 | 0.44 |
| HSL | 136.19º | 0.8% | 0.31% | - |
| HSV(B) | 136.19º | 0.89% | 0.56% | - |
| XYZ | 10.46 | 19.69 | 6.27 | - |
| YUV | 93.84 | 103.26 | 72.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 142 | 50 | 0.89 | 0 | 0.65 | 0.44 | 136.19 | 0.8 | 0.31 |
| Hex | 10 | 8E | 32 | 59 | 0 | 41 | 2C | 88 | 50 | 1F |
| Octal | 20 | 216 | 62 | 131 | 0 | 101 | 54 | 210 | 120 | 37 |
| Binary | 10000 | 10001110 | 110010 | 1011001 | 0 | 1000001 | 101100 | 10001000 | 1010000 | 11111 |
Color Harmonies of #108E32
Complementary color
Monochromatic Colors of #108E32
Black with #108E32
Text Example
Text Example
White with #108E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108E32; }
p { color: rgb(16,142,50); }
H1.HeaderClassName
{
color: #108E32;
}
.AnyTagClassName
{
color: #108E32;
}
</style>
background-color css
<style>
a { background-color: #108E32; }
a { background-color: rgb(16,142,50); }
div.DivClassName
{
background-color: #108E32;
}
.BgClassName
{
background-color: #108E32;
}
</style>
border-color css
<style>
span { border-color: #108E32; }
span { border-color: rgb(16,142,50); }
td.TdClassName
{
border-color: #108E32;
}
.TagClassName
{
border-color: #108E32;
}
</style>