25-In HTML, a color can be coded in the following hexadecimal notation: #rrggbb, where:
rr represent the amount of red in color
gg represent the amount of green in color
bb represent the amount of blue in the color
rr, gg, and bb vary between 00 and FF in hexadecimal notation, i.e., 0 and 255 in decimal equivalent notation.
Give the decimal values of red, green, and blue values in the color# 33AB12.