Returns the ANSI escape sequence for the RGB background color.
Format: "48;2;r;g;b"
@override String get bg => '48;2;$r;$g;$b';