COLOR #29B876

HEX: #29B876
RGB: (41,184,118)

Color info

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

RGB color model

#29B876 color RGB value is (41,184,118).

  • red value is 41;
  • green value is 184;
  • blue value is 118.
RGB:
(41,184,118)
(16%,72%,46%)

RGB channels and saturation

R 41 of 255 = 16%
G 184 of 255 = 72%
B 118 of 255 = 46%

41
184
118

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

Portions of RGB colors in percentages

R + G + B =
41 + 184 + 118 = 343 (100%)
R 41 of 343 ~ 11.95%
G 184 of 343 ~ 53.64%
B 118 of 343 ~ 34.4%

%11.95
%53.64
%34.4

CMYK color model

#29B876 color CMYK value is (78,0,36,28).

  • cyan value is 77.72%
  • magenta value is 0.00%
  • yellow value is 35.87%
  • key color value is 27.84%
CMYK:
(78,0,36,28)
C78M0Y36K28 
(78%,0%,36%,28%)
(0.78/0.00/0.36/0.28)	

CMYK percentages

%77.72
%0
%35.87
%27.84

Codes

Color #29B876 in popluar color models

29B876
RGB41184118
HSL152°63.56%44.12%
HSB/HSV152°77.72%72.16%
CMYK77.72%0.00%35.87%
27.84%

Color #29B876 in popluar number systems.

HEX29B876
Decimal41184118
Binary101001101110001110110
Octal51270166

Shades and tints

Shades of #29B876

#29B876
(41,184,118)
#26A86C
(38,168,108)
#239862
(35,152,98)
#208858
(32,136,88)
#1D784E
(29,120,78)
#1A6844
(26,104,68)
#17583A
(23,88,58)
#144830
(20,72,48)
#113826
(17,56,38)
#0E281C
(14,40,28)
#0B1812
(11,24,18)
#000000
(0,0,0)

Tints of #29B876

#29B876
(41,184,118)
#3CBE82
(60,190,130)
#4FC48E
(79,196,142)
#62CA9A
(98,202,154)
#75D0A6
(117,208,166)
#88D6B2
(136,214,178)
#9BDCBE
(155,220,190)
#AEE2CA
(174,226,202)
#C1E8D6
(193,232,214)
#D4EEE2
(212,238,226)
#E7F4EE
(231,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29B876 color. Also use rgb(41,184,118) instead hex code.

Text Font Color

.myTextColor { color: #29B876; }

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

This text font color is #29B876.


Background Color

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

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

This div background color is #29B876.


Border color

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

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

This div border color is #29B876.


Opacity

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

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

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

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

This text has shadow with #29B876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29B876 on black background.


Color preview on white background

This text has color #29B876 on white background.



Black color preview on #29B876 background

This text has black color on #29B876 background.


White color preview on #29B876 background

This text has white color on #29B876 background.