COLOR #29AA44

HEX: #29AA44
RGB: (41,170,68)

Color info

#29AA44 contains mainly green color. Web safe color of #29AA44 is #339933 (or #393).

RGB color model

#29AA44 color RGB value is (41,170,68).

  • red value is 41;
  • green value is 170;
  • blue value is 68.
RGB:
(41,170,68)
(16%,67%,27%)

RGB channels and saturation

R 41 of 255 = 16%
G 170 of 255 = 67%
B 68 of 255 = 27%

41
170
68

R + G + B ~ 37%. #29AA44 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 170 + 68 = 279 (100%)
R 41 of 279 ~ 14.7%
G 170 of 279 ~ 60.93%
B 68 of 279 ~ 24.37%

%14.7
%60.93
%24.37

CMYK color model

#29AA44 color CMYK value is (76,0,60,33).

  • cyan value is 75.88%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 33.33%
CMYK:
(76,0,60,33)
C76M0Y60K33 
(76%,0%,60%,33%)
(0.76/0.00/0.60/0.33)	

CMYK percentages

%75.88
%0
%60
%33.33

Codes

Color #29AA44 in popluar color models

29AA44
RGB4117068
HSL133°61.14%41.37%
HSB/HSV133°75.88%66.67%
CMYK75.88%0.00%60.00%
33.33%

Color #29AA44 in popluar number systems.

HEX29AA44
Decimal4117068
Binary101001101010101000100
Octal51252104

Shades and tints

Shades of #29AA44

#29AA44
(41,170,68)
#269B3E
(38,155,62)
#238C38
(35,140,56)
#207D32
(32,125,50)
#1D6E2C
(29,110,44)
#1A5F26
(26,95,38)
#175020
(23,80,32)
#14411A
(20,65,26)
#113214
(17,50,20)
#0E230E
(14,35,14)
#0B1408
(11,20,8)
#000000
(0,0,0)

Tints of #29AA44

#29AA44
(41,170,68)
#3CB155
(60,177,85)
#4FB866
(79,184,102)
#62BF77
(98,191,119)
#75C688
(117,198,136)
#88CD99
(136,205,153)
#9BD4AA
(155,212,170)
#AEDBBB
(174,219,187)
#C1E2CC
(193,226,204)
#D4E9DD
(212,233,221)
#E7F0EE
(231,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29AA44 color. Also use rgb(41,170,68) instead hex code.

Text Font Color

.myTextColor { color: #29AA44; }

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

This text font color is #29AA44.


Background Color

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

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

This div background color is #29AA44.


Border color

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

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

This div border color is #29AA44.


Opacity

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

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

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

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

This text has shadow with #29AA44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29AA44 on black background.


Color preview on white background

This text has color #29AA44 on white background.



Black color preview on #29AA44 background

This text has black color on #29AA44 background.


White color preview on #29AA44 background

This text has white color on #29AA44 background.