Shades of Forest Green #108B16
Tints of Forest Green #108B16
RGB
CMYK
RGB Variations
Color information
#108B16 (or 0x108B16) is known color: Forest Green. HEX triplet: 10, 8B and 16. RGB value is (16,139,22). Sum of RGB (Red+Green+Blue) = 16+139+22=177 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.04% from 177); Green value is 139 (54.69% from 255 or 78.53% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 139 - color contains mainly: green. Hex color #108B16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #108B16 is #EF74E9. Grayscale: #595959. Windows color (decimal): -15693034 or 1477392. OLE color: 1477392.
HSL color Cylindrical-coordinate representation of color #108B16: hue angle of 122.93º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108B16 is Cyan = 0.88, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 139 | 22 | - |
| CMYK | 0.88 | 0 | 0.84 | 0.45 |
| HSL | 122.93º | 0.79% | 0.3% | - |
| HSV(B) | 122.93º | 0.88% | 0.55% | - |
| XYZ | 9.59 | 18.63 | 3.85 | - |
| YUV | 88.89 | 90.25 | 76.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 139 | 22 | 0.88 | 0 | 0.84 | 0.45 | 122.93 | 0.79 | 0.3 |
| Hex | 10 | 8B | 16 | 58 | 0 | 54 | 2D | 7B | 4F | 1E |
| Octal | 20 | 213 | 26 | 130 | 0 | 124 | 55 | 173 | 117 | 36 |
| Binary | 10000 | 10001011 | 10110 | 1011000 | 0 | 1010100 | 101101 | 1111011 | 1001111 | 11110 |
Color Harmonies of #108B16
Complementary color
Monochromatic Colors of #108B16
Black with #108B16
Text Example
Text Example
White with #108B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108B16; }
p { color: rgb(16,139,22); }
H1.HeaderClassName
{
color: #108B16;
}
.AnyTagClassName
{
color: #108B16;
}
</style>
background-color css
<style>
a { background-color: #108B16; }
a { background-color: rgb(16,139,22); }
div.DivClassName
{
background-color: #108B16;
}
.BgClassName
{
background-color: #108B16;
}
</style>
border-color css
<style>
span { border-color: #108B16; }
span { border-color: rgb(16,139,22); }
td.TdClassName
{
border-color: #108B16;
}
.TagClassName
{
border-color: #108B16;
}
</style>