#2 Green
#008000
NormalHEX#008000
RGB0, 128, 0
HSL120°, 100%, 25%
CMYK100%, 0%, 100%, 50%
Xterm ID2
GrupoNormal
Códigos de Terminal
Foreground (texto)
\x1b[38;5;2m Background (fondo)
\x1b[48;5;2m Bash echo
echo -e "\033[38;5;2mTexto\033[0m" Python
print(f"\033[38;5;2mTexto\033[0m") CSS
Color HEX
color: #008000; Color RGB
color: rgb(0, 128, 0); Background
background-color: #008000;