Skip to content

Instantly share code, notes, and snippets.

@sdouglas
Created December 20, 2011 19:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sdouglas/1502896 to your computer and use it in GitHub Desktop.
Save sdouglas/1502896 to your computer and use it in GitHub Desktop.
Default cadnano colors (hex and decimal)
Colors are stored in decimal format in the json output. RGB values included for reference.
<br><font style="color:#cc0000;">#cc0000</font> = 13369344 = (204,0,0)
<br><font style="color:#f74308;">#f74308</font> = 16204552 = (247,67,8)
<br><font style="color:#f7931e;">#f7931e</font> = 16225054 = (247,147,30)
<br><font style="color:#aaaa00;">#aaaa00</font> = 11184640 = (170,170,0)
<br><font style="color:#57bb00;">#57bb00</font> = 5749504 = (87,187,0)
<br><font style="color:#007200;">#007200</font> = 29184 = (0,114,0)
<br><font style="color:#03b6a2;">#03b6a2</font> = 243362 = (3,182,162)
<br><font style="color:#1700de;">#1700de</font> = 1507550 = (23,0,222)
<br><font style="color:#7300de;">#7300de</font> = 7536862 = (115,0,222)
<br><font style="color:#b8056c;">#b8056c</font> = 12060012 = (184,5,108)
<br><font style="color:#333333;">#333333</font> = 3355443 = (51,51,51)
<br><font style="color:#888888;">#888888</font> = 8947848 = (136,136,136)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment