Angus Leeming wrote: > Next question: given an rbg.txt database > 240 240 240 grey94 > 242 242 242 gray95 > > how do I create the appropriate #rrggbb entry from the shell?
Doh! $ printf '%x\n' 240 f0 $ -- Angus
Angus Leeming wrote: > Next question: given an rbg.txt database > 240 240 240 grey94 > 242 242 242 gray95 > > how do I create the appropriate #rrggbb entry from the shell?
Doh! $ printf '%x\n' 240 f0 $ -- Angus