COLOR #29844E

HEX: #29844E
RGB: (41,132,78)

Color info

#29844E contains mainly green and blue colors. Web safe color of #29844E is #339966 (or #396).

RGB color model

#29844E color RGB value is (41,132,78).

  • red value is 41;
  • green value is 132;
  • blue value is 78.
RGB:
(41,132,78)
(16%,52%,31%)

RGB channels and saturation

R 41 of 255 = 16%
G 132 of 255 = 52%
B 78 of 255 = 31%

41
132
78

R + G + B ~ 33%. #29844E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 132 + 78 = 251 (100%)
R 41 of 251 ~ 16.33%
G 132 of 251 ~ 52.59%
B 78 of 251 ~ 31.08%

%16.33
%52.59
%31.08

CMYK color model

#29844E color CMYK value is (69,0,41,48).

  • cyan value is 68.94%
  • magenta value is 0.00%
  • yellow value is 40.91%
  • key color value is 48.24%
CMYK:
(69,0,41,48)
C69M0Y41K48 
(69%,0%,41%,48%)
(0.69/0.00/0.41/0.48)	

CMYK percentages

%68.94
%0
%40.91
%48.24

Codes

Color #29844E in popluar color models

29844E
RGB4113278
HSL144°52.60%33.92%
HSB/HSV144°68.94%51.76%
CMYK68.94%0.00%40.91%
48.24%

Color #29844E in popluar number systems.

HEX29844E
Decimal4113278
Binary101001100001001001110
Octal51204116

Shades and tints

Shades of #29844E

#29844E
(41,132,78)
#267847
(38,120,71)
#236C40
(35,108,64)
#206039
(32,96,57)
#1D5432
(29,84,50)
#1A482B
(26,72,43)
#173C24
(23,60,36)
#14301D
(20,48,29)
#112416
(17,36,22)
#0E180F
(14,24,15)
#0B0C08
(11,12,8)
#000000
(0,0,0)

Tints of #29844E

#29844E
(41,132,78)
#3C8F5E
(60,143,94)
#4F9A6E
(79,154,110)
#62A57E
(98,165,126)
#75B08E
(117,176,142)
#88BB9E
(136,187,158)
#9BC6AE
(155,198,174)
#AED1BE
(174,209,190)
#C1DCCE
(193,220,206)
#D4E7DE
(212,231,222)
#E7F2EE
(231,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29844E color. Also use rgb(41,132,78) instead hex code.

Text Font Color

.myTextColor { color: #29844E; }

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

This text font color is #29844E.


Background Color

.myBgColor { background-color: #29844E; }

<div style="background-color:#29844E">Inner text</div>

This div background color is #29844E.


Border color

.myBorderColor { border: 1px solid #29844E; }

<div style="border:3px solid #29844E">Div</div>

This div border color is #29844E.


Opacity

.myOpacity80 { color: #29844E; opacity: 0.8; }

<p style="color:#29844E;opacity:0.8;">80%</p>

Text with #29844E 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 #29844E;}

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

This text has shadow with #29844E color.

.textShadow {text-shadow: 3px 3px 1px #29844E, 3px 3px 1px red;}

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

This text has shadow with #29844E primary color and red secondary color.


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

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

This text has shadow with #29844E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29844E on black background.


Color preview on white background

This text has color #29844E on white background.



Black color preview on #29844E background

This text has black color on #29844E background.


White color preview on #29844E background

This text has white color on #29844E background.