Skip to content

Instantly share code, notes, and snippets.

@lennart
Created June 3, 2015 11:05
Show Gist options
  • Save lennart/a30b7c30a947ec1c25c3 to your computer and use it in GitHub Desktop.
Save lennart/a30b7c30a947ec1c25c3 to your computer and use it in GitHub Desktop.
Bash Alias for converting rgb values to hex, Usage: rgb2hex 12 245 14
alias rgb2hex='printf "#%02x%02x%02x\n"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment