#29 SpringGreen4
#00875F
ExtendedHEX#00875F
RGB0, 135, 95
HSL162°, 100%, 26%
CMYK100%, 0%, 30%, 47%
Xterm ID29
GrupoExtended
Códigos de Terminal
Foreground (texto)
\x1b[38;5;29m Background (fondo)
\x1b[48;5;29m Bash echo
echo -e "\033[38;5;29mTexto\033[0m" Python
print(f"\033[38;5;29mTexto\033[0m") CSS
Color HEX
color: #00875F; Color RGB
color: rgb(0, 135, 95); Background
background-color: #00875F;