COLOR #2D9989

HEX: #2D9989 RGB: (45,153,137)

Color info

#2D9989 contains mainly green and blue colors. Web safe color of #2D9989 is #339999 (or #399).

RGB color model

#2D9989 color RGB value is (45,153,137).

RGB: (45,153,137) (18%, 60%, 54%)

RGB channels and saturation

R 45 of 255 = 18%
G 153 of 255 = 60%
B 137 of 255 = 54%

45
153
137

R + G + B ~ 44%. #2D9989 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 45 + 153 + 137 = 335 (100%)
R 45 of 335 ~ 13.43%
G 153 of 335 ~ 45.67%
B 137 of 335 ~ 40.9'%

%13.43
%45.67
%40.9

CMYK color model

#2D9989 color CMYK value is (71,0,10,40).

  • cyan value is 70.59%
  • magenta value is 0.00%
  • yellow value is 10.46%
  • key color value is 40.00%

CMYK: (71,0,10,40)
C71M0Y10K40 (71%, 0%, 10%, 40%)
(0.71 / 0.00 / 0.10 / 0.40)

CMYK percentages

%70.59
%0
%10.46
%40

Codes

Color #2D9989 in popluar color models

2D 99 89
RGB 45 153 137
HSL 171° 54.55% 38.82%
HSB/HSV 171° 70.59% 60.00%
CMYK 70.59% 0.00% 10.46%
40.00%

Color #2D9989 in popluar number systems.

HEX 2D 99 89
Decimal 45 153 137
Binary 101101 10011001 10001001
Octal 55 231 211

Shades and tints

Shades of #2D9989

#2D9989
(45,153,137)
#298C7D
(41,140,125)
#257F71
(37,127,113)
#217265
(33,114,101)
#1D6559
(29,101,89)
#19584D
(25,88,77)
#154B41
(21,75,65)
#113E35
(17,62,53)
#0D3129
(13,49,41)
#09241D
(9,36,29)
#051711
(5,23,17)
#000000
(0,0,0)

Tints of #2D9989

#2D9989
(45,153,137)
#40A293
(64,162,147)
#53AB9D
(83,171,157)
#66B4A7
(102,180,167)
#79BDB1
(121,189,177)
#8CC6BB
(140,198,187)
#9FCFC5
(159,207,197)
#B2D8CF
(178,216,207)
#C5E1D9
(197,225,217)
#D8EAE3
(216,234,227)
#EBF3ED
(235,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D9989 color. Also use rgb(45,153,137) instead hex code.

Text Font Color

.myTextColor { color: #2D9989; }

<p style="color:#2D9989">This sample text font color is #2D9989.</p>

This text font color is #2D9989.

Background Color

.myBgColor { background-color: #2D9989; }

<div style="background-color:#2D9989">Inner text</div>

This div background color is #2D9989.

Border color

.myBorderColor { border: 1px solid #2D9989; }

<div style="border:3px solid #2D9989">Div</div>

This div border color is #2D9989.

Opacity

.myOpacity80 { color: #2D9989; opacity: 0.8; }

<p style="color:#2D9989;opacity:0.8;">80%</p>

Text with #2D9989 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #2D9989;}

<p style="text-shadow: 3px 3px 1px #2D9989">Text here.</p>

This text has shadow with #2D9989 color.


.textShadow {text-shadow: 3px 3px 1px #2D9989', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #2D9989, 5px 5px 20px red">Text here.</p>

This text has shadow with #2D9989 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#2D9989, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#2D9989, Direction=45, Strength=4)">Text</p>

This text has shadow with #2D9989 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #2D9989;
-webkit-box-shadow: 1px 1px 3px 2px #2D9989;
box-shadow: 1px 1px 3px 2px #2D9989;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #2D9989; -webkit-box-shadow: 1px 1px 3px 2px #2D9989; box-shadow:1px 1px 3px 2px #2D9989;">
Div content here
</div>

This div box has shadow with color #2D9989.

Preview

Color preview on black background

This text has color #2D9989 on black background.


Color preview on white background

This text has color #2D9989 on white background.


Black color preview on #2D9989 background

This text has black color on #2D9989 background.


White color preview on #2D9989 background

This text has white color on #2D9989 background.


Related colors

Complementary color

Complementary color for #hex is #D26676.


I love getcolorcode.com

Triadic colors

1 #892D99 and #99892D with #2D9989 are triadic colors.

2 #89992D and #992D89 with #2D9989 are triadic colors.