TobiasKlepp
08.05.2005, 19:54

LEGO Farben für LEGO-Mosaiks



Hallo LLL,

ich entwickele zur Zeit eine Webanwendung, mit der man Fotos in Lego-Mosaiks umwandeln und als ldr-Dateien für MLCad downloaden kann. Für die korrekte Farbumsetzung habe ich mir die Farben aus MLCad geholt. Meine Frage ist nun, ob das alle Farben sind, die Lego auf dem Markt hat und ob es die korrekten Farben sind. Für mich sind die RGB-Werte und die Farbbezeichnungen interessant. Ich stelle hier mal meine aktuelle Liste vor und würde mich über Hinweise freunen, ob es noch weitere "offizielle" Farben gibt, ob es manche der Farben nicht für die 1x1-Steine gibt usw.

Die Webanwendung soll nach Fertigstellung auf meiner Webseite kostenlos zur Verfügung stehen.

$legocolors[0]['red'] = 34;
$legocolors[0]['green'] = 34;
$legocolors[0]['blue'] = 34;
$legocolors[0]['name'] = 'black';
$legocolors[0]['no'] = 0;

$legocolors[1]['red'] = 0;
$legocolors[1]['green'] = 51;
$legocolors[1]['blue'] = 178;
$legocolors[1]['name'] = 'blue';
$legocolors[1]['no'] = 1;

$legocolors[2]['red'] = 0;
$legocolors[2]['green'] = 127;
$legocolors[2]['blue'] = 51;
$legocolors[2]['name'] = 'green';
$legocolors[2]['no'] = 2;

$legocolors[3]['red'] = 0;
$legocolors[3]['green'] = 170;
$legocolors[3]['blue'] = 170;
$legocolors[3]['name'] = 'dark cyan';
$legocolors[3]['no'] = 3;

$legocolors[4]['red'] = 204;
$legocolors[4]['green'] = 0;
$legocolors[4]['blue'] = 0;
$legocolors[4]['name'] = 'red';
$legocolors[4]['no'] = 4;

$legocolors[5]['red'] = 255;
$legocolors[5]['green'] = 51;
$legocolors[5]['blue'] = 153;
$legocolors[5]['name'] = 'magenta';
$legocolors[5]['no'] = 5;

$legocolors[6]['red'] = 102;
$legocolors[6]['green'] = 51;
$legocolors[6]['blue'] = 0;
$legocolors[6]['name'] = 'brown';
$legocolors[6]['no'] = 6;

$legocolors[7]['red'] = 170;
$legocolors[7]['green'] = 170;
$legocolors[7]['blue'] = 170;
$legocolors[7]['name'] = 'light gray';
$legocolors[7]['no'] = 7;

$legocolors[8]['red'] = 102;
$legocolors[8]['green'] = 102;
$legocolors[8]['blue'] = 88;
$legocolors[8]['name'] = 'dark gray';
$legocolors[8]['no'] = 8;

$legocolors[9]['red'] = 0;
$legocolors[9]['green'] = 128;
$legocolors[9]['blue'] = 255;
$legocolors[9]['name'] = 'light blue';
$legocolors[9]['no'] = 9;

$legocolors[10]['red'] = 51;
$legocolors[10]['green'] = 255;
$legocolors[10]['blue'] = 102;
$legocolors[10]['name'] = 'light green';
$legocolors[10]['no'] = 10;

$legocolors[11]['red'] = 85;
$legocolors[11]['green'] = 170;
$legocolors[11]['blue'] = 255;
$legocolors[11]['name'] = 'cyan';
$legocolors[11]['no'] = 11;

$legocolors[12]['red'] = 255;
$legocolors[12]['green'] = 85;
$legocolors[12]['blue'] = 85;
$legocolors[12]['name'] = 'light red';
$legocolors[12]['no'] = 12;

$legocolors[13]['red'] = 255;
$legocolors[13]['green'] = 176;
$legocolors[13]['blue'] = 204;
$legocolors[13]['name'] = 'pink';
$legocolors[13]['no'] = 13;

$legocolors[14]['red'] = 255;
$legocolors[14]['green'] = 229;
$legocolors[14]['blue'] = 0;
$legocolors[14]['name'] = 'yellow';
$legocolors[14]['no'] = 14;

