Skip to main content Skip to docs navigation

#2daa7b hex color | Dark Green & Cool color | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Cosmic Green and its hex is #30A877 Nearest Color Name

Color Hue/Base color: Green

Hex #2daa7b Color code in RGB color code model is created after adding 17.65% red color, 66.67% green color and 48.24% blue color. Hex #2daa7b Color code in CMYK color (process color) code model is generated after subtraction of 74% cyan, 0% magenta, 28% yellow and 33.33% black.

Hex #2daa7b color code is between #339977 web safe hex color code and #22bb88 web safe hex color code. #339977 is the nearest web safe color code. You can see here many more shades of #2daa7b color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code 2daa7b #2daa7b
RGB Decimal 45, 170, 123 45, 170, 123
RGB Percent 18%, 67%, 48% rgb(18%, 67%, 48%)
CSS RGBa 45, 170, 123,1 rgba(45,170,123,1)
CMYK Model cmyk(74%,0%,28%,33.33%)
HSL Color Space 157,58% ,42% hsl(157,58% ,42%)
HSV Color Space 157°, 74%, 67%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00101101 10101010 01111011
Octal 55 252 173
Decimal 45 170 123
Hex 2d aa 7b

Different shades of #2daa7b color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #2daa7b
#0d3123
Darker of #2daa7b
#185941
Dark of #2daa7b
#22825e
Base of #2daa7b
#2daa7b
Light of #2daa7b
#3ecc97
Lighter
#66d7ac
Lightest
#8fe1c2

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#2daa7b
#aa2d5c

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#2daa7b
#aa2d9b
#aa3d2d

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#2daa32
#2daa47
#2daa7b
#2daaa5
#2d7baa

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#2daa7b
#aa7b2d
#7b2daa

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#2daa7b
#7b2daa
#aa2d5c
#5caa2d

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#2daa7b
#3d2daa
#aa2d5c
#9baa2d

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #2daa7b

#020906
#0d3123
#185941
#22825e
#2daa7b
#3ecc97
#66d7ac
#8fe1c2
#b7ecd8

Tints of #2daa7b Color

#2daa7b
#44b389
#5bbc98
#73c6a7
#8acfb5
#a1d9c4
#b9e2d3
#d0ece1
#e7f5f0
#ffffff

Shades of #2daa7b color code

Generate more color scales with scales (color stack) generator.

#2daa7b
#28976d
#23845f
#1e7152
#195e44
#144b36
#0f3829
#0a251b
#05120d
#000000

Tones

#2daa7b
#439576
#587f70
#6c6c6c
#6c6c6c

Tones

Similar Color like #2daa7b color

Find visually similar hex color codes nearing to #2daa7b hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#2eab7c
#2fac7d
#30ad7e
#31ae7f
#32af80
#33b081
#34b182
#35b283
#36b384
#37b485
#38b586
#39b687
#3ab788
#3bb889
#2ca97a
#2ba879
#2aa778
#29a677
#28a576
#27a475
#26a374
#25a273
#24a172
#23a071
#229f70
#219e6f
#209d6e
#1f9c6d

Download this

Hex #2daa7b Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#2daa7b Color Code Preview on Black Background Color

This is how #2daa7b Color will look on black background color. Color contrast ratio is 7.15

#2daa7b in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#2daa7b">Your Example Paragraph content text in with font color #2daa7b </p>

Your Example Paragraph content text in with font color #2daa7b

HTML with inline CSS

<div style="color:#2daa7b">Your Paragraph text in with font color #2daa7b </div>

Your Example Paragraph content text in with font color #2daa7b

#2daa7b color code is use for CSS Background Color

Background color for the above div is #2daa7b

HTML with inline CSS

<div style="background-color:#2daa7b;"></div>

#2daa7b color code is use for CSS Border Color

CSS Border color for the above div is #2daa7b

HTML with inline CSS

<div style="border:5px solid #2daa7b;"></div>

CSS Border Left color for the above div is #2daa7b

HTML with inline CSS

<div style="border-left:5px solid #2daa7b;"></div>

CSS Border Right color for the above div is #2daa7b

HTML with inline CSS

<div style="border-right:5px solid #2daa7b;"></div>

CSS Border Bottom color for the above div is #2daa7b

HTML with inline CSS

<div style="border-bottom:5px solid #2daa7b;"></div>

CSS Border Top color for the above div is #2daa7b

HTML with inline CSS

<div style="border-top:5px solid #2daa7b;"></div>

#2daa7b hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#2daa7b; } .examplecolorclass {color:#2daa7b; } .examplebordercolor {border:3px solid #2daa7b; }

#2daa7b Color code Preview on White Background

This is how #2daa7b Color code will look on white background color. Color contrast ratio is 2.94

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #2daa7b; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #2daa7b; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(45,170,123,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(170,45,92,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(45,170,123,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }