Shades of Forest Green #108120
Tints of Forest Green #108120
RGB
CMYK
RGB Variations
Color information
#108120 (or 0x108120) is known color: Forest Green. HEX triplet: 10, 81 and 20. RGB value is (16,129,32). Sum of RGB (Red+Green+Blue) = 16+129+32=177 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.04% from 177); Green value is 129 (50.78% from 255 or 72.88% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 129 - color contains mainly: green. Hex color #108120 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #108120 is #EF7EDF. Grayscale: #545454. Windows color (decimal): -15695584 or 2130192. OLE color: 2130192.
HSL color Cylindrical-coordinate representation of color #108120: hue angle of 128.5º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108120 is Cyan = 0.88, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 129 | 32 | - |
| CMYK | 0.88 | 0 | 0.75 | 0.49 |
| HSL | 128.5º | 0.78% | 0.28% | - |
| HSV(B) | 128.5º | 0.88% | 0.51% | - |
| XYZ | 8.32 | 15.91 | 4 | - |
| YUV | 84.16 | 98.56 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 129 | 32 | 0.88 | 0 | 0.75 | 0.49 | 128.5 | 0.78 | 0.28 |
| Hex | 10 | 81 | 20 | 58 | 0 | 4B | 31 | 80 | 4E | 1C |
| Octal | 20 | 201 | 40 | 130 | 0 | 113 | 61 | 200 | 116 | 34 |
| Binary | 10000 | 10000001 | 100000 | 1011000 | 0 | 1001011 | 110001 | 10000000 | 1001110 | 11100 |
Color Harmonies of #108120
Complementary color
Monochromatic Colors of #108120
Black with #108120
Text Example
Text Example
White with #108120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108120; }
p { color: rgb(16,129,32); }
H1.HeaderClassName
{
color: #108120;
}
.AnyTagClassName
{
color: #108120;
}
</style>
background-color css
<style>
a { background-color: #108120; }
a { background-color: rgb(16,129,32); }
div.DivClassName
{
background-color: #108120;
}
.BgClassName
{
background-color: #108120;
}
</style>
border-color css
<style>
span { border-color: #108120; }
span { border-color: rgb(16,129,32); }
td.TdClassName
{
border-color: #108120;
}
.TagClassName
{
border-color: #108120;
}
</style>