COLOR #29D96D

HEX: #29D96D
RGB: (41,217,109)

Color info

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

RGB color model

#29D96D color RGB value is (41,217,109).

  • red value is 41;
  • green value is 217;
  • blue value is 109.
RGB:
(41,217,109)
(16%,85%,43%)

RGB channels and saturation

R 41 of 255 = 16%
G 217 of 255 = 85%
B 109 of 255 = 43%

41
217
109

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

Portions of RGB colors in percentages

R + G + B =
41 + 217 + 109 = 367 (100%)
R 41 of 367 ~ 11.17%
G 217 of 367 ~ 59.13%
B 109 of 367 ~ 29.7%

%11.17
%59.13
%29.7

CMYK color model

#29D96D color CMYK value is (81,0,50,15).

  • cyan value is 81.11%
  • magenta value is 0.00%
  • yellow value is 49.77%
  • key color value is 14.90%
CMYK:
(81,0,50,15)
C81M0Y50K15 
(81%,0%,50%,15%)
(0.81/0.00/0.50/0.15)	

CMYK percentages

%81.11
%0
%49.77
%14.9

Codes

Color #29D96D in popluar color models

29D96D
RGB41217109
HSL143°69.84%50.59%
HSB/HSV143°81.11%85.10%
CMYK81.11%0.00%49.77%
14.90%

Color #29D96D in popluar number systems.

HEX29D96D
Decimal41217109
Binary101001110110011101101
Octal51331155

Shades and tints

Shades of #29D96D

#29D96D
(41,217,109)
#26C664
(38,198,100)
#23B35B
(35,179,91)
#20A052
(32,160,82)
#1D8D49
(29,141,73)
#1A7A40
(26,122,64)
#176737
(23,103,55)
#14542E
(20,84,46)
#114125
(17,65,37)
#0E2E1C
(14,46,28)
#0B1B13
(11,27,19)
#000000
(0,0,0)

Tints of #29D96D

#29D96D
(41,217,109)
#3CDC7A
(60,220,122)
#4FDF87
(79,223,135)
#62E294
(98,226,148)
#75E5A1
(117,229,161)
#88E8AE
(136,232,174)
#9BEBBB
(155,235,187)
#AEEEC8
(174,238,200)
#C1F1D5
(193,241,213)
#D4F4E2
(212,244,226)
#E7F7EF
(231,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29D96D color. Also use rgb(41,217,109) instead hex code.

Text Font Color

.myTextColor { color: #29D96D; }

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

This text font color is #29D96D.


Background Color

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

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

This div background color is #29D96D.


Border color

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

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

This div border color is #29D96D.


Opacity

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

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

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

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

This text has shadow with #29D96D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29D96D on black background.


Color preview on white background

This text has color #29D96D on white background.



Black color preview on #29D96D background

This text has black color on #29D96D background.


White color preview on #29D96D background

This text has white color on #29D96D background.