Shades of Forest Green #108D2F
Tints of Forest Green #108D2F
RGB
CMYK
RGB Variations
Color information
#108D2F (or 0x108D2F) is known color: Forest Green. HEX triplet: 10, 8D and 2F. RGB value is (16,141,47). Sum of RGB (Red+Green+Blue) = 16+141+47=204 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.84% from 204); Green value is 141 (55.47% from 255 or 69.12% from 204); Blue value is 47 (18.75% from 255 or 23.04% from 204); Max value from RGB is 141 - color contains mainly: green. Hex color #108D2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #108D2F is #EF72D0. Grayscale: #5D5D5D. Windows color (decimal): -15692497 or 3116304. OLE color: 3116304.
HSL color Cylindrical-coordinate representation of color #108D2F: hue angle of 134.88º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #108D2F is Cyan = 0.89, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 141 | 47 | - |
| CMYK | 0.89 | 0 | 0.67 | 0.45 |
| HSL | 134.88º | 0.8% | 0.31% | - |
| HSV(B) | 134.88º | 0.89% | 0.55% | - |
| XYZ | 10.25 | 19.37 | 5.89 | - |
| YUV | 92.91 | 102.09 | 73.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 141 | 47 | 0.89 | 0 | 0.67 | 0.45 | 134.88 | 0.8 | 0.31 |
| Hex | 10 | 8D | 2F | 59 | 0 | 43 | 2D | 87 | 50 | 1F |
| Octal | 20 | 215 | 57 | 131 | 0 | 103 | 55 | 207 | 120 | 37 |
| Binary | 10000 | 10001101 | 101111 | 1011001 | 0 | 1000011 | 101101 | 10000111 | 1010000 | 11111 |
Color Harmonies of #108D2F
Complementary color
Monochromatic Colors of #108D2F
Black with #108D2F
Text Example
Text Example
White with #108D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108D2F; }
p { color: rgb(16,141,47); }
H1.HeaderClassName
{
color: #108D2F;
}
.AnyTagClassName
{
color: #108D2F;
}
</style>
background-color css
<style>
a { background-color: #108D2F; }
a { background-color: rgb(16,141,47); }
div.DivClassName
{
background-color: #108D2F;
}
.BgClassName
{
background-color: #108D2F;
}
</style>
border-color css
<style>
span { border-color: #108D2F; }
span { border-color: rgb(16,141,47); }
td.TdClassName
{
border-color: #108D2F;
}
.TagClassName
{
border-color: #108D2F;
}
</style>