Create String with a foreground color with the specified RGB values.
String rgb(num red, num green, num blue) => (_chalk.rgb(red, green, blue))(this);