Shades of Forest Green #108D25
Tints of Forest Green #108D25
RGB
CMYK
RGB Variations
Color information
#108D25 (or 0x108D25) is known color: Forest Green. HEX triplet: 10, 8D and 25. RGB value is (16,141,37). Sum of RGB (Red+Green+Blue) = 16+141+37=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 141 (55.47% from 255 or 72.68% from 194); Blue value is 37 (14.84% from 255 or 19.07% from 194); Max value from RGB is 141 - color contains mainly: green. Hex color #108D25 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #108D25 is #EF72DA. Grayscale: #5C5C5C. Windows color (decimal): -15692507 or 2460944. OLE color: 2460944.
HSL color Cylindrical-coordinate representation of color #108D25: hue angle of 130.08º 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 #108D25 is Cyan = 0.89, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 141 | 37 | - |
| CMYK | 0.89 | 0 | 0.74 | 0.45 |
| HSL | 130.08º | 0.8% | 0.31% | - |
| HSV(B) | 130.08º | 0.89% | 0.55% | - |
| XYZ | 10.07 | 19.29 | 4.94 | - |
| YUV | 91.77 | 97.09 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 141 | 37 | 0.89 | 0 | 0.74 | 0.45 | 130.08 | 0.8 | 0.31 |
| Hex | 10 | 8D | 25 | 59 | 0 | 4A | 2D | 82 | 50 | 1F |
| Octal | 20 | 215 | 45 | 131 | 0 | 112 | 55 | 202 | 120 | 37 |
| Binary | 10000 | 10001101 | 100101 | 1011001 | 0 | 1001010 | 101101 | 10000010 | 1010000 | 11111 |
Color Harmonies of #108D25
Complementary color
Monochromatic Colors of #108D25
Black with #108D25
Text Example
Text Example
White with #108D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108D25; }
p { color: rgb(16,141,37); }
H1.HeaderClassName
{
color: #108D25;
}
.AnyTagClassName
{
color: #108D25;
}
</style>
background-color css
<style>
a { background-color: #108D25; }
a { background-color: rgb(16,141,37); }
div.DivClassName
{
background-color: #108D25;
}
.BgClassName
{
background-color: #108D25;
}
</style>
border-color css
<style>
span { border-color: #108D25; }
span { border-color: rgb(16,141,37); }
td.TdClassName
{
border-color: #108D25;
}
.TagClassName
{
border-color: #108D25;
}
</style>