COLOR #29DD8D

HEX: #29DD8D
RGB: (41,221,141)

Color info

#29DD8D contains mainly green color. Web safe color of #29DD8D is #33CC99 (or #3C9).

RGB color model

#29DD8D color RGB value is (41,221,141).

  • red value is 41;
  • green value is 221;
  • blue value is 141.
RGB:
(41,221,141)
(16%,87%,55%)

RGB channels and saturation

R 41 of 255 = 16%
G 221 of 255 = 87%
B 141 of 255 = 55%

41
221
141

R + G + B ~ 53%. #29DD8D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
41 + 221 + 141 = 403 (100%)
R 41 of 403 ~ 10.17%
G 221 of 403 ~ 54.84%
B 141 of 403 ~ 34.99%

%10.17
%54.84
%34.99

CMYK color model

#29DD8D color CMYK value is (81,0,36,13).

  • cyan value is 81.45%
  • magenta value is 0.00%
  • yellow value is 36.20%
  • key color value is 13.33%
CMYK:
(81,0,36,13)
C81M0Y36K13 
(81%,0%,36%,13%)
(0.81/0.00/0.36/0.13)	

CMYK percentages

%81.45
%0
%36.2
%13.33

Codes

Color #29DD8D in popluar color models

29DD8D
RGB41221141
HSL153°72.58%51.37%
HSB/HSV153°81.45%86.67%
CMYK81.45%0.00%36.20%
13.33%

Color #29DD8D in popluar number systems.

HEX29DD8D
Decimal41221141
Binary1010011101110110001101
Octal51335215

Shades and tints

Shades of #29DD8D

#29DD8D
(41,221,141)
#26C981
(38,201,129)
#23B575
(35,181,117)
#20A169
(32,161,105)
#1D8D5D
(29,141,93)
#1A7951
(26,121,81)
#176545
(23,101,69)
#145139
(20,81,57)
#113D2D
(17,61,45)
#0E2921
(14,41,33)
#0B1515
(11,21,21)
#000000
(0,0,0)

Tints of #29DD8D

#29DD8D
(41,221,141)
#3CE097
(60,224,151)
#4FE3A1
(79,227,161)
#62E6AB
(98,230,171)
#75E9B5
(117,233,181)
#88ECBF
(136,236,191)
#9BEFC9
(155,239,201)
#AEF2D3
(174,242,211)
#C1F5DD
(193,245,221)
#D4F8E7
(212,248,231)
#E7FBF1
(231,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29DD8D color. Also use rgb(41,221,141) instead hex code.

Text Font Color

.myTextColor { color: #29DD8D; }

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

This text font color is #29DD8D.


Background Color

.myBgColor { background-color: #29DD8D; }

<div style="background-color:#29DD8D">Inner text</div>

This div background color is #29DD8D.


Border color

.myBorderColor { border: 1px solid #29DD8D; }

<div style="border:3px solid #29DD8D">Div</div>

This div border color is #29DD8D.


Opacity

.myOpacity80 { color: #29DD8D; opacity: 0.8; }

<p style="color:#29DD8D;opacity:0.8;">80%</p>

Text with #29DD8D 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 #29DD8D;}

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

This text has shadow with #29DD8D color.

.textShadow {text-shadow: 3px 3px 1px #29DD8D, 3px 3px 1px red;}

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

This text has shadow with #29DD8D primary color and red secondary color.


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

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

This text has shadow with #29DD8D and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #29DD8D;
-webkit-box-shadow: 1px 1px 3px 2px #29DD8D;
box-shadow:1px 1px 3px 2px #29DD8D;">
Div content here</div>
This div box has shadow with color #29DD8D.

Preview

Color preview on black background

This text has color #29DD8D on black background.


Color preview on white background

This text has color #29DD8D on white background.



Black color preview on #29DD8D background

This text has black color on #29DD8D background.


White color preview on #29DD8D background

This text has white color on #29DD8D background.