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

EverColor® 'Everest' Sedge (Carex)

PERENNIAL

Description

  • Ribbon-like leaf blades have bright white variegation!
  • Striped foliage adds color and interest.
  • Evergreen in warmer climates.
  • Easy to grow and low maintenance.
  • Zones 5-9, Part sun/shade, 15" tall x 24" wide at maturity.
Zone 5-9
Light part sun/shade
short

{% 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':['5a', '5b', '6a', '6b', '7a', '7b', '8a', '8b', '9a', '9b'] } }, '.atcprod-{{ variant.id }}', { quantity: {{ variant.quantity }}, image: '//www.greatgardenplants.com/cdn/shop/files/EverColor_Everest_Sedge.png?v=1727269702', title: 'EverColor® Everest Sedge (Carex)', 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 EverColor® 'Everest' Sedge (Carex oshimensis) adds playful texture to the garden with ribbon-like foliage! Long and narrow leaf blades are decorated with creamy white margins, creating cheerful green and white stripes. This easy-care plant is evergreen, keeping its colors year-round. It grows easily in containers, small spaces, and even wet soils!

Sedge (Carex) is a versatile grass-like plant that thrives in a wide range of soil types and exposures. It's a practical choice for areas where other plants fail. It's easy to maintain, pest-free, and winter hardy, making it perfect for beginner gardeners. This ornamental grass can thrive nearly anywhere it's planted.
Details Botanical name: Carex oshimensis 'Carfit01'
Common name: Eversheen, Japanese sedge, sedge
Zone: 5 – 9
Sun exposure: Part-sun (4-6 hours sun) to shade (<4 hours sun)
Soil moisture: Moist
Height x width: 12-15″ x 18-24″
Foliage color: Green with white variegation
Bloom time: Summer
Features: Suitable for slopes, space savers, rare & unusual, heat tolerant, ground covers, evergreens, deer resistant, container plants, best for beginners
Uses: Accent, container, edging, ground cover, massing, rain garden, slopes, small spaces, waterside
How To Grow Soil: Plants thrive in wet soil but also tolerates average soil.
Light: Grows best in part-sun, but can withstand sun or shade.
Water: Likes even moisture, so water regularly.
Spacing: 20"
Fertilizing: Generally, not required. In poor soils, a light application of slow-release fertilizer can be applied.
Winterizing: No care is needed. This sedge is evergreen in the deep South, maintaining good foliage in both summer and winter.
Maintenance & pruning: Trim foliage to the ground in early spring in areas where it does not grow as an evergreen.

Did You Know?

12 Low-Maintenance Ornamental Grasses For Sun or Shade

Ornamental grasses are a staple in most low-maintenance gardens because they are hardy, durable, and add beautiful color, texture, and movement to the landscape. During the winter, ornamental grasses continue to add interest, inviting birds with exposed seed heads while the dried flowers and foliage rustle in the winter winds. Here, we’ll list our favorite low-maintenance ornamental grasses for sun or shade.

Customer Reviews

Based on 5 reviews
60%
(3)
0%
(0)
20%
(1)
0%
(0)
20%
(1)
R
R. (Texas)
Time will tell…

First, this is my own fault but I thought a quart-sized plant was a plant in a 1 quart container. Nope. It’s in a pint-sized container. Second, the plants were not only small, but seemed overly fragile - so time will tell if these live or die. On sale, the plants turned out to be way more expensive than similar plants (thinking of the roses) I can get from my local HEB grocery store that were much larger and already blooming (specifically the knock out roses).

I feel like I wasted my money and will NEVER do business with this brand again. I’m sure it won’t matter to them or other clients they have, and that’s fine. However, if you’re thinking about buying from this company, make sure it’s all on sale first and know that their 1 quart sized plant is quite small and in a 1 pint container.

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 and arrive in quart sized pots. 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.

D
D.L. (Texas)
OK experience buying plants online

I ordered 6 plants. They arrived as described... trimmed way back & wrapped in plastic. Five have slowly begun to grow & one has slowly died. I'm not sure ordering online is for me.

Our friendly customer service team is here to help! Just contact us at claims@greatgardenplants.com with your order number and photos of the plants. After further investigation, we will be able to better assist you. All orders are covered by our 60-day guarantee. We appreciate your feedback and look forward to helping! https://bit.ly/ggp-guarantee

K
K.S. (Massachusetts)
Everest' Sedge - great plant

The plants arrive in great condition and are thriving in the garden.
Love them!! Will be ordering more plants from you in the future. Keep up the good work. Signed: Happy Customer

A
A.D. (Missouri)
Love!

The sedge that I purchased has looked very healthy since I received the plants and has grown some. I am very pleased!!!

S
S. (Oregon)

The plants were in amazing shape, even in the middle of a heat wave