Shades of Forest Green #108F32
Tints of Forest Green #108F32
RGB
CMYK
RGB Variations
Color information
#108F32 (or 0x108F32) is known color: Forest Green. HEX triplet: 10, 8F and 32. RGB value is (16,143,50). Sum of RGB (Red+Green+Blue) = 16+143+50=209 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.66% from 209); Green value is 143 (56.25% from 255 or 68.42% from 209); Blue value is 50 (19.92% from 255 or 23.92% from 209); Max value from RGB is 143 - color contains mainly: green. Hex color #108F32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #108F32 is #EF70CD. Grayscale: #5E5E5E. Windows color (decimal): -15691982 or 3313424. OLE color: 3313424.
HSL color Cylindrical-coordinate representation of color #108F32: hue angle of 136.06º 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 #108F32 is Cyan = 0.89, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 16 | 143 | 50 | - |
| CMYK | 0.89 | 0 | 0.65 | 0.44 |
| HSL | 136.06º | 0.8% | 0.31% | - |
| HSV(B) | 136.06º | 0.89% | 0.56% | - |
| XYZ | 10.61 | 19.99 | 6.32 | - |
| YUV | 94.43 | 102.92 | 72.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 143 | 50 | 0.89 | 0 | 0.65 | 0.44 | 136.06 | 0.8 | 0.31 |
| Hex | 10 | 8F | 32 | 59 | 0 | 41 | 2C | 88 | 50 | 1F |
| Octal | 20 | 217 | 62 | 131 | 0 | 101 | 54 | 210 | 120 | 37 |
| Binary | 10000 | 10001111 | 110010 | 1011001 | 0 | 1000001 | 101100 | 10001000 | 1010000 | 11111 |
Color Harmonies of #108F32
Complementary color
Monochromatic Colors of #108F32
Black with #108F32
Text Example
Text Example
White with #108F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108F32; }
p { color: rgb(16,143,50); }
H1.HeaderClassName
{
color: #108F32;
}
.AnyTagClassName
{
color: #108F32;
}
</style>
background-color css
<style>
a { background-color: #108F32; }
a { background-color: rgb(16,143,50); }
div.DivClassName
{
background-color: #108F32;
}
.BgClassName
{
background-color: #108F32;
}
</style>
border-color css
<style>
span { border-color: #108F32; }
span { border-color: rgb(16,143,50); }
td.TdClassName
{
border-color: #108F32;
}
.TagClassName
{
border-color: #108F32;
}
</style>