Spine is 0, 51, 102
Rails is 255, 204, 0
Supports 153, 153, 153
THeres a fun mathamatical way to get it... Kets take the Rails for example "FF" is red, "CC" is Green, and "00" is Blue
Think of it as 0-9 all equal what their number equals
A = 10
B=11
C=12
D=13
E=14
F=15
ok, so you have FF. or 15 and 15. Multiply 15 x 16 (for total number, it includes 0) so you get 240 from that, add 15 and there you have 255.
another example: 4A192D
4 x 16 = 64
A= 10
64 + 10 = 74 Red value = 74
1 x 16 = 16
16+9 = 25 Green Value = 25
2 x 16 = 32
D= 13
13 + 32 = 45 Blue Value =45
Hehe, learned that in college
you can also go into photoshop enter the hex and get it that way, and the calculator tool that comes with windows has a hex feature too.