Shades of Forest Green #108D2D
Tints of Forest Green #108D2D
RGB
CMYK
RGB Variations
Color information
#108D2D (or 0x108D2D) is known color: Forest Green. HEX triplet: 10, 8D and 2D. RGB value is (16,141,45). Sum of RGB (Red+Green+Blue) = 16+141+45=202 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.92% from 202); Green value is 141 (55.47% from 255 or 69.80% from 202); Blue value is 45 (17.97% from 255 or 22.28% from 202); Max value from RGB is 141 - color contains mainly: green. Hex color #108D2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #108D2D is #EF72D2. Grayscale: #5C5C5C. Windows color (decimal): -15692499 or 2985232. OLE color: 2985232.
HSL color Cylindrical-coordinate representation of color #108D2D: hue angle of 133.92º 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 #108D2D is Cyan = 0.89, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 141 | 45 | - |
| CMYK | 0.89 | 0 | 0.68 | 0.45 |
| HSL | 133.92º | 0.8% | 0.31% | - |
| HSV(B) | 133.92º | 0.89% | 0.55% | - |
| XYZ | 10.21 | 19.35 | 5.68 | - |
| YUV | 92.68 | 101.09 | 73.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 141 | 45 | 0.89 | 0 | 0.68 | 0.45 | 133.92 | 0.8 | 0.31 |
| Hex | 10 | 8D | 2D | 59 | 0 | 44 | 2D | 86 | 50 | 1F |
| Octal | 20 | 215 | 55 | 131 | 0 | 104 | 55 | 206 | 120 | 37 |
| Binary | 10000 | 10001101 | 101101 | 1011001 | 0 | 1000100 | 101101 | 10000110 | 1010000 | 11111 |
Color Harmonies of #108D2D
Complementary color
Monochromatic Colors of #108D2D
Black with #108D2D
Text Example
Text Example
White with #108D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108D2D; }
p { color: rgb(16,141,45); }
H1.HeaderClassName
{
color: #108D2D;
}
.AnyTagClassName
{
color: #108D2D;
}
</style>
background-color css
<style>
a { background-color: #108D2D; }
a { background-color: rgb(16,141,45); }
div.DivClassName
{
background-color: #108D2D;
}
.BgClassName
{
background-color: #108D2D;
}
</style>
border-color css
<style>
span { border-color: #108D2D; }
span { border-color: rgb(16,141,45); }
td.TdClassName
{
border-color: #108D2D;
}
.TagClassName
{
border-color: #108D2D;
}
</style>