Sunday, June 8, 2014

A List of Colors

Here is a list of 42 colors.  After each color are two codes:

(1) A hexadecimal representation.

(2) An RGB (Red/Green/Blue) code.  Each code has a value from 0 to 255.

These codes can be used in computer art, Excel spreadsheet, even add color to calculators (mainly HP Prime). 

Source: Wikipedia

Eddie



Python – Earth’s Radius and Gravity in US Units

Python – Earth’s Radius and Gravity in US Units Introduction The following script, gravus2.py, estimates the Earth’s gravity i...