COLOR #29BD87

HEX: #29BD87
RGB: (41,189,135)

Color info

#29BD87 contains mainly green and blue colors. Web safe color of #29BD87 is #33CC99 (or #3C9).

RGB color model

#29BD87 color RGB value is (41,189,135).

  • red value is 41;
  • green value is 189;
  • blue value is 135.
RGB:
(41,189,135)
(16%,74%,53%)

RGB channels and saturation

R 41 of 255 = 16%
G 189 of 255 = 74%
B 135 of 255 = 53%

41
189
135

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

Portions of RGB colors in percentages

R + G + B =
41 + 189 + 135 = 365 (100%)
R 41 of 365 ~ 11.23%
G 189 of 365 ~ 51.78%
B 135 of 365 ~ 36.99%

%11.23
%51.78
%36.99

CMYK color model

#29BD87 color CMYK value is (78,0,29,26).

  • cyan value is 78.31%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 25.88%
CMYK:
(78,0,29,26)
C78M0Y29K26 
(78%,0%,29%,26%)
(0.78/0.00/0.29/0.26)	

CMYK percentages

%78.31
%0
%28.57
%25.88

Codes

Color #29BD87 in popluar color models

29BD87
RGB41189135
HSL158°64.35%45.10%
HSB/HSV158°78.31%74.12%
CMYK78.31%0.00%28.57%
25.88%

Color #29BD87 in popluar number systems.

HEX29BD87
Decimal41189135
Binary1010011011110110000111
Octal51275207

Shades and tints

Shades of #29BD87

#29BD87
(41,189,135)
#26AC7B
(38,172,123)
#239B6F
(35,155,111)
#208A63
(32,138,99)
#1D7957
(29,121,87)
#1A684B
(26,104,75)
#17573F
(23,87,63)
#144633
(20,70,51)
#113527
(17,53,39)
#0E241B
(14,36,27)
#0B130F
(11,19,15)
#000000
(0,0,0)

Tints of #29BD87

#29BD87
(41,189,135)
#3CC391
(60,195,145)
#4FC99B
(79,201,155)
#62CFA5
(98,207,165)
#75D5AF
(117,213,175)
#88DBB9
(136,219,185)
#9BE1C3
(155,225,195)
#AEE7CD
(174,231,205)
#C1EDD7
(193,237,215)
#D4F3E1
(212,243,225)
#E7F9EB
(231,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29BD87 color. Also use rgb(41,189,135) instead hex code.

Text Font Color

.myTextColor { color: #29BD87; }

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

This text font color is #29BD87.


Background Color

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

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

This div background color is #29BD87.


Border color

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

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

This div border color is #29BD87.


Opacity

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

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

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

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

This text has shadow with #29BD87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29BD87 on black background.


Color preview on white background

This text has color #29BD87 on white background.



Black color preview on #29BD87 background

This text has black color on #29BD87 background.


White color preview on #29BD87 background

This text has white color on #29BD87 background.