Shades of Forest Green #108B2E
Tints of Forest Green #108B2E
RGB
CMYK
RGB Variations
Color information
#108B2E (or 0x108B2E) is known color: Forest Green. HEX triplet: 10, 8B and 2E. RGB value is (16,139,46). Sum of RGB (Red+Green+Blue) = 16+139+46=201 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.96% from 201); Green value is 139 (54.69% from 255 or 69.15% from 201); Blue value is 46 (18.36% from 255 or 22.89% from 201); Max value from RGB is 139 - color contains mainly: green. Hex color #108B2E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #108B2E is #EF74D1. Grayscale: #5B5B5B. Windows color (decimal): -15693010 or 3050256. OLE color: 3050256.
HSL color Cylindrical-coordinate representation of color #108B2E: hue angle of 134.63º 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 #108B2E is Cyan = 0.88, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 139 | 46 | - |
| CMYK | 0.88 | 0 | 0.67 | 0.45 |
| HSL | 134.63º | 0.79% | 0.3% | - |
| HSV(B) | 134.63º | 0.88% | 0.55% | - |
| XYZ | 9.94 | 18.77 | 5.68 | - |
| YUV | 91.62 | 102.25 | 74.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 139 | 46 | 0.88 | 0 | 0.67 | 0.45 | 134.63 | 0.79 | 0.3 |
| Hex | 10 | 8B | 2E | 58 | 0 | 43 | 2D | 87 | 4F | 1E |
| Octal | 20 | 213 | 56 | 130 | 0 | 103 | 55 | 207 | 117 | 36 |
| Binary | 10000 | 10001011 | 101110 | 1011000 | 0 | 1000011 | 101101 | 10000111 | 1001111 | 11110 |
Color Harmonies of #108B2E
Complementary color
Monochromatic Colors of #108B2E
Black with #108B2E
Text Example
Text Example
White with #108B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108B2E; }
p { color: rgb(16,139,46); }
H1.HeaderClassName
{
color: #108B2E;
}
.AnyTagClassName
{
color: #108B2E;
}
</style>
background-color css
<style>
a { background-color: #108B2E; }
a { background-color: rgb(16,139,46); }
div.DivClassName
{
background-color: #108B2E;
}
.BgClassName
{
background-color: #108B2E;
}
</style>
border-color css
<style>
span { border-color: #108B2E; }
span { border-color: rgb(16,139,46); }
td.TdClassName
{
border-color: #108B2E;
}
.TagClassName
{
border-color: #108B2E;
}
</style>