dark green hex code code example
Example 1: rgba green color
rgb(0,128,0) /*green*/ Hex #008000
Example 2: rgb yellow color
rgb(255,255,0) /* yellow*/ Hex #FFFF00
Example 3: dark green rgb
When I use Dark Green in Pygame I usually use (0,100,0)
Example 4: dark blue rgb
I like (0,0,205) but it isn't super dark