I understand the formula for infinite geometric series as
$$S = \frac{a_{1}}{1-r}$$ if $0<r<1$
However I'm having trouble applying it to these images 
It seems to me that in the first image, the first square represents 1/4 of the entire square
For the second and third images, the respective rectangle and triangle make up 1/2 of the entire square.
Not sure what to do with this. Does it mean that for the first image for example, the image is $$\sum_{n=0}^\infty \left(\frac{1}{4}\right)^n$$
In your first example, with the squares, you color in $(\frac{1}{4})^n$ with each new square. These squares add to $\sum_{n=1}^\infty (\frac{1}{4})^n = \frac{\frac14}{1-\frac14}=\frac{1}{3}.$
In your second example, with the rectangles, the first rectangle is $\frac{1}{2}$ of the square, but your second rectangle is $\frac{1}{4}\cdot\frac{1}{2}$, so this sum is $\frac{1}{2} \sum_{n=0}^\infty (\frac{1}{4})^n = \frac12\cdot\frac{1}{1-\frac14}=\frac12\cdot\frac43=\frac{2}{3}.$
Your triangles also sum in the same way to $\frac{2}{3}.$