{% assign use_variant_images = false %}
{% capture vertical_scroll %}{% endcapture %} {%- if use_variant_images and variant.images[0] -%} {%- assign images = variant.images -%} {%- else -%} {%- assign images = product.images -%} {%- endif -%}
{% assign last_slide = 0 %} {% assign imgOffset = 0 %} {% if product.tags contains 'Graphic Overlay' %} {% assign imgOffset = 1 %} {% endif %} {%- for image in images offset: imgOffset -%} {% capture thumbRepsonsive %} {%- if image != blank -%} {%- if image.width > 180 -%}{{ image.src | img_url: '180x' }} 180w {{ 180 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 360 -%}{{ image.src | img_url: '360x' }} 360w {{ 360 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 540 -%}{{ image.src | img_url: '540x' }} 540w {{ 540 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 720 -%}{{ image.src | img_url: '720x' }} 720w {{ 720 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 900 -%}{{ image.src | img_url: '900x' }} 900w {{ 900 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 1080 -%}{{ image.src | img_url: '1080x' }} 1080w {{ 1080 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 1296 -%}{{ image.src | img_url: '1296x' }} 1296w {{ 1296 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 1512 -%}{{ image.src | img_url: '1512x' }} 1512w {{ 1512 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 1728 -%}{{ image.src | img_url: '1728x' }} 1728w {{ 1728 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 1944 -%}{{ image.src | img_url: '1944x' }} 1944w {{ 1944 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 2160 -%}{{ image.src | img_url: '2160x' }} 2160w {{ 2160 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 2376 -%}{{ image.src | img_url: '2376x' }} 2376w {{ 2376 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 2592 -%}{{ image.src | img_url: '2592x' }} 2592w {{ 2592 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 2808 -%}{{ image.src | img_url: '2808x' }} 2808w {{ 2808 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 3024 -%}{{ image.src | img_url: '3024x' }} 3024w {{ 3024 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- assign image_size = image.width | append: 'x' -%} {{ image.src | img_url: image_size }} {{ image.width }}w {{ image.height }}h {%- endif -%} {% endcapture %}
{% assign last_slide = forloop.index %} {% endfor %}
All media depicts mature plants.

'Arp' Rosemary

PERENNIAL

Description

  • Better cold tolerance than other varieties!
  • Aromatic needle-like foliage.
  • Pretty blue flowers bloom in spring.
  • Plant in herb gardens & use in cooking. The flavor is phenomenal! 
  • Zones 7-10, sun, 6′ tall x 4′ wide at maturity. 
Zone 7-10
Light sun
tall

{% assign discount_amount = 0 %} {% if variant.price < variant.compare_at_price %} Sale {{- variant.price | minus: discount_amount | money | remove: ' ' -}}
{{- variant.compare_at_price | money | remove: ' ' -}} {% else %} {{- variant.price | money | remove: ' ' -}} {% endif %} Each
Total
{{ variant.price | times: variant.quantity | money | remove: ' ' }}
{% for option in product.options_with_values %} {% assign optionIndex = forloop.index0 %} {% assign position = forloop.index %}
{{option.name}}
{% assign sortedvalues = option.values %} {% if option.name contains 'Length' or option.name contains 'Width' or option.name contains 'Height' or option.name contains 'Depth' or option.name contains 'Thickness' or option.name contains 'Weight' %} {% assign sortedvalues = option.values | sort %} {% endif %} {% for value in sortedvalues %} {% assign inventory_quantity = 0 %} {% assign available = false %} {% assign optionVariant = false %} {% if product.options_with_values.size == 3 and optionIndex == 2%} {% for v in product.variants %} {% unless v.bogus %} {% if v.option1 == variant.option1 and v.option2 == variant.option2 and v.option3 == value %} {% assign optionVariant = v %} {% assign inventory_quantity = inventory_quantity | plus: v.inventory_quantity %} {% if v.available %}{% assign available = true %}{% endif %} {% endif %} {% endunless %} {% endfor %} {% elsif product.options_with_values.size == 2 and optionIndex == 1%} {% for v in product.variants %} {% unless v.bogus %} {% if v.option1 == variant.option1 and v.option2 == value %} {% assign optionVariant = v %} {% assign inventory_quantity = inventory_quantity | plus: v.inventory_quantity %} {% if v.available %}{% assign available = true %}{% endif %} {% endif %} {% endunless %} {% endfor %} {% else %} {% for v in product.variants %} {% unless v.bogus %} {% if v.option1 == value %} {% assign optionVariant = v %} {% assign inventory_quantity = inventory_quantity | plus: v.inventory_quantity %} {% if v.available %}{% assign available = true %}{% endif %} {% endif %} {% endunless %} {% endfor %} {% endif %} {% assign checked = "" %} {% if variant.options[optionIndex] == value%}{% assign checked = "checked" %}{% endif %} {% endfor %}
{% endfor %}
{% capture add_to_cart %}Neptune.cart.add({ id:{{ variant.id | json }}, quantity:{{ variant.quantity }}, properties:{ '_growingzone':['10a', '10b', '7a', '7b', '8a', '8b', '9a', '9b'] } }, '.atcprod-{{ variant.id }}', { quantity: {{ variant.quantity }}, image: '//www.greatgardenplants.com/cdn/shop/products/rosemary-arp-1_14da685f-d6d3-4689-af78-dcdb405c9e4f-sw.jpg?v=1626778197', title: 'Arp Rosemary', option: 'One Quart' }); return false;{% endcapture %} {% assign discontinued = '' %} {% for tag in product.tags %} {% if tag contains 'discontinued' %} {% assign discontinued = 'true' %} {% endif %} {% endfor %} {% if variant.available %} {% else %} {% unless discontinued == 'true' %} Notify Me When Available {% endunless %} {% endif %}
{% if error %}
{{error.description}}
{% endif %}
white plant in hand icon

Hand-picked at our greenhouse

white shipped to door icon

Shipped to your door

Young plant icon

Arrives as young plant

background image

More Information

Description Arp' Rosemary is more than just ornamental; it's edible too! This rosemary is the hardiest of all rosemaries and can survive winters even in zone 6. The fragrant, resinous foliage adds aroma to all sorts of dishes. The purple flowers are edible as well. It naturally grows as a compact upright shrub, but can be pruned to be a low hedge or even topiary or bonsai. Plus, it's highly resistant to deer and rabbit damage, making it easy to grow and enjoy. Details Botanical name: Rosemary 'Arp'
Common name: Rosemary
Zone: 7 - 10
Sun exposure: Sun (> 6 hours sun)
Height x width: 3-6' X 2-4'
Flower color: Purple
Foliage color: Greenish Black
Season of interest: Spring through fall
Bloom time: Spring
Features: Space savers, rabbit resistant, heat tolerant ground covers, fragrant, container plants, best for beginners
Uses: Alpine & rock, container gardening, edging, ground cover, rock garden, small spaces, under planting, edible
How To Grow Soil: Any soil will do, though good drainage is imperative. Thrives in dry and poor soils. In clay soils, be sure to plant "high," with the base slightly above the soil line.
Light: Full sun (> 6 hours sun)
Water: Low to average. Quite drought tolerant.
Spacing: 4 ft
Fertilizing: Little needed. If the plant was severely set back by winter weather, apply a general-purpose garden fertilizer in early spring.
Winterizing: Nothing special is required in zones 7 and warmer; if attempting to overwinter in zone 6, plant must be kept dry in winter. Site in full sun and avoid drips from overhangs.
Maintenance & pruning: Trim as needed to maintain shape; harvest branches or sprigs any time.

Did you know?

4 Reasons to Add Herbs to Your Garden This Year

Herbs aren’t just for storing in your kitchen pantry; they have their place in your garden too! At Great Garden Plants, we are huge fans of adding herbs to the garden. Whether you harvest them for cooking or not, we’d still enthusiastically choose to grow them!

Customer Reviews

Based on 12 reviews
58%
(7)
8%
(1)
17%
(2)
0%
(0)
17%
(2)
T
T.R. (Georgia)
Only one gallon not three gallon

Ordered a three gallon ARP rosemary, but it was very small. I did not complain, just kept it. It was healthy and so far still alive. It will take a while to get to a three gallon plant. Three gallon plants are generally 1 to 3 feet tall and 1 to 2 feet wide; the plant I received may have been 6-8 inches tall from the root ball. Needless to say, I was disappointed and throught shrinkflation.

L
L.D. (Texas)
Too small for the price

I understood the pot size when I ordered, but was shocked at how small the plant itself was upon receipt. The photos in the listing are misleading. I'm sick at how much this cost me including shipping for such a tiny plant.

H
H.S. (New York)
They're still alive.

My first order of four plants came and they were nearly dead. However, due to great service I got four new plants and they appear to be doing great. Really appreciate when companies stand behind their service and product.

Hello! Thank you for your feedback. We are thrilled to hear about your positive experience with our customer service and hope to see another order from your again! Hapy gardening!

V
V.H.
Arrival

Much smaller than expected.

We’re sorry you’re not satisfied with your plants! On each product page and our plant sizes page, we note that all of our plants are young. The size of our plants varies depending on the time of year and whether they were recently trimmed. The most important thing when purchasing plants, online or in garden centers, is a full and robust root system, which we prioritize. Trimming only encourages stronger root development! All orders are covered by our 60-day guarantee, so please reach out to claims@greatgardenplants.com to start the claims process if necessary.

C
C.F. (Idaho)
Rosemary

Gifted this baby to two friends who wanted a hardy rosemary in their herb gardens. I was so pleased with the plants and they are both thriving happily/ Love this site to order plants from.