300px to mm
300px = 79.375mm
px and mm are both absolute CSS units, so this ratio never changes.
How it is calculated
One px is 0.264583mm, so:
300px × 0.264583 = 79.375mm
Reversing it, 79.375mm × 3.7795 returns 300px.
Nearby values
| px | mm |
|---|---|
| 150px | 39.6875mm |
| 200px | 52.9167mm |
| 250px | 66.1458mm |
| 300px | 79.375mm |
| 400px | 105.83mm |
Frequently asked questions
What is 300px in mm?
79.375mm.
How is 300px converted to mm?
Multiply by 0.264583: 300 × 0.264583 = 79.375. To go back, multiply 79.375 by 3.7795.
Does zoom or font size change 300px?
No. px and mm are both absolute CSS units, so the ratio is fixed and 300px is 79.375mm in every context.