Shades of Forest Green #108B2C
Tints of Forest Green #108B2C
RGB
CMYK
RGB Variations
Color information
#108B2C (or 0x108B2C) is known color: Forest Green. HEX triplet: 10, 8B and 2C. RGB value is (16,139,44). Sum of RGB (Red+Green+Blue) = 16+139+44=199 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.04% from 199); Green value is 139 (54.69% from 255 or 69.85% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 139 - color contains mainly: green. Hex color #108B2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #108B2C is #EF74D3. Grayscale: #5B5B5B. Windows color (decimal): -15693012 or 2919184. OLE color: 2919184.
HSL color Cylindrical-coordinate representation of color #108B2C: hue angle of 133.66º 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 #108B2C is Cyan = 0.88, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 139 | 44 | - |
| CMYK | 0.88 | 0 | 0.68 | 0.45 |
| HSL | 133.66º | 0.79% | 0.3% | - |
| HSV(B) | 133.66º | 0.88% | 0.55% | - |
| XYZ | 9.9 | 18.76 | 5.48 | - |
| YUV | 91.39 | 101.25 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 139 | 44 | 0.88 | 0 | 0.68 | 0.45 | 133.66 | 0.79 | 0.3 |
| Hex | 10 | 8B | 2C | 58 | 0 | 44 | 2D | 86 | 4F | 1E |
| Octal | 20 | 213 | 54 | 130 | 0 | 104 | 55 | 206 | 117 | 36 |
| Binary | 10000 | 10001011 | 101100 | 1011000 | 0 | 1000100 | 101101 | 10000110 | 1001111 | 11110 |
Color Harmonies of #108B2C
Complementary color
Monochromatic Colors of #108B2C
Black with #108B2C
Text Example
Text Example
White with #108B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108B2C; }
p { color: rgb(16,139,44); }
H1.HeaderClassName
{
color: #108B2C;
}
.AnyTagClassName
{
color: #108B2C;
}
</style>
background-color css
<style>
a { background-color: #108B2C; }
a { background-color: rgb(16,139,44); }
div.DivClassName
{
background-color: #108B2C;
}
.BgClassName
{
background-color: #108B2C;
}
</style>
border-color css
<style>
span { border-color: #108B2C; }
span { border-color: rgb(16,139,44); }
td.TdClassName
{
border-color: #108B2C;
}
.TagClassName
{
border-color: #108B2C;
}
</style>