#22 DarkGreen
#005F00
ExtendedHEX#005F00
RGB0, 95, 0
HSL120°, 100%, 19%
CMYK100%, 0%, 100%, 63%
Xterm ID22
GrupoExtended
Códigos de Terminal
Foreground (texto)
\x1b[38;5;22m Background (fondo)
\x1b[48;5;22m Bash echo
echo -e "\033[38;5;22mTexto\033[0m" Python
print(f"\033[38;5;22mTexto\033[0m") CSS
Color HEX
color: #005F00; Color RGB
color: rgb(0, 95, 0); Background
background-color: #005F00;