{% 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.

'Green Giant' Arborvitae/Thuja

SHRUB

Description

  • Four plants provide 32-40' of privacy
  • Ships with an average size of 40" tall, floor to tip.
  • Classic, fast-growing choice for hedges and privacy.
  • Evergreen foliage stays colorful all year.
  • Grows up to 3 feet a year; one of the fastest growing trees on the market.
  • Grows in any well-drained soil
  • Zones 5-8, sun/part sun, 50′ tall x 10′ wide at maturity.
Zone 5-8
Light part sun/sun
very tall

{% capture DiscountGroup %}2{% endcapture %} {% capture DiscountTier %}1{% endcapture %} {% assign DiscountGroup = DiscountGroup | plus: 0 %} {% assign DiscountTier = DiscountTier | plus: 0 %} {% assign discount_amount = 0 %} {% for group in product.discounts_structure.groups %} {% if group.id == DiscountGroup %} {% for tier in group.tiers %} {% if tier.id == DiscountTier %} {% for discount in tier.discount %} {% if discount.min_quantity > variant.quantity %}{% break %}{% endif %} {% assign discount_amount = discount.discount_amount | times: 100 %} {% endfor %} {% break %} {% endif %} {% endfor %} {% break %} {% endif %} {% endfor %} {% 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

Buy More, Save More:
    {% for discountGroup in product.discounts_structure.groups %} {% if discountGroup.id == 2 %} {% for discountTier in discountGroup.tiers %} {% if discountTier.id == 1%} {% for discount in discountTier.discount %}
  • {% assign discount_amount = discount.discount_amount | times: 100 %} {% assign tier_ceiling = 10000 %} {% if discountTier.discount[forloop.index] != blank %}{% assign tier_ceiling = discountTier.discount[forloop.index].min_quantity | minus: 1 %}{% endif %}
    {{ variant.price | money | remove: ' ' }} {{ variant.price | minus: discount_amount | money | remove: ' ' }} / {{ discount.min_quantity }}{% if discountTier.discount[forloop.index] != blank %}-{{ discountTier.discount[forloop.index].min_quantity | minus: 1 }}{% else %}+{% endif %} qty.
  • {% endfor %} {% endif %} {% endfor %} {% endif %} {% endfor %}
Total
{% capture DiscountGroup %}2{% endcapture %} {% capture DiscountTier %}1{% endcapture %} {% assign DiscountGroup = DiscountGroup | plus: 0 %} {% assign DiscountTier = DiscountTier | plus: 0 %} {% assign discount_amount = 0 %} {% for group in product.discounts_structure.groups %} {% if group.id == DiscountGroup %} {% for tier in group.tiers %} {% if tier.id == DiscountTier %} {% for discount in tier.discount %} {% if discount.min_quantity > variant.quantity %}{% break %}{% endif %} {% assign discount_amount = variant.quantity | times: discount.discount_amount | times: 100 %} {% endfor %} {% break %} {% endif %} {% endfor %} {% break %} {% endif %} {% endfor %}
{{ variant.price | times: variant.quantity | minus: discount_amount | money | remove: ' ' }}
{% if discount_amount > 0 %} Saved {{ discount_amount | money | remove: ' ' }} {% endif %}
{% 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':['5a', '5b', '6a', '6b', '7a', '7b', '8a', '8b'],'shipping_exclusions':''} }, '.atcprod-{{ variant.id }}', { quantity: {{ variant.quantity }}, image: '//www.greatgardenplants.com/cdn/shop/products/Thuja-Green-Giant-3-sw.jpg?v=1643304105', title: 'Green Giant Arborvitae/Thuja', option: 'One Gallon' }); 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 No other evergreen can beat 'Green Giant' arborvitae (Thuja plicata x standishii) for creating a colorful, fast-growing, and low-cost privacy fence in your landscape. This award-winning introduction from the U.S. National Arboretum is regarded as one of the most distinguished landscaping trees in America, and it's our #1 best-selling privacy tree. Growing up to three feet a year, 'Green Giant' arborvitae can create a lush green wall that provides four seasons of privacy in just a few years. You can count on it to give years of ever-increasing beauty! Our 'Green Giant' arborvitae trees are shipped in 1-gallon containers, measuring between 40 - 45" tall, floor to tip. These plants have been grown for over two years and carefully hand-selected for the highest quality before shipping. Compare and see, the size and quality we offer can't be beaten at this price for one of the best privacy trees! Details Botanical name: Thuja plicata x standishii 'Green Giant'
Common name: Arborvitae, green giant arborvitae
Zone: 5 - 8
Sun exposure: Sun (> 6 hours sun) to part-sun (4-6 hours sun)
Height x width: 50' x 10'
Foliage color: Green
Season of interest: Year-round
Bloom time: N/A
Features: Privacy & screening, evergreens
Uses: Background, foundation planting, hedge, privacy, screen
How To Grow Soil: Thuja 'Green Giant' thrives in a wide range of soil types but grows best in moist, well-draining soils.
Light: Sun (> 6 hours sun) to part-sun (4-6 hours sun)
Water: Keep moist, but do not overwater. It can handle mild drought once established.
Spacing: 5-8'
Fertilizing: If desired, top dress in spring with a slow-release, balanced fertilizer.
Winterizing: Consider applying a thick mulch around the root zone in winter to protect it in exposed locations or colder zones. Tolerates wind once established and withstands heavy ice or snow. It may darken or turn bronze slightly in the winter.
Maintenance & pruning: Requires little or no pruning but can be sheared easily if necessary. Remove any dieback following winter. It can handle a light trimming to the desired size or shape.

Q & A

Your Questions on Arborvitae, Answered

Learn the best times to plant arborvitae, how to prevent winter burn, whether you should trim them, and everything else you need to know to grow them like a pro.

Thuja fluffy shrub on a house landscape

Customer Reviews

Based on 82 reviews
76%
(62)
9%
(7)
7%
(6)
5%
(4)
4%
(3)
C
C.B. (Washington)
Waiting to see if they will live

Four of the 10 arbs came very bent. In fact, they were in an L shape when I got them out of the box. Those four are now looking very sad and brown and I doubt they will make it! Otherwise, the rest looked great and are doing good!

We apologize that you received plants that are not up to our standards. While we try our best to provide exceptional service, some factors, like shipping and handling, are outside our control, and issues like this can sometimes happen. Please email pictures of the plants to claims@greatgardenplants.com, making sure to put your order number and name in the subject line so that we may provide the best assistance possible.Rest assured, we have a guarantee on all our plants. Our fall guarantee covers plants received after September 1 until May 2024! If you received your plants within that time frame, we would happily apply your warranty once we receive the pictures. Happy Gardening!
https://www.greatgardenplants.com/pages/our-guarantee

c
c.b. (Texas)
Outstanding

Received 6 2.5 qt Green Giant Thujas. Had previously ordered 10 from Fast Growing Trees and lost 6/10. The Thujas from Great Garden plants were at least double the size and half the price of the original 10 we ordered from the competition. EXTREMELY healthy plants upon arrival. Shipping was fast and they were packaged well and arrived without damage. Would not hesitate to make another purchase from Great Garden Plants.

S
S.O. (Oregon)
Hello

I believe I have already sent you my review. I'm pleased with my order, though haven't planted yet. I called and spoke to your rep and was impressed with her knowledge. Thank you

L
L.B. (Pennsylvania)
Healthy, Fast, Larger Than Expected

Plants arrived quickly, well-packaged, and super-healthy. Plus, they were bigger than I expected. I planted all 4 and all 4 are thriving. Thank you!

B
B.B. (Colorado)
Gorgeous

They have been in the ground for 5 months, zero transplant shock and surprisingly 4"-6" of new growth. I'm sure the nice root ball and healthy plants contributed to a smooth transplant. Have ordered green giants multiple times and extremely satisfied.