28pt to px
28pt = 37.3333px
pt and px are both absolute CSS units, so this ratio never changes.
How it is calculated
One pt is 1.3333px, so:
28pt × 1.3333 = 37.3333px
Reversing it, 37.3333px × 0.75 returns 28pt.
Nearby values
| pt | px |
|---|---|
| 14pt | 18.6667px |
| 16pt | 21.3333px |
| 18pt | 24px |
| 20pt | 26.6667px |
| 24pt | 32px |
| 28pt | 37.3333px |
| 32pt | 42.6667px |
| 36pt | 48px |
| 40pt | 53.3333px |
Frequently asked questions
What is 28pt in px?
37.3333px.
How is 28pt converted to px?
Multiply by 1.3333: 28 × 1.3333 = 37.3333. To go back, multiply 37.3333 by 0.75.
Does zoom or font size change 28pt?
No. pt and px are both absolute CSS units, so the ratio is fixed and 28pt is 37.3333px in every context.