Shades of Forest Green #108C28
Tints of Forest Green #108C28
RGB
CMYK
RGB Variations
Color information
#108C28 (or 0x108C28) is known color: Forest Green. HEX triplet: 10, 8C and 28. RGB value is (16,140,40). Sum of RGB (Red+Green+Blue) = 16+140+40=196 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.16% from 196); Green value is 140 (55.08% from 255 or 71.43% from 196); Blue value is 40 (16.02% from 255 or 20.41% from 196); Max value from RGB is 140 - color contains mainly: green. Hex color #108C28 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #108C28 is #EF73D7. Grayscale: #5B5B5B. Windows color (decimal): -15692760 or 2657296. OLE color: 2657296.
HSL color Cylindrical-coordinate representation of color #108C28: hue angle of 131.61º 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 #108C28 is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 140 | 40 | - |
| CMYK | 0.89 | 0 | 0.71 | 0.45 |
| HSL | 131.61º | 0.79% | 0.31% | - |
| HSV(B) | 131.61º | 0.89% | 0.55% | - |
| XYZ | 9.97 | 19.02 | 5.15 | - |
| YUV | 91.52 | 98.92 | 74.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 140 | 40 | 0.89 | 0 | 0.71 | 0.45 | 131.61 | 0.79 | 0.31 |
| Hex | 10 | 8C | 28 | 59 | 0 | 47 | 2D | 84 | 4F | 1F |
| Octal | 20 | 214 | 50 | 131 | 0 | 107 | 55 | 204 | 117 | 37 |
| Binary | 10000 | 10001100 | 101000 | 1011001 | 0 | 1000111 | 101101 | 10000100 | 1001111 | 11111 |
Color Harmonies of #108C28
Complementary color
Monochromatic Colors of #108C28
Black with #108C28
Text Example
Text Example
White with #108C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108C28; }
p { color: rgb(16,140,40); }
H1.HeaderClassName
{
color: #108C28;
}
.AnyTagClassName
{
color: #108C28;
}
</style>
background-color css
<style>
a { background-color: #108C28; }
a { background-color: rgb(16,140,40); }
div.DivClassName
{
background-color: #108C28;
}
.BgClassName
{
background-color: #108C28;
}
</style>
border-color css
<style>
span { border-color: #108C28; }
span { border-color: rgb(16,140,40); }
td.TdClassName
{
border-color: #108C28;
}
.TagClassName
{
border-color: #108C28;
}
</style>