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