#239 Grey30
#4E4E4E
GreyscaleHEX#4E4E4E
RGB78, 78, 78
HSL0°, 0%, 31%
CMYK0%, 0%, 0%, 69%
Xterm ID239
GrupoGreyscale
Códigos de Terminal
Foreground (texto)
\x1b[38;5;239m Background (fondo)
\x1b[48;5;239m Bash echo
echo -e "\033[38;5;239mTexto\033[0m" Python
print(f"\033[38;5;239mTexto\033[0m") CSS
Color HEX
color: #4E4E4E; Color RGB
color: rgb(78, 78, 78); Background
background-color: #4E4E4E;