# File lib/color/rgb.rb, line 371
  def green_p=(gg)
    @g = Color.normalize(gg / 100.0)
  end