Shades of Forest Green #108C2B
Tints of Forest Green #108C2B
RGB
CMYK
RGB Variations
Color information
#108C2B (or 0x108C2B) is known color: Forest Green. HEX triplet: 10, 8C and 2B. RGB value is (16,140,43). Sum of RGB (Red+Green+Blue) = 16+140+43=199 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.04% from 199); Green value is 140 (55.08% from 255 or 70.35% from 199); Blue value is 43 (17.19% from 255 or 21.61% from 199); Max value from RGB is 140 - color contains mainly: green. Hex color #108C2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #108C2B is #EF73D4. Grayscale: #5C5C5C. Windows color (decimal): -15692757 or 2853904. OLE color: 2853904.
HSL color Cylindrical-coordinate representation of color #108C2B: hue angle of 133.06º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #108C2B is Cyan = 0.89, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 140 | 43 | - |
| CMYK | 0.89 | 0 | 0.69 | 0.45 |
| HSL | 133.06º | 0.79% | 0.31% | - |
| HSV(B) | 133.06º | 0.89% | 0.55% | - |
| XYZ | 10.03 | 19.04 | 5.43 | - |
| YUV | 91.87 | 100.42 | 73.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 140 | 43 | 0.89 | 0 | 0.69 | 0.45 | 133.06 | 0.79 | 0.31 |
| Hex | 10 | 8C | 2B | 59 | 0 | 45 | 2D | 85 | 4F | 1F |
| Octal | 20 | 214 | 53 | 131 | 0 | 105 | 55 | 205 | 117 | 37 |
| Binary | 10000 | 10001100 | 101011 | 1011001 | 0 | 1000101 | 101101 | 10000101 | 1001111 | 11111 |
Color Harmonies of #108C2B
Complementary color
Monochromatic Colors of #108C2B
Black with #108C2B
Text Example
Text Example
White with #108C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108C2B; }
p { color: rgb(16,140,43); }
H1.HeaderClassName
{
color: #108C2B;
}
.AnyTagClassName
{
color: #108C2B;
}
</style>
background-color css
<style>
a { background-color: #108C2B; }
a { background-color: rgb(16,140,43); }
div.DivClassName
{
background-color: #108C2B;
}
.BgClassName
{
background-color: #108C2B;
}
</style>
border-color css
<style>
span { border-color: #108C2B; }
span { border-color: rgb(16,140,43); }
td.TdClassName
{
border-color: #108C2B;
}
.TagClassName
{
border-color: #108C2B;
}
</style>