DarkGreen
DarkGreen represents a dark green color in graphics or style specifications.
Example
Graphics[{DarkGreen, EdgeForm[Black], Disk[]}]Use it anywhere a color directive is accepted:
Plot[Cos[x], {x, 0, 2 Pi}, PlotStyle -> DarkGreen]See the official Wolfram Language reference for more details.