Shades of Forest Green #108020
Tints of Forest Green #108020
RGB
CMYK
RGB Variations
Color information
#108020 (or 0x108020) is known color: Forest Green. HEX triplet: 10, 80 and 20. RGB value is (16,128,32). Sum of RGB (Red+Green+Blue) = 16+128+32=176 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.09% from 176); Green value is 128 (50.39% from 255 or 72.73% from 176); Blue value is 32 (12.89% from 255 or 18.18% from 176); Max value from RGB is 128 - color contains mainly: green. Hex color #108020 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #108020 is #EF7FDF. Grayscale: #535353. Windows color (decimal): -15695840 or 2129936. OLE color: 2129936.
HSL color Cylindrical-coordinate representation of color #108020: hue angle of 128.57º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108020 is Cyan = 0.88, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 16 | 128 | 32 | - |
| CMYK | 0.88 | 0 | 0.75 | 0.50 |
| HSL | 128.57º | 0.78% | 0.28% | - |
| HSV(B) | 128.57º | 0.88% | 0.5% | - |
| XYZ | 8.19 | 15.65 | 3.96 | - |
| YUV | 83.57 | 98.89 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 128 | 32 | 0.88 | 0 | 0.75 | 0.50 | 128.57 | 0.78 | 0.28 |
| Hex | 10 | 80 | 20 | 58 | 0 | 4B | 32 | 81 | 4E | 1C |
| Octal | 20 | 200 | 40 | 130 | 0 | 113 | 62 | 201 | 116 | 34 |
| Binary | 10000 | 10000000 | 100000 | 1011000 | 0 | 1001011 | 110010 | 10000001 | 1001110 | 11100 |
Color Harmonies of #108020
Complementary color
Monochromatic Colors of #108020
Black with #108020
Text Example
Text Example
White with #108020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108020; }
p { color: rgb(16,128,32); }
H1.HeaderClassName
{
color: #108020;
}
.AnyTagClassName
{
color: #108020;
}
</style>
background-color css
<style>
a { background-color: #108020; }
a { background-color: rgb(16,128,32); }
div.DivClassName
{
background-color: #108020;
}
.BgClassName
{
background-color: #108020;
}
</style>
border-color css
<style>
span { border-color: #108020; }
span { border-color: rgb(16,128,32); }
td.TdClassName
{
border-color: #108020;
}
.TagClassName
{
border-color: #108020;
}
</style>