$legocolors[15]['red'] = 255;
$legocolors[15]['green'] = 255;
$legocolors[15]['blue'] = 255;
$legocolors[15]['name'] = 'white';
$legocolors[15]['no'] = 15;

$legocolors[16]['red'] = 204;
$legocolors[16]['green'] = 240;
$legocolors[16]['blue'] = 153;
$legocolors[16]['name'] = 'pastel green';
$legocolors[16]['no'] = 17;

$legocolors[17]['red'] = 255;
$legocolors[17]['green'] = 255;
$legocolors[17]['blue'] = 128;
$legocolors[17]['name'] = 'light yellow';
$legocolors[17]['no'] = 18;

$legocolors[18]['red'] = 204;
$legocolors[18]['green'] = 170;
$legocolors[18]['blue'] = 102;
$legocolors[18]['name'] = 'tan';
$legocolors[18]['no'] = 19;

$legocolors[19]['red'] = 224;
$legocolors[19]['green'] = 204;
$legocolors[19]['blue'] = 240;
$legocolors[19]['name'] = 'light purple';
$legocolors[19]['no'] = 20;

$legocolors[20]['red'] = 224;
$legocolors[20]['green'] = 255;
$legocolors[20]['blue'] = 176;
$legocolors[20]['name'] = 'glow in the dark';
$legocolors[20]['no'] = 21;

$legocolors[21]['red'] = 153;
$legocolors[21]['green'] = 51;
$legocolors[21]['blue'] = 153;
$legocolors[21]['name'] = 'purple';
$legocolors[21]['no'] = 22;

$legocolors[22]['red'] = 76;
$legocolors[22]['green'] = 0;
$legocolors[22]['blue'] = 204;
$legocolors[22]['name'] = 'purple blue';
$legocolors[22]['no'] = 23;

$legocolors[23]['red'] = 255;
$legocolors[23]['green'] = 102;
$legocolors[23]['blue'] = 0;
$legocolors[23]['name'] = 'orange solid';
$legocolors[23]['no'] = 25;

$legocolors[24]['red'] = 255;
$legocolors[24]['green'] = 51;
$legocolors[24]['blue'] = 153;
$legocolors[24]['name'] = 'dark pink';
$legocolors[24]['no'] = 26;

$legocolors[25]['red'] = 173;
$legocolors[25]['green'] = 221;
$legocolors[25]['blue'] = 80;
$legocolors[25]['name'] = 'lime green';
$legocolors[25]['no'] = 27;

Vielen Dank schonmal im voraus!

Gruß Tobias



Q
08.05.2005, 21:32

Re: LEGO Farben für LEGO-Mosaiks


Re: [B]LEGO Farben für LEGO-Mosaiks[/link] von TobiasKlepp am 08. Mai 2005 19:54:35:


Hallo Tobias,

alle aktuellen Farben findest du hier.

Gruß,

Christian




jens
08.05.2005, 22:57

Re: LEGO Farben für LEGO-Mosaiks


Re: [B]LEGO Farben für LEGO-Mosaiks[/link] von TobiasKlepp am 08. Mai 2005 19:54:35:


Hallo Tobias,

das mit den Farben ist immer wieder ein schwieriges Thema.

Aber vielleicht hilft das weiter (inkl Farbwerten):
Peeron Farbtabelle

Die Verfügbarkeit einzelner Farben als 1x1 Plättchen kann man hier sehen:
Bricklink Teilenummer 3024

Teilweise sind die Farbbezeichnungen zwischen Bricklink und Peeron aber unterschiedlich, daher hier auch die Bricklink Farbtabelle:
Bricklink Farbtabelle

Gruß,
jens




TobiasKlepp
09.05.2005, 20:00

Re: LEGO Farben für LEGO-Mosaiks


Re: [B]Re: LEGO Farben für LEGO-Mosaiks[/link] von jens am 08. Mai 2005 22:57:25:


Hallo Jens,

vielen Dank für die genialen Links. Danke.


pebbles.pixeltimes.de :: das LEGO®realToys Projekt


Gesamter Thread: