COLOR #29B893

HEX: #29B893
RGB: (41,184,147)

Color info

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

RGB color model

#29B893 color RGB value is (41,184,147).

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

RGB channels and saturation

R 41 of 255 = 16%
G 184 of 255 = 72%
B 147 of 255 = 58%

41
184
147

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

Portions of RGB colors in percentages

R + G + B =
41 + 184 + 147 = 372 (100%)
R 41 of 372 ~ 11.02%
G 184 of 372 ~ 49.46%
B 147 of 372 ~ 39.52%

%11.02
%49.46
%39.52

CMYK color model

#29B893 color CMYK value is (78,0,20,28).

  • cyan value is 77.72%
  • magenta value is 0.00%
  • yellow value is 20.11%
  • key color value is 27.84%
CMYK:
(78,0,20,28)
C78M0Y20K28 
(78%,0%,20%,28%)
(0.78/0.00/0.20/0.28)	

CMYK percentages

%77.72
%0
%20.11
%27.84

Codes

Color #29B893 in popluar color models

29B893
RGB41184147
HSL164°63.56%44.12%
HSB/HSV164°77.72%72.16%
CMYK77.72%0.00%20.11%
27.84%

Color #29B893 in popluar number systems.

HEX29B893
Decimal41184147
Binary1010011011100010010011
Octal51270223

Shades and tints

Shades of #29B893

#29B893
(41,184,147)
#26A886
(38,168,134)
#239879
(35,152,121)
#20886C
(32,136,108)
#1D785F
(29,120,95)
#1A6852
(26,104,82)
#175845
(23,88,69)
#144838
(20,72,56)
#11382B
(17,56,43)
#0E281E
(14,40,30)
#0B1811
(11,24,17)
#000000
(0,0,0)

Tints of #29B893

#29B893
(41,184,147)
#3CBE9C
(60,190,156)
#4FC4A5
(79,196,165)
#62CAAE
(98,202,174)
#75D0B7
(117,208,183)
#88D6C0
(136,214,192)
#9BDCC9
(155,220,201)
#AEE2D2
(174,226,210)
#C1E8DB
(193,232,219)
#D4EEE4
(212,238,228)
#E7F4ED
(231,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #29B893; }

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

This text font color is #29B893.


Background Color

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

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

This div background color is #29B893.


Border color

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

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

This div border color is #29B893.


Opacity

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

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

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

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

This text has shadow with #29B893 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29B893 on black background.


Color preview on white background

This text has color #29B893 on white background.



Black color preview on #29B893 background

This text has black color on #29B893 background.


White color preview on #29B893 background

This text has white color on #29B893 background.