Set the background color in your html itself using css markup.
Or, set the webview’s opaque property to NO .. and set the background of the view underneath to green.
UIWebView themselves don’t seem to understand background color– since they are rendering documents.