The mean value theorem for integration says that, if $G$ is a continuous real-valued function defined over an interval, $G: [a,b] \to \mathbb{R}$, then the mean value of G on the interval is achieved as a certain point of the interval, i.e:
$$\exists x_0\in[a,b]: G(x_0) = \frac{1}{b-a} \int_a^b G(t) \, dt$$
Is this theorem true in two dimensions?
Let $G$ be a continuous, two-dimensional function defined over a connected, convex, closed subset of the plane, e.g the unit disc: $G: B^2 \to \mathbb{R^2}$. Is this true that the mean value of G on the disc is achieved as a certain point of the disc, i.e:
$$\exists (x_0,y_0)\in B^2: G(x_0,y_0) = \frac{1}{\text{Area}(B^2)} \int_{B^2} G(x,y) \, dxdy$$
? The Wikipedia page on Mean Value Theorem lists some generalizations, but I could not find this exact variant, which seems very intuitive.