Skip to main content Skip to docs navigation

#215d64 hex color | Download Dark Green BG image | 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 Gulf Harbour and its hex is #225E64 Nearest Color Name

Color Hue/Base color: Green

Hex #215d64 Color code in RGB color code model is created after adding 12.94% red color, 36.47% green color and 39.22% blue color. Hex #215d64 Color code in CMYK color (process color) code model is generated after subtraction of 67% cyan, 7% magenta, 0% yellow and 60.78% black.

Hex #215d64 color code is between #225566 web safe hex color code and #116655 web safe hex color code. #225566 is the nearest web safe color code. You can see here many more shades of #215d64 color code.

RGB Chart

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

Color Table

Hex Color Code 215d64 #215d64
RGB Decimal 33, 93, 100 33, 93, 100
RGB Percent 13%, 36%, 39% rgb(13%, 36%, 39%)
CSS RGBa 33, 93, 100,1 rgba(33,93,100,1)
CMYK Model cmyk(67%,7%,0%,60.78%)
HSL Color Space 186,50% ,26% hsl(186,50% ,26%)
HSV Color Space 186°, 67%, 39%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00100001 01011101 01100100
Octal 41 135 144
Decimal 33 93 100
Hex 21 5d 64

Different shades of #215d64 color code.

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

Darkest of #215d64
#000000
Darker of #215d64
#081617
Dark of #215d64
#14393e
Base of #215d64
#215d64
Light of #215d64
#2e818a
Lighter
#3aa4b1
Lightest
#57bcc7

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

#215d64
#642821

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

Split Complementary

#215d64
#64213c
#644a21

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

Analogous Color

#216444
#21644f
#215d64
#214764
#212b64

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

#215d64
#5d6421
#64215d

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

#215d64
#64215d
#642821
#216428

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

#215d64
#4a2164
#642821
#3c6421

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 #215d64

#000000
#000000
#081617
#14393e
#215d64
#2e818a
#3aa4b1
#57bcc7
#7dcbd4

Tints of #215d64 Color

#215d64
#396f75
#528186
#6b9397
#83a5a8
#9cb7ba
#b5c9cb
#cddbdc
#e6eded
#ffffff

Shades of #215d64 color code

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

#215d64
#1d5258
#19484d
#163e42
#123337
#0e292c
#0b1f21
#071416
#030a0b
#000000

Tones

#215d64
#2e5257
#3c4849
#434343
#434343

Tones

Similar Color like #215d64 color

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

#225e65
#235f66
#246067
#256168
#266269
#27636a
#28646b
#29656c
#2a666d
#2b676e
#2c686f
#2d6970
#2e6a71
#2f6b72
#205c63
#1f5b62
#1e5a61
#1d5960
#1c585f
#1b575e
#1a565d
#19555c
#18545b
#17535a
#165259
#155158
#145057
#134f56

Download this Dark Green

Hex #215d64 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.

#215d64 Color Code Preview on Black Background Color

This is how #215d64 Color will look on black background color. Color contrast ratio is 2.81

#215d64 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #215d64

HTML with inline CSS

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

Your Example Paragraph content text in with font color #215d64

#215d64 color code is use for CSS Background Color

Background color for the above div is #215d64

HTML with inline CSS

<div style="background-color:#215d64;"></div>

#215d64 color code is use for CSS Border Color

CSS Border color for the above div is #215d64

HTML with inline CSS

<div style="border:5px solid #215d64;"></div>

CSS Border Left color for the above div is #215d64

HTML with inline CSS

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

CSS Border Right color for the above div is #215d64

HTML with inline CSS

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

CSS Border Bottom color for the above div is #215d64

HTML with inline CSS

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

CSS Border Top color for the above div is #215d64

HTML with inline CSS

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

#215d64 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#215d64 Color code Preview on White Background

This is how #215d64 Color code will look on white background color. Color contrast ratio is 7.46

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 #215d64; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #215d64; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(33,93,100,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(100,40,33,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(33,93,100,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }