COLOR #29EB91

HEX: #29EB91
RGB: (41,235,145)

Color info

#29EB91 contains mainly green color. Web safe color of #29EB91 is #33FF99 (or #3F9).

RGB color model

#29EB91 color RGB value is (41,235,145).

  • red value is 41;
  • green value is 235;
  • blue value is 145.
RGB:
(41,235,145)
(16%,92%,57%)

RGB channels and saturation

R 41 of 255 = 16%
G 235 of 255 = 92%
B 145 of 255 = 57%

41
235
145

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

Portions of RGB colors in percentages

R + G + B =
41 + 235 + 145 = 421 (100%)
R 41 of 421 ~ 9.74%
G 235 of 421 ~ 55.82%
B 145 of 421 ~ 34.44%

%9.74
%55.82
%34.44

CMYK color model

#29EB91 color CMYK value is (83,0,38,8).

  • cyan value is 82.55%
  • magenta value is 0.00%
  • yellow value is 38.30%
  • key color value is 7.84%
CMYK:
(83,0,38,8)
C83M0Y38K8 
(83%,0%,38%,8%)
(0.83/0.00/0.38/0.08)	

CMYK percentages

%82.55
%0
%38.3
%7.84

Codes

Color #29EB91 in popluar color models

29EB91
RGB41235145
HSL152°82.91%54.12%
HSB/HSV152°82.55%92.16%
CMYK82.55%0.00%38.30%
7.84%

Color #29EB91 in popluar number systems.

HEX29EB91
Decimal41235145
Binary1010011110101110010001
Octal51353221

Shades and tints

Shades of #29EB91

#29EB91
(41,235,145)
#26D684
(38,214,132)
#23C177
(35,193,119)
#20AC6A
(32,172,106)
#1D975D
(29,151,93)
#1A8250
(26,130,80)
#176D43
(23,109,67)
#145836
(20,88,54)
#114329
(17,67,41)
#0E2E1C
(14,46,28)
#0B190F
(11,25,15)
#000000
(0,0,0)

Tints of #29EB91

#29EB91
(41,235,145)
#3CEC9B
(60,236,155)
#4FEDA5
(79,237,165)
#62EEAF
(98,238,175)
#75EFB9
(117,239,185)
#88F0C3
(136,240,195)
#9BF1CD
(155,241,205)
#AEF2D7
(174,242,215)
#C1F3E1
(193,243,225)
#D4F4EB
(212,244,235)
#E7F5F5
(231,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29EB91 color. Also use rgb(41,235,145) instead hex code.

Text Font Color

.myTextColor { color: #29EB91; }

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

This text font color is #29EB91.


Background Color

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

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

This div background color is #29EB91.


Border color

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

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

This div border color is #29EB91.


Opacity

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

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

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

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

This text has shadow with #29EB91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29EB91 on black background.


Color preview on white background

This text has color #29EB91 on white background.



Black color preview on #29EB91 background

This text has black color on #29EB91 background.


White color preview on #29EB91 background

This text has white color on #29EB91 background.