RGB "true-color" foreground color.
factory ANSISGRCommand.foregroundColorRGB(int r, int g, int b) { return ANSISGRCommand._('38;2;$r;$g;$b'); }