30 PX to PT
Result
30 px = 22.5 pt
Explanation
- Pixels — 30
To convert 30 pixels to points you need to multiply pixels value by 0.75, in our case: 30 × 0.75. In result we'll receive that 30 px is equal to 22.5 points (pt)
CSS code for 30 PX to PT
p { font-size: 22.5pt }
HTML (inline CSS):
<p style="font-size: 22.5pt">Hello World<p>