Shades of Forest Green #108D2B
Tints of Forest Green #108D2B
RGB
CMYK
RGB Variations
Color information
#108D2B (or 0x108D2B) is known color: Forest Green. HEX triplet: 10, 8D and 2B. RGB value is (16,141,43). Sum of RGB (Red+Green+Blue) = 16+141+43=200 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8% from 200); Green value is 141 (55.47% from 255 or 70.5% from 200); Blue value is 43 (17.19% from 255 or 21.5% from 200); Max value from RGB is 141 - color contains mainly: green. Hex color #108D2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #108D2B is #EF72D4. Grayscale: #5C5C5C. Windows color (decimal): -15692501 or 2854160. OLE color: 2854160.
HSL color Cylindrical-coordinate representation of color #108D2B: hue angle of 132.96º 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 #108D2B is Cyan = 0.89, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 141 | 43 | - |
| CMYK | 0.89 | 0 | 0.70 | 0.45 |
| HSL | 132.96º | 0.8% | 0.31% | - |
| HSV(B) | 132.96º | 0.89% | 0.55% | - |
| XYZ | 10.17 | 19.33 | 5.48 | - |
| YUV | 92.45 | 100.09 | 73.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 141 | 43 | 0.89 | 0 | 0.70 | 0.45 | 132.96 | 0.8 | 0.31 |
| Hex | 10 | 8D | 2B | 59 | 0 | 46 | 2D | 85 | 50 | 1F |
| Octal | 20 | 215 | 53 | 131 | 0 | 106 | 55 | 205 | 120 | 37 |
| Binary | 10000 | 10001101 | 101011 | 1011001 | 0 | 1000110 | 101101 | 10000101 | 1010000 | 11111 |
Color Harmonies of #108D2B
Complementary color
Monochromatic Colors of #108D2B
Black with #108D2B
Text Example
Text Example
White with #108D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108D2B; }
p { color: rgb(16,141,43); }
H1.HeaderClassName
{
color: #108D2B;
}
.AnyTagClassName
{
color: #108D2B;
}
</style>
background-color css
<style>
a { background-color: #108D2B; }
a { background-color: rgb(16,141,43); }
div.DivClassName
{
background-color: #108D2B;
}
.BgClassName
{
background-color: #108D2B;
}
</style>
border-color css
<style>
span { border-color: #108D2B; }
span { border-color: rgb(16,141,43); }
td.TdClassName
{
border-color: #108D2B;
}
.TagClassName
{
border-color: #108D2B;
}
</style>