I'm not all that good with Maths. I'm trying to make a function to convert mouse coordinates into a particular tile in an isometric view.

All of the algorithms I have seen so far work with the X & Y axes going diagonal, my game is currently set up like this, and I would like to keep it so.
Is there an algorithm so that if the mouse was at the red dot, it would return the coordinates of the tile that it is sitting on? (6,2)