COLOR #29DD60

HEX: #29DD60
RGB: (41,221,96)

Color info

#29DD60 contains mainly green color. Web safe color of #29DD60 is #33CC66 (or #3C6).

RGB color model

#29DD60 color RGB value is (41,221,96).

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

RGB channels and saturation

R 41 of 255 = 16%
G 221 of 255 = 87%
B 96 of 255 = 38%

41
221
96

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

Portions of RGB colors in percentages

R + G + B =
41 + 221 + 96 = 358 (100%)
R 41 of 358 ~ 11.45%
G 221 of 358 ~ 61.73%
B 96 of 358 ~ 26.82%

%11.45
%61.73
%26.82

CMYK color model

#29DD60 color CMYK value is (81,0,57,13).

  • cyan value is 81.45%
  • magenta value is 0.00%
  • yellow value is 56.56%
  • key color value is 13.33%
CMYK:
(81,0,57,13)
C81M0Y57K13 
(81%,0%,57%,13%)
(0.81/0.00/0.57/0.13)	

CMYK percentages

%81.45
%0
%56.56
%13.33

Codes

Color #29DD60 in popluar color models

29DD60
RGB4122196
HSL138°72.58%51.37%
HSB/HSV138°81.45%86.67%
CMYK81.45%0.00%56.56%
13.33%

Color #29DD60 in popluar number systems.

HEX29DD60
Decimal4122196
Binary101001110111011100000
Octal51335140

Shades and tints

Shades of #29DD60

#29DD60
(41,221,96)
#26C958
(38,201,88)
#23B550
(35,181,80)
#20A148
(32,161,72)
#1D8D40
(29,141,64)
#1A7938
(26,121,56)
#176530
(23,101,48)
#145128
(20,81,40)
#113D20
(17,61,32)
#0E2918
(14,41,24)
#0B1510
(11,21,16)
#000000
(0,0,0)

Tints of #29DD60

#29DD60
(41,221,96)
#3CE06E
(60,224,110)
#4FE37C
(79,227,124)
#62E68A
(98,230,138)
#75E998
(117,233,152)
#88ECA6
(136,236,166)
#9BEFB4
(155,239,180)
#AEF2C2
(174,242,194)
#C1F5D0
(193,245,208)
#D4F8DE
(212,248,222)
#E7FBEC
(231,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #29DD60; }

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

This text font color is #29DD60.


Background Color

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

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

This div background color is #29DD60.


Border color

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

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

This div border color is #29DD60.


Opacity

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

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

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

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

This text has shadow with #29DD60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29DD60 on black background.


Color preview on white background

This text has color #29DD60 on white background.



Black color preview on #29DD60 background

This text has black color on #29DD60 background.


White color preview on #29DD60 background

This text has white color on #29DD60 background.