|
The lefthand column is the first HEX digit, the second HEX digit is on the row at the top.
Using the example that is shown here, the RBG code for my becomes 2F, and 129 becomes 81.
My hex code is 1E2F81. Conversely, you can find the RBG code of an image using the HEX code and this chart.
If all I had to go on was 1E2F81, I can find the red saturation by matching up 1 and E.
That gives me a red value of 30. 2F gives me a green value of 47, and 81 gives me an blue value of 129.
|