Skip to content

Instantly share code, notes, and snippets.

@alexventuraio
Forked from jasonm23/xterm-256color.svg
Created August 22, 2020 21:49
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 alexventuraio/b3f10d214c5bb29e01c0fefbdc3e569e to your computer and use it in GitHub Desktop.
Save alexventuraio/b3f10d214c5bb29e01c0fefbdc3e569e to your computer and use it in GitHub Desktop.
Xterm 256color mode color chart, organised into sections.
Display the source blob
Display the rendered blob
Raw
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="960" height="1340">
<style>
text {
font-size:9pt;
font-family: 'Bitstream Vera Sans Mono', 'Droid Sans Mono', Menlo, Monaco, Consolas, Inconsolata, 'Courier New', monospace;
fill: white;
}
.head {
font-family: 'Helvetica Neue', Helvetica, Calibri, Arial, sans-serif;
font-size: 20pt;
}
.tiny { font-size: 6pt; }
</style>
<rect x="0" y="0" width="960" height="1340" style="fill:black"/>
<g transform="translate(0,0)">
<g transform="translate(0,0)">
<rect x="0" y="0" width="80" height="60" style="fill:#000000;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >000000</text>
<text x="2" y="57" style="fill:#ffffff;" >016</text>
</g>
<g transform="translate(0,60)">
<rect x="0" y="0" width="80" height="60" style="fill:#00005f;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >00005f</text>
<text x="2" y="57" style="fill:#ffffff;" >017</text>
</g>
<g transform="translate(0,120)">
<rect x="0" y="0" width="80" height="60" style="fill:#000087;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >000087</text>
<text x="2" y="57" style="fill:#ffffff;" >018</text>
</g>
<g transform="translate(0,180)">
<rect x="0" y="0" width="80" height="60" style="fill:#0000af;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >0000af</text>
<text x="2" y="57" style="fill:#ffffff;" >019</text>
</g>
<g transform="translate(0,240)">
<rect x="0" y="0" width="80" height="60" style="fill:#0000d7;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >0000d7</text>
<text x="2" y="57" style="fill:#ffffff;" >020</text>
</g>
<g transform="translate(0,300)">
<rect x="0" y="0" width="80" height="60" style="fill:#0000ff;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >0000ff</text>
<text x="2" y="57" style="fill:#ffffff;" >021</text>
</g>
<g transform="translate(80,0)">
<rect x="0" y="0" width="80" height="60" style="fill:#005f00;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >005f00</text>
<text x="2" y="57" style="fill:#ffffff;" >022</text>
</g>
<g transform="translate(80,60)">
<rect x="0" y="0" width="80" height="60" style="fill:#005f5f;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >005f5f</text>
<text x="2" y="57" style="fill:#ffffff;" >023</text>
</g>
<g transform="translate(80,120)">
<rect x="0" y="0" width="80" height="60" style="fill:#005f87;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >005f87</text>
<text x="2" y="57" style="fill:#ffffff;" >024</text>
</g>
<g transform="translate(80,180)">
<rect x="0" y="0" width="80" height="60" style="fill:#005faf;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >005faf</text>
<text x="2" y="57" style="fill:#ffffff;" >025</text>
</g>
<g transform="translate(80,240)">
<rect x="0" y="0" width="80" height="60" style="fill:#005fd7;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >005fd7</text>
<text x="2" y="57" style="fill:#ffffff;" >026</text>
</g>
<g transform="translate(80,300)">
<rect x="0" y="0" width="80" height="60" style="fill:#005fff;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >005fff</text>
<text x="2" y="57" style="fill:#ffffff;" >027</text>
</g>
<g transform="translate(160,0)">
<rect x="0" y="0" width="80" height="60" style="fill:#008700;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >008700</text>
<text x="2" y="57" style="fill:#ffffff;" >028</text>
</g>
<g transform="translate(160,60)">
<rect x="0" y="0" width="80" height="60" style="fill:#00875f;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >00875f</text>
<text x="2" y="57" style="fill:#ffffff;" >029</text>
</g>
<g transform="translate(160,120)">
<rect x="0" y="0" width="80" height="60" style="fill:#008787;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >008787</text>
<text x="2" y="57" style="fill:#ffffff;" >030</text>
</g>
<g transform="translate(160,180)">
<rect x="0" y="0" width="80" height="60" style="fill:#0087af;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >0087af</text>
<text x="2" y="57" style="fill:#ffffff;" >031</text>
</g>
<g transform="translate(160,240)">
<rect x="0" y="0" width="80" height="60" style="fill:#0087d7;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >0087d7</text>
<text x="2" y="57" style="fill:#ffffff;" >032</text>
</g>
<g transform="translate(160,300)">
<rect x="0" y="0" width="80" height="60" style="fill:#0087ff;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >0087ff</text>
<text x="2" y="57" style="fill:#ffffff;" >033</text>
</g>
<g transform="translate(240,0)">
<rect x="0" y="0" width="80" height="60" style="fill:#00af00;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >00af00</text>
<text x="2" y="57" style="fill:#ffffff;" >034</text>
</g>
<g transform="translate(240,60)">
<rect x="0" y="0" width="80" height="60" style="fill:#00af5f;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >00af5f</text>
<text x="2" y="57" style="fill:#ffffff;" >035</text>
</g>
<g transform="translate(240,120)">
<rect x="0" y="0" width="80" height="60" style="fill:#00af87;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >00af87</text>
<text x="2" y="57" style="fill:#ffffff;" >036</text>
</g>
<g transform="translate(240,180)">
<rect x="0" y="0" width="80" height="60" style="fill:#00afaf;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >00afaf</text>
<text x="2" y="57" style="fill:#ffffff;" >037</text>
</g>
<g transform="translate(240,240)">
<rect x="0" y="0" width="80" height="60" style="fill:#00afd7;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >00afd7</text>
<text x="2" y="57" style="fill:#000000;" >038</text>
</g>
<g transform="translate(240,300)">
<rect x="0" y="0" width="80" height="60" style="fill:#00afff;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >00afff</text>
<text x="2" y="57" style="fill:#000000;" >039</text>
</g>
<g transform="translate(320,0)">
<rect x="0" y="0" width="80" height="60" style="fill:#00d700;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >00d700</text>
<text x="2" y="57" style="fill:#000000;" >040</text>
</g>
<g transform="translate(320,60)">
<rect x="0" y="0" width="80" height="60" style="fill:#00d75f;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >00d75f</text>
<text x="2" y="57" style="fill:#000000;" >041</text>
</g>
<g transform="translate(320,120)">
<rect x="0" y="0" width="80" height="60" style="fill:#00d787;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >00d787</text>
<text x="2" y="57" style="fill:#000000;" >042</text>
</g>
<g transform="translate(320,180)">
<rect x="0" y="0" width="80" height="60" style="fill:#00d7af;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >00d7af</text>
<text x="2" y="57" style="fill:#000000;" >043</text>
</g>
<g transform="translate(320,240)">
<rect x="0" y="0" width="80" height="60" style="fill:#00d7d7;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >00d7d7</text>
<text x="2" y="57" style="fill:#000000;" >044</text>
</g>
<g transform="translate(320,300)">
<rect x="0" y="0" width="80" height="60" style="fill:#00d7ff;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >00d7ff</text>
<text x="2" y="57" style="fill:#000000;" >045</text>
</g>
<g transform="translate(400,0)">
<rect x="0" y="0" width="80" height="60" style="fill:#00ff00;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >00ff00</text>
<text x="2" y="57" style="fill:#000000;" >046</text>
</g>
<g transform="translate(400,60)">
<rect x="0" y="0" width="80" height="60" style="fill:#00ff5f;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >00ff5f</text>
<text x="2" y="57" style="fill:#000000;" >047</text>
</g>
<g transform="translate(400,120)">
<rect x="0" y="0" width="80" height="60" style="fill:#00ff87;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >00ff87</text>
<text x="2" y="57" style="fill:#000000;" >048</text>
</g>
<g transform="translate(400,180)">
<rect x="0" y="0" width="80" height="60" style="fill:#00ffaf;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >00ffaf</text>
<text x="2" y="57" style="fill:#000000;" >049</text>
</g>
<g transform="translate(400,240)">
<rect x="0" y="0" width="80" height="60" style="fill:#00ffd7;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >00ffd7</text>
<text x="2" y="57" style="fill:#000000;" >050</text>
</g>
<g transform="translate(400,300)">
<rect x="0" y="0" width="80" height="60" style="fill:#00ffff;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >00ffff</text>
<text x="2" y="57" style="fill:#000000;" >051</text>
</g>
<g transform="translate(480,0)">
<rect x="0" y="0" width="80" height="60" style="fill:#5fff00;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >5fff00</text>
<text x="2" y="57" style="fill:#000000;" >082</text>
</g>
<g transform="translate(480,60)">
<rect x="0" y="0" width="80" height="60" style="fill:#5fff5f;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >5fff5f</text>
<text x="2" y="57" style="fill:#000000;" >083</text>
</g>
<g transform="translate(480,120)">
<rect x="0" y="0" width="80" height="60" style="fill:#5fff87;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >5fff87</text>
<text x="2" y="57" style="fill:#000000;" >084</text>
</g>
<g transform="translate(480,180)">
<rect x="0" y="0" width="80" height="60" style="fill:#5fffaf;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >5fffaf</text>
<text x="2" y="57" style="fill:#000000;" >085</text>
</g>
<g transform="translate(480,240)">
<rect x="0" y="0" width="80" height="60" style="fill:#5fffd7;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >5fffd7</text>
<text x="2" y="57" style="fill:#000000;" >086</text>
</g>
<g transform="translate(480,300)">
<rect x="0" y="0" width="80" height="60" style="fill:#5fffff;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >5fffff</text>
<text x="2" y="57" style="fill:#000000;" >087</text>
</g>
<g transform="translate(560,0)">
<rect x="0" y="0" width="80" height="60" style="fill:#5fd700;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >5fd700</text>
<text x="2" y="57" style="fill:#000000;" >076</text>
</g>
<g transform="translate(560,60)">
<rect x="0" y="0" width="80" height="60" style="fill:#5fd75f;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >5fd75f</text>
<text x="2" y="57" style="fill:#000000;" >077</text>
</g>
<g transform="translate(560,120)">
<rect x="0" y="0" width="80" height="60" style="fill:#5fd787;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >5fd787</text>
<text x="2" y="57" style="fill:#000000;" >078</text>
</g>
<g transform="translate(560,180)">
<rect x="0" y="0" width="80" height="60" style="fill:#5fd7af;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >5fd7af</text>
<text x="2" y="57" style="fill:#000000;" >079</text>
</g>
<g transform="translate(560,240)">
<rect x="0" y="0" width="80" height="60" style="fill:#5fd7d7;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >5fd7d7</text>
<text x="2" y="57" style="fill:#000000;" >080</text>
</g>
<g transform="translate(560,300)">
<rect x="0" y="0" width="80" height="60" style="fill:#5fd7ff;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >5fd7ff</text>
<text x="2" y="57" style="fill:#000000;" >081</text>
</g>
<g transform="translate(640,0)">
<rect x="0" y="0" width="80" height="60" style="fill:#5faf00;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >5faf00</text>
<text x="2" y="57" style="fill:#ffffff;" >070</text>
</g>
<g transform="translate(640,60)">
<rect x="0" y="0" width="80" height="60" style="fill:#5faf5f;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >5faf5f</text>
<text x="2" y="57" style="fill:#000000;" >071</text>
</g>
<g transform="translate(640,120)">
<rect x="0" y="0" width="80" height="60" style="fill:#5faf87;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >5faf87</text>
<text x="2" y="57" style="fill:#000000;" >072</text>
</g>
<g transform="translate(640,180)">
<rect x="0" y="0" width="80" height="60" style="fill:#5fafaf;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >5fafaf</text>
<text x="2" y="57" style="fill:#000000;" >073</text>
</g>
<g transform="translate(640,240)">
<rect x="0" y="0" width="80" height="60" style="fill:#5fafd7;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >5fafd7</text>
<text x="2" y="57" style="fill:#000000;" >074</text>
</g>
<g transform="translate(640,300)">
<rect x="0" y="0" width="80" height="60" style="fill:#5fafff;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >5fafff</text>
<text x="2" y="57" style="fill:#000000;" >075</text>
</g>
<g transform="translate(720,0)">
<rect x="0" y="0" width="80" height="60" style="fill:#5f8700;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >5f8700</text>
<text x="2" y="57" style="fill:#ffffff;" >064</text>
</g>
<g transform="translate(720,60)">
<rect x="0" y="0" width="80" height="60" style="fill:#5f875f;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >5f875f</text>
<text x="2" y="57" style="fill:#ffffff;" >065</text>
</g>
<g transform="translate(720,120)">
<rect x="0" y="0" width="80" height="60" style="fill:#5f8787;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >5f8787</text>
<text x="2" y="57" style="fill:#ffffff;" >066</text>
</g>
<g transform="translate(720,180)">
<rect x="0" y="0" width="80" height="60" style="fill:#5f87af;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >5f87af</text>
<text x="2" y="57" style="fill:#ffffff;" >067</text>
</g>
<g transform="translate(720,240)">
<rect x="0" y="0" width="80" height="60" style="fill:#5f87d7;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >5f87d7</text>
<text x="2" y="57" style="fill:#ffffff;" >068</text>
</g>
<g transform="translate(720,300)">
<rect x="0" y="0" width="80" height="60" style="fill:#5f87ff;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >5f87ff</text>
<text x="2" y="57" style="fill:#ffffff;" >069</text>
</g>
<g transform="translate(800,0)">
<rect x="0" y="0" width="80" height="60" style="fill:#5f5f00;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >5f5f00</text>
<text x="2" y="57" style="fill:#ffffff;" >058</text>
</g>
<g transform="translate(800,60)">
<rect x="0" y="0" width="80" height="60" style="fill:#5f5f5f;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >5f5f5f</text>
<text x="2" y="57" style="fill:#ffffff;" >059</text>
</g>
<g transform="translate(800,120)">
<rect x="0" y="0" width="80" height="60" style="fill:#5f5f87;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >5f5f87</text>
<text x="2" y="57" style="fill:#ffffff;" >060</text>
</g>
<g transform="translate(800,180)">
<rect x="0" y="0" width="80" height="60" style="fill:#5f5faf;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >5f5faf</text>
<text x="2" y="57" style="fill:#ffffff;" >061</text>
</g>
<g transform="translate(800,240)">
<rect x="0" y="0" width="80" height="60" style="fill:#5f5fd7;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >5f5fd7</text>
<text x="2" y="57" style="fill:#ffffff;" >062</text>
</g>
<g transform="translate(800,300)">
<rect x="0" y="0" width="80" height="60" style="fill:#5f5fff;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >5f5fff</text>
<text x="2" y="57" style="fill:#ffffff;" >063</text>
</g>
<g transform="translate(880,0)">
<rect x="0" y="0" width="80" height="60" style="fill:#5f0000;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >5f0000</text>
<text x="2" y="57" style="fill:#ffffff;" >052</text>
</g>
<g transform="translate(880,60)">
<rect x="0" y="0" width="80" height="60" style="fill:#5f005f;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >5f005f</text>
<text x="2" y="57" style="fill:#ffffff;" >053</text>
</g>
<g transform="translate(880,120)">
<rect x="0" y="0" width="80" height="60" style="fill:#5f0087;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >5f0087</text>
<text x="2" y="57" style="fill:#ffffff;" >054</text>
</g>
<g transform="translate(880,180)">
<rect x="0" y="0" width="80" height="60" style="fill:#5f00af;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >5f00af</text>
<text x="2" y="57" style="fill:#ffffff;" >055</text>
</g>
<g transform="translate(880,240)">
<rect x="0" y="0" width="80" height="60" style="fill:#5f00d7;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >5f00d7</text>
<text x="2" y="57" style="fill:#ffffff;" >056</text>
</g>
<g transform="translate(880,300)">
<rect x="0" y="0" width="80" height="60" style="fill:#5f00ff;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >5f00ff</text>
<text x="2" y="57" style="fill:#ffffff;" >057</text>
</g>
<g transform="translate(0,365)">
<rect x="0" y="0" width="80" height="60" style="fill:#8700ff;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >8700ff</text>
<text x="2" y="57" style="fill:#ffffff;" >093</text>
</g>
<g transform="translate(0,425)">
<rect x="0" y="0" width="80" height="60" style="fill:#8700d7;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >8700d7</text>
<text x="2" y="57" style="fill:#ffffff;" >092</text>
</g>
<g transform="translate(0,485)">
<rect x="0" y="0" width="80" height="60" style="fill:#8700af;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >8700af</text>
<text x="2" y="57" style="fill:#ffffff;" >091</text>
</g>
<g transform="translate(0,545)">
<rect x="0" y="0" width="80" height="60" style="fill:#870087;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >870087</text>
<text x="2" y="57" style="fill:#ffffff;" >090</text>
</g>
<g transform="translate(0,605)">
<rect x="0" y="0" width="80" height="60" style="fill:#87005f;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >87005f</text>
<text x="2" y="57" style="fill:#ffffff;" >089</text>
</g>
<g transform="translate(0,665)">
<rect x="0" y="0" width="80" height="60" style="fill:#870000;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >870000</text>
<text x="2" y="57" style="fill:#ffffff;" >088</text>
</g>
<g transform="translate(80,365)">
<rect x="0" y="0" width="80" height="60" style="fill:#875fff;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >875fff</text>
<text x="2" y="57" style="fill:#ffffff;" >099</text>
</g>
<g transform="translate(80,425)">
<rect x="0" y="0" width="80" height="60" style="fill:#875fd7;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >875fd7</text>
<text x="2" y="57" style="fill:#ffffff;" >098</text>
</g>
<g transform="translate(80,485)">
<rect x="0" y="0" width="80" height="60" style="fill:#875faf;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >875faf</text>
<text x="2" y="57" style="fill:#ffffff;" >097</text>
</g>
<g transform="translate(80,545)">
<rect x="0" y="0" width="80" height="60" style="fill:#875f87;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >875f87</text>
<text x="2" y="57" style="fill:#ffffff;" >096</text>
</g>
<g transform="translate(80,605)">
<rect x="0" y="0" width="80" height="60" style="fill:#875f5f;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >875f5f</text>
<text x="2" y="57" style="fill:#ffffff;" >095</text>
</g>
<g transform="translate(80,665)">
<rect x="0" y="0" width="80" height="60" style="fill:#875f00;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >875f00</text>
<text x="2" y="57" style="fill:#ffffff;" >094</text>
</g>
<g transform="translate(160,365)">
<rect x="0" y="0" width="80" height="60" style="fill:#8787ff;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >8787ff</text>
<text x="2" y="57" style="fill:#ffffff;" >105</text>
</g>
<g transform="translate(160,425)">
<rect x="0" y="0" width="80" height="60" style="fill:#8787d7;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >8787d7</text>
<text x="2" y="57" style="fill:#ffffff;" >104</text>
</g>
<g transform="translate(160,485)">
<rect x="0" y="0" width="80" height="60" style="fill:#8787af;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >8787af</text>
<text x="2" y="57" style="fill:#ffffff;" >103</text>
</g>
<g transform="translate(160,545)">
<rect x="0" y="0" width="80" height="60" style="fill:#878787;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >878787</text>
<text x="2" y="57" style="fill:#ffffff;" >102</text>
</g>
<g transform="translate(160,605)">
<rect x="0" y="0" width="80" height="60" style="fill:#87875f;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >87875f</text>
<text x="2" y="57" style="fill:#ffffff;" >101</text>
</g>
<g transform="translate(160,665)">
<rect x="0" y="0" width="80" height="60" style="fill:#878700;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >878700</text>
<text x="2" y="57" style="fill:#ffffff;" >100</text>
</g>
<g transform="translate(240,365)">
<rect x="0" y="0" width="80" height="60" style="fill:#87afff;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >87afff</text>
<text x="2" y="57" style="fill:#000000;" >111</text>
</g>
<g transform="translate(240,425)">
<rect x="0" y="0" width="80" height="60" style="fill:#87afd7;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >87afd7</text>
<text x="2" y="57" style="fill:#000000;" >110</text>
</g>
<g transform="translate(240,485)">
<rect x="0" y="0" width="80" height="60" style="fill:#87afaf;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >87afaf</text>
<text x="2" y="57" style="fill:#000000;" >109</text>
</g>
<g transform="translate(240,545)">
<rect x="0" y="0" width="80" height="60" style="fill:#87af87;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >87af87</text>
<text x="2" y="57" style="fill:#000000;" >108</text>
</g>
<g transform="translate(240,605)">
<rect x="0" y="0" width="80" height="60" style="fill:#87af5f;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >87af5f</text>
<text x="2" y="57" style="fill:#000000;" >107</text>
</g>
<g transform="translate(240,665)">
<rect x="0" y="0" width="80" height="60" style="fill:#87af00;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >87af00</text>
<text x="2" y="57" style="fill:#000000;" >106</text>
</g>
<g transform="translate(320,365)">
<rect x="0" y="0" width="80" height="60" style="fill:#87d7ff;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >87d7ff</text>
<text x="2" y="57" style="fill:#000000;" >117</text>
</g>
<g transform="translate(320,425)">
<rect x="0" y="0" width="80" height="60" style="fill:#87d7d7;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >87d7d7</text>
<text x="2" y="57" style="fill:#000000;" >116</text>
</g>
<g transform="translate(320,485)">
<rect x="0" y="0" width="80" height="60" style="fill:#87d7af;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >87d7af</text>
<text x="2" y="57" style="fill:#000000;" >115</text>
</g>
<g transform="translate(320,545)">
<rect x="0" y="0" width="80" height="60" style="fill:#87d787;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >87d787</text>
<text x="2" y="57" style="fill:#000000;" >114</text>
</g>
<g transform="translate(320,605)">
<rect x="0" y="0" width="80" height="60" style="fill:#87d75f;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >87d75f</text>
<text x="2" y="57" style="fill:#000000;" >113</text>
</g>
<g transform="translate(320,665)">
<rect x="0" y="0" width="80" height="60" style="fill:#87d700;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >87d700</text>
<text x="2" y="57" style="fill:#000000;" >112</text>
</g>
<g transform="translate(400,365)">
<rect x="0" y="0" width="80" height="60" style="fill:#87ffff;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >87ffff</text>
<text x="2" y="57" style="fill:#000000;" >123</text>
</g>
<g transform="translate(400,425)">
<rect x="0" y="0" width="80" height="60" style="fill:#87ffd7;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >87ffd7</text>
<text x="2" y="57" style="fill:#000000;" >122</text>
</g>
<g transform="translate(400,485)">
<rect x="0" y="0" width="80" height="60" style="fill:#87ffaf;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >87ffaf</text>
<text x="2" y="57" style="fill:#000000;" >121</text>
</g>
<g transform="translate(400,545)">
<rect x="0" y="0" width="80" height="60" style="fill:#87ff87;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >87ff87</text>
<text x="2" y="57" style="fill:#000000;" >120</text>
</g>
<g transform="translate(400,605)">
<rect x="0" y="0" width="80" height="60" style="fill:#87ff5f;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >87ff5f</text>
<text x="2" y="57" style="fill:#000000;" >119</text>
</g>
<g transform="translate(400,665)">
<rect x="0" y="0" width="80" height="60" style="fill:#87ff00;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >87ff00</text>
<text x="2" y="57" style="fill:#000000;" >118</text>
</g>
<g transform="translate(480,365)">
<rect x="0" y="0" width="80" height="60" style="fill:#afffff;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >afffff</text>
<text x="2" y="57" style="fill:#000000;" >159</text>
</g>
<g transform="translate(480,425)">
<rect x="0" y="0" width="80" height="60" style="fill:#afffd7;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >afffd7</text>
<text x="2" y="57" style="fill:#000000;" >158</text>
</g>
<g transform="translate(480,485)">
<rect x="0" y="0" width="80" height="60" style="fill:#afffaf;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >afffaf</text>
<text x="2" y="57" style="fill:#000000;" >157</text>
</g>
<g transform="translate(480,545)">
<rect x="0" y="0" width="80" height="60" style="fill:#afff87;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >afff87</text>
<text x="2" y="57" style="fill:#000000;" >156</text>
</g>
<g transform="translate(480,605)">
<rect x="0" y="0" width="80" height="60" style="fill:#afff5f;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >afff5f</text>
<text x="2" y="57" style="fill:#000000;" >155</text>
</g>
<g transform="translate(480,665)">
<rect x="0" y="0" width="80" height="60" style="fill:#afff00;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >afff00</text>
<text x="2" y="57" style="fill:#000000;" >154</text>
</g>
<g transform="translate(560,365)">
<rect x="0" y="0" width="80" height="60" style="fill:#afd7ff;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >afd7ff</text>
<text x="2" y="57" style="fill:#000000;" >153</text>
</g>
<g transform="translate(560,425)">
<rect x="0" y="0" width="80" height="60" style="fill:#afd7d7;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >afd7d7</text>
<text x="2" y="57" style="fill:#000000;" >152</text>
</g>
<g transform="translate(560,485)">
<rect x="0" y="0" width="80" height="60" style="fill:#afd7af;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >afd7af</text>
<text x="2" y="57" style="fill:#000000;" >151</text>
</g>
<g transform="translate(560,545)">
<rect x="0" y="0" width="80" height="60" style="fill:#afd787;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >afd787</text>
<text x="2" y="57" style="fill:#000000;" >150</text>
</g>
<g transform="translate(560,605)">
<rect x="0" y="0" width="80" height="60" style="fill:#afd75f;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >afd75f</text>
<text x="2" y="57" style="fill:#000000;" >149</text>
</g>
<g transform="translate(560,665)">
<rect x="0" y="0" width="80" height="60" style="fill:#afd700;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >afd700</text>
<text x="2" y="57" style="fill:#000000;" >148</text>
</g>
<g transform="translate(640,365)">
<rect x="0" y="0" width="80" height="60" style="fill:#afafff;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >afafff</text>
<text x="2" y="57" style="fill:#000000;" >147</text>
</g>
<g transform="translate(640,425)">
<rect x="0" y="0" width="80" height="60" style="fill:#afafd7;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >afafd7</text>
<text x="2" y="57" style="fill:#000000;" >146</text>
</g>
<g transform="translate(640,485)">
<rect x="0" y="0" width="80" height="60" style="fill:#afafaf;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >afafaf</text>
<text x="2" y="57" style="fill:#000000;" >145</text>
</g>
<g transform="translate(640,545)">
<rect x="0" y="0" width="80" height="60" style="fill:#afaf87;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >afaf87</text>
<text x="2" y="57" style="fill:#000000;" >144</text>
</g>
<g transform="translate(640,605)">
<rect x="0" y="0" width="80" height="60" style="fill:#afaf5f;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >afaf5f</text>
<text x="2" y="57" style="fill:#000000;" >143</text>
</g>
<g transform="translate(640,665)">
<rect x="0" y="0" width="80" height="60" style="fill:#afaf00;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >afaf00</text>
<text x="2" y="57" style="fill:#000000;" >142</text>
</g>
<g transform="translate(720,365)">
<rect x="0" y="0" width="80" height="60" style="fill:#af87ff;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >af87ff</text>
<text x="2" y="57" style="fill:#000000;" >141</text>
</g>
<g transform="translate(720,425)">
<rect x="0" y="0" width="80" height="60" style="fill:#af87d7;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >af87d7</text>
<text x="2" y="57" style="fill:#ffffff;" >140</text>
</g>
<g transform="translate(720,485)">
<rect x="0" y="0" width="80" height="60" style="fill:#af87af;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >af87af</text>
<text x="2" y="57" style="fill:#ffffff;" >139</text>
</g>
<g transform="translate(720,545)">
<rect x="0" y="0" width="80" height="60" style="fill:#af8787;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >af8787</text>
<text x="2" y="57" style="fill:#ffffff;" >138</text>
</g>
<g transform="translate(720,605)">
<rect x="0" y="0" width="80" height="60" style="fill:#af875f;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >af875f</text>
<text x="2" y="57" style="fill:#ffffff;" >137</text>
</g>
<g transform="translate(720,665)">
<rect x="0" y="0" width="80" height="60" style="fill:#af8700;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >af8700</text>
<text x="2" y="57" style="fill:#ffffff;" >136</text>
</g>
<g transform="translate(800,365)">
<rect x="0" y="0" width="80" height="60" style="fill:#af5fff;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >af5fff</text>
<text x="2" y="57" style="fill:#ffffff;" >135</text>
</g>
<g transform="translate(800,425)">
<rect x="0" y="0" width="80" height="60" style="fill:#af5fd7;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >af5fd7</text>
<text x="2" y="57" style="fill:#ffffff;" >134</text>
</g>
<g transform="translate(800,485)">
<rect x="0" y="0" width="80" height="60" style="fill:#af5faf;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >af5faf</text>
<text x="2" y="57" style="fill:#ffffff;" >133</text>
</g>
<g transform="translate(800,545)">
<rect x="0" y="0" width="80" height="60" style="fill:#af5f87;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >af5f87</text>
<text x="2" y="57" style="fill:#ffffff;" >132</text>
</g>
<g transform="translate(800,605)">
<rect x="0" y="0" width="80" height="60" style="fill:#af5f5f;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >af5f5f</text>
<text x="2" y="57" style="fill:#ffffff;" >131</text>
</g>
<g transform="translate(800,665)">
<rect x="0" y="0" width="80" height="60" style="fill:#af5f00;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >af5f00</text>
<text x="2" y="57" style="fill:#ffffff;" >130</text>
</g>
<g transform="translate(880,365)">
<rect x="0" y="0" width="80" height="60" style="fill:#af00ff;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >af00ff</text>
<text x="2" y="57" style="fill:#ffffff;" >129</text>
</g>
<g transform="translate(880,425)">
<rect x="0" y="0" width="80" height="60" style="fill:#af00d7;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >af00d7</text>
<text x="2" y="57" style="fill:#ffffff;" >128</text>
</g>
<g transform="translate(880,485)">
<rect x="0" y="0" width="80" height="60" style="fill:#af00af;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >af00af</text>
<text x="2" y="57" style="fill:#ffffff;" >127</text>
</g>
<g transform="translate(880,545)">
<rect x="0" y="0" width="80" height="60" style="fill:#af0087;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >af0087</text>
<text x="2" y="57" style="fill:#ffffff;" >126</text>
</g>
<g transform="translate(880,605)">
<rect x="0" y="0" width="80" height="60" style="fill:#af005f;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >af005f</text>
<text x="2" y="57" style="fill:#ffffff;" >125</text>
</g>
<g transform="translate(880,665)">
<rect x="0" y="0" width="80" height="60" style="fill:#af0000;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >af0000</text>
<text x="2" y="57" style="fill:#ffffff;" >124</text>
</g>
<g transform="translate(0,730)">
<rect x="0" y="0" width="80" height="60" style="fill:#d70000;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >d70000</text>
<text x="2" y="57" style="fill:#ffffff;" >160</text>
</g>
<g transform="translate(0,790)">
<rect x="0" y="0" width="80" height="60" style="fill:#d7005f;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >d7005f</text>
<text x="2" y="57" style="fill:#ffffff;" >161</text>
</g>
<g transform="translate(0,850)">
<rect x="0" y="0" width="80" height="60" style="fill:#d70087;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >d70087</text>
<text x="2" y="57" style="fill:#ffffff;" >162</text>
</g>
<g transform="translate(0,910)">
<rect x="0" y="0" width="80" height="60" style="fill:#d700af;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >d700af</text>
<text x="2" y="57" style="fill:#ffffff;" >163</text>
</g>
<g transform="translate(0,970)">
<rect x="0" y="0" width="80" height="60" style="fill:#d700d7;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >d700d7</text>
<text x="2" y="57" style="fill:#ffffff;" >164</text>
</g>
<g transform="translate(0,1030)">
<rect x="0" y="0" width="80" height="60" style="fill:#d700ff;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >d700ff</text>
<text x="2" y="57" style="fill:#ffffff;" >165</text>
</g>
<g transform="translate(80,730)">
<rect x="0" y="0" width="80" height="60" style="fill:#d75f00;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >d75f00</text>
<text x="2" y="57" style="fill:#ffffff;" >166</text>
</g>
<g transform="translate(80,790)">
<rect x="0" y="0" width="80" height="60" style="fill:#d75f5f;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >d75f5f</text>
<text x="2" y="57" style="fill:#ffffff;" >167</text>
</g>
<g transform="translate(80,850)">
<rect x="0" y="0" width="80" height="60" style="fill:#d75f87;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >d75f87</text>
<text x="2" y="57" style="fill:#ffffff;" >168</text>
</g>
<g transform="translate(80,910)">
<rect x="0" y="0" width="80" height="60" style="fill:#d75faf;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >d75faf</text>
<text x="2" y="57" style="fill:#ffffff;" >169</text>
</g>
<g transform="translate(80,970)">
<rect x="0" y="0" width="80" height="60" style="fill:#d75fd7;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >d75fd7</text>
<text x="2" y="57" style="fill:#ffffff;" >170</text>
</g>
<g transform="translate(80,1030)">
<rect x="0" y="0" width="80" height="60" style="fill:#d75fff;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >d75fff</text>
<text x="2" y="57" style="fill:#ffffff;" >171</text>
</g>
<g transform="translate(160,730)">
<rect x="0" y="0" width="80" height="60" style="fill:#d78700;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >d78700</text>
<text x="2" y="57" style="fill:#000000;" >172</text>
</g>
<g transform="translate(160,790)">
<rect x="0" y="0" width="80" height="60" style="fill:#d7875f;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >d7875f</text>
<text x="2" y="57" style="fill:#000000;" >173</text>
</g>
<g transform="translate(160,850)">
<rect x="0" y="0" width="80" height="60" style="fill:#d78787;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >d78787</text>
<text x="2" y="57" style="fill:#000000;" >174</text>
</g>
<g transform="translate(160,910)">
<rect x="0" y="0" width="80" height="60" style="fill:#d787af;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >d787af</text>
<text x="2" y="57" style="fill:#000000;" >175</text>
</g>
<g transform="translate(160,970)">
<rect x="0" y="0" width="80" height="60" style="fill:#d787d7;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >d787d7</text>
<text x="2" y="57" style="fill:#000000;" >176</text>
</g>
<g transform="translate(160,1030)">
<rect x="0" y="0" width="80" height="60" style="fill:#d787ff;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >d787ff</text>
<text x="2" y="57" style="fill:#000000;" >177</text>
</g>
<g transform="translate(240,730)">
<rect x="0" y="0" width="80" height="60" style="fill:#dfaf00;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >dfaf00</text>
<text x="2" y="57" style="fill:#000000;" >178</text>
</g>
<g transform="translate(240,790)">
<rect x="0" y="0" width="80" height="60" style="fill:#dfaf5f;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >dfaf5f</text>
<text x="2" y="57" style="fill:#000000;" >179</text>
</g>
<g transform="translate(240,850)">
<rect x="0" y="0" width="80" height="60" style="fill:#dfaf87;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >dfaf87</text>
<text x="2" y="57" style="fill:#000000;" >180</text>
</g>
<g transform="translate(240,910)">
<rect x="0" y="0" width="80" height="60" style="fill:#dfafaf;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >dfafaf</text>
<text x="2" y="57" style="fill:#000000;" >181</text>
</g>
<g transform="translate(240,970)">
<rect x="0" y="0" width="80" height="60" style="fill:#dfafdf;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >dfafdf</text>
<text x="2" y="57" style="fill:#000000;" >182</text>
</g>
<g transform="translate(240,1030)">
<rect x="0" y="0" width="80" height="60" style="fill:#dfafff;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >dfafff</text>
<text x="2" y="57" style="fill:#000000;" >183</text>
</g>
<g transform="translate(320,730)">
<rect x="0" y="0" width="80" height="60" style="fill:#dfdf00;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >dfdf00</text>
<text x="2" y="57" style="fill:#000000;" >184</text>
</g>
<g transform="translate(320,790)">
<rect x="0" y="0" width="80" height="60" style="fill:#dfdf5f;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >dfdf5f</text>
<text x="2" y="57" style="fill:#000000;" >185</text>
</g>
<g transform="translate(320,850)">
<rect x="0" y="0" width="80" height="60" style="fill:#dfdf87;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >dfdf87</text>
<text x="2" y="57" style="fill:#000000;" >186</text>
</g>
<g transform="translate(320,910)">
<rect x="0" y="0" width="80" height="60" style="fill:#dfdfaf;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >dfdfaf</text>
<text x="2" y="57" style="fill:#000000;" >187</text>
</g>
<g transform="translate(320,970)">
<rect x="0" y="0" width="80" height="60" style="fill:#dfdfdf;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >dfdfdf</text>
<text x="2" y="57" style="fill:#000000;" >188</text>
</g>
<g transform="translate(320,1030)">
<rect x="0" y="0" width="80" height="60" style="fill:#dfdfff;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >dfdfff</text>
<text x="2" y="57" style="fill:#000000;" >189</text>
</g>
<g transform="translate(400,730)">
<rect x="0" y="0" width="80" height="60" style="fill:#dfff00;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >dfff00</text>
<text x="2" y="57" style="fill:#000000;" >190</text>
</g>
<g transform="translate(400,790)">
<rect x="0" y="0" width="80" height="60" style="fill:#dfff5f;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >dfff5f</text>
<text x="2" y="57" style="fill:#000000;" >191</text>
</g>
<g transform="translate(400,850)">
<rect x="0" y="0" width="80" height="60" style="fill:#dfff87;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >dfff87</text>
<text x="2" y="57" style="fill:#000000;" >192</text>
</g>
<g transform="translate(400,910)">
<rect x="0" y="0" width="80" height="60" style="fill:#dfffaf;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >dfffaf</text>
<text x="2" y="57" style="fill:#000000;" >193</text>
</g>
<g transform="translate(400,970)">
<rect x="0" y="0" width="80" height="60" style="fill:#dfffdf;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >dfffdf</text>
<text x="2" y="57" style="fill:#000000;" >194</text>
</g>
<g transform="translate(400,1030)">
<rect x="0" y="0" width="80" height="60" style="fill:#dfffff;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >dfffff</text>
<text x="2" y="57" style="fill:#000000;" >195</text>
</g>
<g transform="translate(480,730)">
<rect x="0" y="0" width="80" height="60" style="fill:#ffff00;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >ffff00</text>
<text x="2" y="57" style="fill:#000000;" >226</text>
</g>
<g transform="translate(480,790)">
<rect x="0" y="0" width="80" height="60" style="fill:#ffff5f;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >ffff5f</text>
<text x="2" y="57" style="fill:#000000;" >227</text>
</g>
<g transform="translate(480,850)">
<rect x="0" y="0" width="80" height="60" style="fill:#ffff87;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >ffff87</text>
<text x="2" y="57" style="fill:#000000;" >228</text>
</g>
<g transform="translate(480,910)">
<rect x="0" y="0" width="80" height="60" style="fill:#ffffaf;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >ffffaf</text>
<text x="2" y="57" style="fill:#000000;" >229</text>
</g>
<g transform="translate(480,970)">
<rect x="0" y="0" width="80" height="60" style="fill:#ffffdf;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >ffffdf</text>
<text x="2" y="57" style="fill:#000000;" >230</text>
</g>
<g transform="translate(480,1030)">
<rect x="0" y="0" width="80" height="60" style="fill:#ffffff;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >ffffff</text>
<text x="2" y="57" style="fill:#000000;" >231</text>
</g>
<g transform="translate(560,730)">
<rect x="0" y="0" width="80" height="60" style="fill:#ffdf00;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >ffdf00</text>
<text x="2" y="57" style="fill:#000000;" >220</text>
</g>
<g transform="translate(560,790)">
<rect x="0" y="0" width="80" height="60" style="fill:#ffdf5f;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >ffdf5f</text>
<text x="2" y="57" style="fill:#000000;" >221</text>
</g>
<g transform="translate(560,850)">
<rect x="0" y="0" width="80" height="60" style="fill:#ffdf87;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >ffdf87</text>
<text x="2" y="57" style="fill:#000000;" >222</text>
</g>
<g transform="translate(560,910)">
<rect x="0" y="0" width="80" height="60" style="fill:#ffdfaf;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >ffdfaf</text>
<text x="2" y="57" style="fill:#000000;" >223</text>
</g>
<g transform="translate(560,970)">
<rect x="0" y="0" width="80" height="60" style="fill:#ffdfdf;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >ffdfdf</text>
<text x="2" y="57" style="fill:#000000;" >224</text>
</g>
<g transform="translate(560,1030)">
<rect x="0" y="0" width="80" height="60" style="fill:#ffdfff;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >ffdfff</text>
<text x="2" y="57" style="fill:#000000;" >225</text>
</g>
<g transform="translate(640,730)">
<rect x="0" y="0" width="80" height="60" style="fill:#ffaf00;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >ffaf00</text>
<text x="2" y="57" style="fill:#000000;" >214</text>
</g>
<g transform="translate(640,790)">
<rect x="0" y="0" width="80" height="60" style="fill:#ffaf5f;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >ffaf5f</text>
<text x="2" y="57" style="fill:#000000;" >215</text>
</g>
<g transform="translate(640,850)">
<rect x="0" y="0" width="80" height="60" style="fill:#ffaf87;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >ffaf87</text>
<text x="2" y="57" style="fill:#000000;" >216</text>
</g>
<g transform="translate(640,910)">
<rect x="0" y="0" width="80" height="60" style="fill:#ffafaf;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >ffafaf</text>
<text x="2" y="57" style="fill:#000000;" >217</text>
</g>
<g transform="translate(640,970)">
<rect x="0" y="0" width="80" height="60" style="fill:#ffafdf;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >ffafdf</text>
<text x="2" y="57" style="fill:#000000;" >218</text>
</g>
<g transform="translate(640,1030)">
<rect x="0" y="0" width="80" height="60" style="fill:#ffafff;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >ffafff</text>
<text x="2" y="57" style="fill:#000000;" >219</text>
</g>
<g transform="translate(720,730)">
<rect x="0" y="0" width="80" height="60" style="fill:#ff8700;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >ff8700</text>
<text x="2" y="57" style="fill:#000000;" >208</text>
</g>
<g transform="translate(720,790)">
<rect x="0" y="0" width="80" height="60" style="fill:#ff875f;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >ff875f</text>
<text x="2" y="57" style="fill:#000000;" >209</text>
</g>
<g transform="translate(720,850)">
<rect x="0" y="0" width="80" height="60" style="fill:#ff8787;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >ff8787</text>
<text x="2" y="57" style="fill:#000000;" >210</text>
</g>
<g transform="translate(720,910)">
<rect x="0" y="0" width="80" height="60" style="fill:#ff87af;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >ff87af</text>
<text x="2" y="57" style="fill:#000000;" >211</text>
</g>
<g transform="translate(720,970)">
<rect x="0" y="0" width="80" height="60" style="fill:#ff87df;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >ff87df</text>
<text x="2" y="57" style="fill:#000000;" >212</text>
</g>
<g transform="translate(720,1030)">
<rect x="0" y="0" width="80" height="60" style="fill:#ff87ff;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >ff87ff</text>
<text x="2" y="57" style="fill:#000000;" >213</text>
</g>
<g transform="translate(800,730)">
<rect x="0" y="0" width="80" height="60" style="fill:#ff5f00;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >ff5f00</text>
<text x="2" y="57" style="fill:#ffffff;" >202</text>
</g>
<g transform="translate(800,790)">
<rect x="0" y="0" width="80" height="60" style="fill:#ff5f5f;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >ff5f5f</text>
<text x="2" y="57" style="fill:#ffffff;" >203</text>
</g>
<g transform="translate(800,850)">
<rect x="0" y="0" width="80" height="60" style="fill:#ff5f87;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >ff5f87</text>
<text x="2" y="57" style="fill:#ffffff;" >204</text>
</g>
<g transform="translate(800,910)">
<rect x="0" y="0" width="80" height="60" style="fill:#ff5faf;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >ff5faf</text>
<text x="2" y="57" style="fill:#000000;" >205</text>
</g>
<g transform="translate(800,970)">
<rect x="0" y="0" width="80" height="60" style="fill:#ff5fdf;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >ff5fdf</text>
<text x="2" y="57" style="fill:#000000;" >206</text>
</g>
<g transform="translate(800,1030)">
<rect x="0" y="0" width="80" height="60" style="fill:#ff5fff;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >ff5fff</text>
<text x="2" y="57" style="fill:#000000;" >207</text>
</g>
<g transform="translate(880,730)">
<rect x="0" y="0" width="80" height="60" style="fill:#ff0000;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >ff0000</text>
<text x="2" y="57" style="fill:#ffffff;" >196</text>
</g>
<g transform="translate(880,790)">
<rect x="0" y="0" width="80" height="60" style="fill:#ff005f;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >ff005f</text>
<text x="2" y="57" style="fill:#ffffff;" >197</text>
</g>
<g transform="translate(880,850)">
<rect x="0" y="0" width="80" height="60" style="fill:#ff0087;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >ff0087</text>
<text x="2" y="57" style="fill:#ffffff;" >198</text>
</g>
<g transform="translate(880,910)">
<rect x="0" y="0" width="80" height="60" style="fill:#ff00af;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >ff00af</text>
<text x="2" y="57" style="fill:#ffffff;" >199</text>
</g>
<g transform="translate(880,970)">
<rect x="0" y="0" width="80" height="60" style="fill:#ff00df;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >ff00df</text>
<text x="2" y="57" style="fill:#ffffff;" >200</text>
</g>
<g transform="translate(880,1030)">
<rect x="0" y="0" width="80" height="60" style="fill:#ff00ff;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >ff00ff</text>
<text x="2" y="57" style="fill:#ffffff;" >201</text>
</g>
</g>
<g transform="translate(0,1095)">
<g transform="translate(0,0)">
<rect x="0" y="0" width="80" height="60" style="fill:#080808;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >080808</text>
<text x="2" y="57" style="fill:#ffffff;" >232</text>
</g>
<g transform="translate(80,0)">
<rect x="0" y="0" width="80" height="60" style="fill:#121212;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >121212</text>
<text x="2" y="57" style="fill:#ffffff;" >233</text>
</g>
<g transform="translate(160,0)">
<rect x="0" y="0" width="80" height="60" style="fill:#1c1c1c;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >1c1c1c</text>
<text x="2" y="57" style="fill:#ffffff;" >234</text>
</g>
<g transform="translate(240,0)">
<rect x="0" y="0" width="80" height="60" style="fill:#262626;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >262626</text>
<text x="2" y="57" style="fill:#ffffff;" >235</text>
</g>
<g transform="translate(320,0)">
<rect x="0" y="0" width="80" height="60" style="fill:#303030;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >303030</text>
<text x="2" y="57" style="fill:#ffffff;" >236</text>
</g>
<g transform="translate(400,0)">
<rect x="0" y="0" width="80" height="60" style="fill:#3a3a3a;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >3a3a3a</text>
<text x="2" y="57" style="fill:#ffffff;" >237</text>
</g>
<g transform="translate(480,0)">
<rect x="0" y="0" width="80" height="60" style="fill:#444444;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >444444</text>
<text x="2" y="57" style="fill:#ffffff;" >238</text>
</g>
<g transform="translate(560,0)">
<rect x="0" y="0" width="80" height="60" style="fill:#4e4e4e;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >4e4e4e</text>
<text x="2" y="57" style="fill:#ffffff;" >239</text>
</g>
<g transform="translate(640,0)">
<rect x="0" y="0" width="80" height="60" style="fill:#585858;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >585858</text>
<text x="2" y="57" style="fill:#ffffff;" >240</text>
</g>
<g transform="translate(720,0)">
<rect x="0" y="0" width="80" height="60" style="fill:#626262;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >626262</text>
<text x="2" y="57" style="fill:#ffffff;" >241</text>
</g>
<g transform="translate(800,0)">
<rect x="0" y="0" width="80" height="60" style="fill:#6c6c6c;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >6c6c6c</text>
<text x="2" y="57" style="fill:#ffffff;" >242</text>
</g>
<g transform="translate(880,0)">
<rect x="0" y="0" width="80" height="60" style="fill:#767676;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >767676</text>
<text x="2" y="57" style="fill:#ffffff;" >243</text>
</g>
<g transform="translate(0,60)">
<rect x="0" y="0" width="80" height="60" style="fill:#eeeeee;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >eeeeee</text>
<text x="2" y="57" style="fill:#000000;" >255</text>
</g>
<g transform="translate(80,60)">
<rect x="0" y="0" width="80" height="60" style="fill:#e4e4e4;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >e4e4e4</text>
<text x="2" y="57" style="fill:#000000;" >254</text>
</g>
<g transform="translate(160,60)">
<rect x="0" y="0" width="80" height="60" style="fill:#dadada;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >dadada</text>
<text x="2" y="57" style="fill:#000000;" >253</text>
</g>
<g transform="translate(240,60)">
<rect x="0" y="0" width="80" height="60" style="fill:#d0d0d0;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >d0d0d0</text>
<text x="2" y="57" style="fill:#000000;" >252</text>
</g>
<g transform="translate(320,60)">
<rect x="0" y="0" width="80" height="60" style="fill:#c6c6c6;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >c6c6c6</text>
<text x="2" y="57" style="fill:#000000;" >251</text>
</g>
<g transform="translate(400,60)">
<rect x="0" y="0" width="80" height="60" style="fill:#bcbcbc;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >bcbcbc</text>
<text x="2" y="57" style="fill:#000000;" >250</text>
</g>
<g transform="translate(480,60)">
<rect x="0" y="0" width="80" height="60" style="fill:#b2b2b2;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >b2b2b2</text>
<text x="2" y="57" style="fill:#000000;" >249</text>
</g>
<g transform="translate(560,60)">
<rect x="0" y="0" width="80" height="60" style="fill:#a8a8a8;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >a8a8a8</text>
<text x="2" y="57" style="fill:#000000;" >248</text>
</g>
<g transform="translate(640,60)">
<rect x="0" y="0" width="80" height="60" style="fill:#9e9e9e;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >9e9e9e</text>
<text x="2" y="57" style="fill:#000000;" >247</text>
</g>
<g transform="translate(720,60)">
<rect x="0" y="0" width="80" height="60" style="fill:#949494;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >949494</text>
<text x="2" y="57" style="fill:#ffffff;" >246</text>
</g>
<g transform="translate(800,60)">
<rect x="0" y="0" width="80" height="60" style="fill:#8a8a8a;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >8a8a8a</text>
<text x="2" y="57" style="fill:#ffffff;" >245</text>
</g>
<g transform="translate(880,60)">
<rect x="0" y="0" width="80" height="60" style="fill:#808080;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >808080</text>
<text x="2" y="57" style="fill:#ffffff;" >244</text>
</g>
</g>
<g transform="translate(0,1220)">
<g transform="translate(0,0)">
<rect x="0" y="0" width="80" height="60" style="fill:#000000;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >000000</text>
<text x="2" y="57" style="fill:#ffffff;" >000</text>
</g>
<g transform="translate(80,0)">
<rect x="0" y="0" width="80" height="60" style="fill:#800000;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >800000</text>
<text x="2" y="57" style="fill:#ffffff;" >001</text>
</g>
<g transform="translate(160,0)">
<rect x="0" y="0" width="80" height="60" style="fill:#008000;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >008000</text>
<text x="2" y="57" style="fill:#ffffff;" >002</text>
</g>
<g transform="translate(240,0)">
<rect x="0" y="0" width="80" height="60" style="fill:#808000;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >808000</text>
<text x="2" y="57" style="fill:#ffffff;" >003</text>
</g>
<g transform="translate(320,0)">
<rect x="0" y="0" width="80" height="60" style="fill:#000080;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >000080</text>
<text x="2" y="57" style="fill:#ffffff;" >004</text>
</g>
<g transform="translate(400,0)">
<rect x="0" y="0" width="80" height="60" style="fill:#800080;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >800080</text>
<text x="2" y="57" style="fill:#ffffff;" >005</text>
</g>
<g transform="translate(480,0)">
<rect x="0" y="0" width="80" height="60" style="fill:#008080;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >008080</text>
<text x="2" y="57" style="fill:#ffffff;" >006</text>
</g>
<g transform="translate(560,0)">
<rect x="0" y="0" width="80" height="60" style="fill:#c0c0c0;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >c0c0c0</text>
<text x="2" y="57" style="fill:#000000;" >007</text>
</g>
<g transform="translate(0,60)">
<rect x="0" y="0" width="80" height="60" style="fill:#808080;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >808080</text>
<text x="2" y="57" style="fill:#ffffff;" >008</text>
</g>
<g transform="translate(80,60)">
<rect x="0" y="0" width="80" height="60" style="fill:#ff0000;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >ff0000</text>
<text x="2" y="57" style="fill:#ffffff;" >009</text>
</g>
<g transform="translate(160,60)">
<rect x="0" y="0" width="80" height="60" style="fill:#00ff00;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >00ff00</text>
<text x="2" y="57" style="fill:#000000;" >010</text>
</g>
<g transform="translate(240,60)">
<rect x="0" y="0" width="80" height="60" style="fill:#ffff00;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >ffff00</text>
<text x="2" y="57" style="fill:#000000;" >011</text>
</g>
<g transform="translate(320,60)">
<rect x="0" y="0" width="80" height="60" style="fill:#0000ff;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >0000ff</text>
<text x="2" y="57" style="fill:#ffffff;" >012</text>
</g>
<g transform="translate(400,60)">
<rect x="0" y="0" width="80" height="60" style="fill:#ff00ff;" />
<text x="40" y="32" style="fill:#ffffff;text-anchor:middle;" >ff00ff</text>
<text x="2" y="57" style="fill:#ffffff;" >013</text>
</g>
<g transform="translate(480,60)">
<rect x="0" y="0" width="80" height="60" style="fill:#00ffff;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >00ffff</text>
<text x="2" y="57" style="fill:#000000;" >014</text>
</g>
<g transform="translate(560,60)">
<rect x="0" y="0" width="80" height="60" style="fill:#ffffff;" />
<text x="40" y="32" style="fill:#000000;text-anchor:middle;" >ffffff</text>
<text x="2" y="57" style="fill:#000000;" >015</text>
</g>
</g>
<g transform="translate(640, 1220)">
<text x="20" y="32" class="head">xterm-256-color chart</text>
<text x="20" y="78" class="head tiny">Spooned carefully into SVG by Jason Milkins in 2012</text>
<text x="20" y="90" class="head tiny">this SVG is in the public domain</text>
<a xlink:href="https://gist.github.com/2868981"><text x="20" y="102" class="head tiny">https://gist.github.com/2868981 - contains the dataset in yaml</text></a>
</g>
</svg>
# render as two 8 cell rows
---
:xterm16:
- ["000", "#000000"]
- ["001", "#800000"]
- ["002", "#008000"]
- ["003", "#808000"]
- ["004", "#000080"]
- ["005", "#800080"]
- ["006", "#008080"]
- ["007", "#c0c0c0"]
- ["008", "#808080"]
- ["009", "#ff0000"]
- ["010", "#00ff00"]
- ["011", "#ffff00"]
- ["012", "#0000ff"]
- ["013", "#ff00ff"]
- ["014", "#00ffff"]
- ["015", "#ffffff"]
# render as two 12 cell rows
:xtermGreyscale:
- ["232", "#080808"]
- ["233", "#121212"]
- ["234", "#1c1c1c"]
- ["235", "#262626"]
- ["236", "#303030"]
- ["237", "#3a3a3a"]
- ["238", "#444444"]
- ["239", "#4e4e4e"]
- ["240", "#585858"]
- ["241", "#626262"]
- ["242", "#6c6c6c"]
- ["243", "#767676"]
- ["255", "#eeeeee"]
- ["254", "#e4e4e4"]
- ["253", "#dadada"]
- ["252", "#d0d0d0"]
- ["251", "#c6c6c6"]
- ["250", "#bcbcbc"]
- ["249", "#b2b2b2"]
- ["248", "#a8a8a8"]
- ["247", "#9e9e9e"]
- ["246", "#949494"]
- ["245", "#8a8a8a"]
- ["244", "#808080"]
# render as 3 table blocks.
# each block rendered top -> bottom, left -> right
# 6 cells down, 12 cells across. (modular arithmetic time!)
:xterm256:
- ["016", "#000000"]
- ["017", "#00005f"]
- ["018", "#000087"]
- ["019", "#0000af"]
- ["020", "#0000d7"]
- ["021", "#0000ff"]
- ["022", "#005f00"]
- ["023", "#005f5f"]
- ["024", "#005f87"]
- ["025", "#005faf"]
- ["026", "#005fd7"]
- ["027", "#005fff"]
- ["028", "#008700"]
- ["029", "#00875f"]
- ["030", "#008787"]
- ["031", "#0087af"]
- ["032", "#0087d7"]
- ["033", "#0087ff"]
- ["034", "#00af00"]
- ["035", "#00af5f"]
- ["036", "#00af87"]
- ["037", "#00afaf"]
- ["038", "#00afd7"]
- ["039", "#00afff"]
- ["040", "#00d700"]
- ["041", "#00d75f"]
- ["042", "#00d787"]
- ["043", "#00d7af"]
- ["044", "#00d7d7"]
- ["045", "#00d7ff"]
- ["046", "#00ff00"]
- ["047", "#00ff5f"]
- ["048", "#00ff87"]
- ["049", "#00ffaf"]
- ["050", "#00ffd7"]
- ["051", "#00ffff"]
- ["082", "#5fff00"]
- ["083", "#5fff5f"]
- ["084", "#5fff87"]
- ["085", "#5fffaf"]
- ["086", "#5fffd7"]
- ["087", "#5fffff"]
- ["076", "#5fd700"]
- ["077", "#5fd75f"]
- ["078", "#5fd787"]
- ["079", "#5fd7af"]
- ["080", "#5fd7d7"]
- ["081", "#5fd7ff"]
- ["070", "#5faf00"]
- ["071", "#5faf5f"]
- ["072", "#5faf87"]
- ["073", "#5fafaf"]
- ["074", "#5fafd7"]
- ["075", "#5fafff"]
- ["064", "#5f8700"]
- ["065", "#5f875f"]
- ["066", "#5f8787"]
- ["067", "#5f87af"]
- ["068", "#5f87d7"]
- ["069", "#5f87ff"]
- ["058", "#5f5f00"]
- ["059", "#5f5f5f"]
- ["060", "#5f5f87"]
- ["061", "#5f5faf"]
- ["062", "#5f5fd7"]
- ["063", "#5f5fff"]
- ["052", "#5f0000"]
- ["053", "#5f005f"]
- ["054", "#5f0087"]
- ["055", "#5f00af"]
- ["056", "#5f00d7"]
- ["057", "#5f00ff"]
- ["093", "#8700ff"]
- ["092", "#8700d7"]
- ["091", "#8700af"]
- ["090", "#870087"]
- ["089", "#87005f"]
- ["088", "#870000"]
- ["099", "#875fff"]
- ["098", "#875fd7"]
- ["097", "#875faf"]
- ["096", "#875f87"]
- ["095", "#875f5f"]
- ["094", "#875f00"]
- ["105", "#8787ff"]
- ["104", "#8787d7"]
- ["103", "#8787af"]
- ["102", "#878787"]
- ["101", "#87875f"]
- ["100", "#878700"]
- ["111", "#87afff"]
- ["110", "#87afd7"]
- ["109", "#87afaf"]
- ["108", "#87af87"]
- ["107", "#87af5f"]
- ["106", "#87af00"]
- ["117", "#87d7ff"]
- ["116", "#87d7d7"]
- ["115", "#87d7af"]
- ["114", "#87d787"]
- ["113", "#87d75f"]
- ["112", "#87d700"]
- ["123", "#87ffff"]
- ["122", "#87ffd7"]
- ["121", "#87ffaf"]
- ["120", "#87ff87"]
- ["119", "#87ff5f"]
- ["118", "#87ff00"]
- ["159", "#afffff"]
- ["158", "#afffd7"]
- ["157", "#afffaf"]
- ["156", "#afff87"]
- ["155", "#afff5f"]
- ["154", "#afff00"]
- ["153", "#afd7ff"]
- ["152", "#afd7d7"]
- ["151", "#afd7af"]
- ["150", "#afd787"]
- ["149", "#afd75f"]
- ["148", "#afd700"]
- ["147", "#afafff"]
- ["146", "#afafd7"]
- ["145", "#afafaf"]
- ["144", "#afaf87"]
- ["143", "#afaf5f"]
- ["142", "#afaf00"]
- ["141", "#af87ff"]
- ["140", "#af87d7"]
- ["139", "#af87af"]
- ["138", "#af8787"]
- ["137", "#af875f"]
- ["136", "#af8700"]
- ["135", "#af5fff"]
- ["134", "#af5fd7"]
- ["133", "#af5faf"]
- ["132", "#af5f87"]
- ["131", "#af5f5f"]
- ["130", "#af5f00"]
- ["129", "#af00ff"]
- ["128", "#af00d7"]
- ["127", "#af00af"]
- ["126", "#af0087"]
- ["125", "#af005f"]
- ["124", "#af0000"]
- ["160", "#d70000"]
- ["161", "#d7005f"]
- ["162", "#d70087"]
- ["163", "#d700af"]
- ["164", "#d700d7"]
- ["165", "#d700ff"]
- ["166", "#d75f00"]
- ["167", "#d75f5f"]
- ["168", "#d75f87"]
- ["169", "#d75faf"]
- ["170", "#d75fd7"]
- ["171", "#d75fff"]
- ["172", "#d78700"]
- ["173", "#d7875f"]
- ["174", "#d78787"]
- ["175", "#d787af"]
- ["176", "#d787d7"]
- ["177", "#d787ff"]
- ["178", "#dfaf00"]
- ["179", "#dfaf5f"]
- ["180", "#dfaf87"]
- ["181", "#dfafaf"]
- ["182", "#dfafdf"]
- ["183", "#dfafff"]
- ["184", "#dfdf00"]
- ["185", "#dfdf5f"]
- ["186", "#dfdf87"]
- ["187", "#dfdfaf"]
- ["188", "#dfdfdf"]
- ["189", "#dfdfff"]
- ["190", "#dfff00"]
- ["191", "#dfff5f"]
- ["192", "#dfff87"]
- ["193", "#dfffaf"]
- ["194", "#dfffdf"]
- ["195", "#dfffff"]
- ["226", "#ffff00"]
- ["227", "#ffff5f"]
- ["228", "#ffff87"]
- ["229", "#ffffaf"]
- ["230", "#ffffdf"]
- ["231", "#ffffff"]
- ["220", "#ffdf00"]
- ["221", "#ffdf5f"]
- ["222", "#ffdf87"]
- ["223", "#ffdfaf"]
- ["224", "#ffdfdf"]
- ["225", "#ffdfff"]
- ["214", "#ffaf00"]
- ["215", "#ffaf5f"]
- ["216", "#ffaf87"]
- ["217", "#ffafaf"]
- ["218", "#ffafdf"]
- ["219", "#ffafff"]
- ["208", "#ff8700"]
- ["209", "#ff875f"]
- ["210", "#ff8787"]
- ["211", "#ff87af"]
- ["212", "#ff87df"]
- ["213", "#ff87ff"]
- ["202", "#ff5f00"]
- ["203", "#ff5f5f"]
- ["204", "#ff5f87"]
- ["205", "#ff5faf"]
- ["206", "#ff5fdf"]
- ["207", "#ff5fff"]
- ["196", "#ff0000"]
- ["197", "#ff005f"]
- ["198", "#ff0087"]
- ["199", "#ff00af"]
- ["200", "#ff00df"]
- ["201", "#ff00ff"]
# Local Variables:
# eval: (when (fboundp 'rainbow-mode) (rainbow-mode +1))
# End:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment