What if I use 230 ohm resistor with 5V input to Ground?

Or ditch the pull down and wire the switch from ground to the input and enable the internal pullup.

pinMode(pin, INPUT_PULLUP);

The switch will read LOW when pushed.