COLOR #29A658

HEX: #29A658
RGB: (41,166,88)

Color info

#29A658 contains mainly green color. Web safe color of #29A658 is #339966 (or #396).

RGB color model

#29A658 color RGB value is (41,166,88).

  • red value is 41;
  • green value is 166;
  • blue value is 88.
RGB:
(41,166,88)
(16%,65%,35%)

RGB channels and saturation

R 41 of 255 = 16%
G 166 of 255 = 65%
B 88 of 255 = 35%

41
166
88

R + G + B ~ 39%. #29A658 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 166 + 88 = 295 (100%)
R 41 of 295 ~ 13.9%
G 166 of 295 ~ 56.27%
B 88 of 295 ~ 29.83%

%13.9
%56.27
%29.83

CMYK color model

#29A658 color CMYK value is (75,0,47,35).

  • cyan value is 75.30%
  • magenta value is 0.00%
  • yellow value is 46.99%
  • key color value is 34.90%
CMYK:
(75,0,47,35)
C75M0Y47K35 
(75%,0%,47%,35%)
(0.75/0.00/0.47/0.35)	

CMYK percentages

%75.3
%0
%46.99
%34.9

Codes

Color #29A658 in popluar color models

29A658
RGB4116688
HSL143°60.39%40.59%
HSB/HSV143°75.30%65.10%
CMYK75.30%0.00%46.99%
34.90%

Color #29A658 in popluar number systems.

HEX29A658
Decimal4116688
Binary101001101001101011000
Octal51246130

Shades and tints

Shades of #29A658

#29A658
(41,166,88)
#269750
(38,151,80)
#238848
(35,136,72)
#207940
(32,121,64)
#1D6A38
(29,106,56)
#1A5B30
(26,91,48)
#174C28
(23,76,40)
#143D20
(20,61,32)
#112E18
(17,46,24)
#0E1F10
(14,31,16)
#0B1008
(11,16,8)
#000000
(0,0,0)

Tints of #29A658

#29A658
(41,166,88)
#3CAE67
(60,174,103)
#4FB676
(79,182,118)
#62BE85
(98,190,133)
#75C694
(117,198,148)
#88CEA3
(136,206,163)
#9BD6B2
(155,214,178)
#AEDEC1
(174,222,193)
#C1E6D0
(193,230,208)
#D4EEDF
(212,238,223)
#E7F6EE
(231,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29A658 color. Also use rgb(41,166,88) instead hex code.

Text Font Color

.myTextColor { color: #29A658; }

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

This text font color is #29A658.


Background Color

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

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

This div background color is #29A658.


Border color

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

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

This div border color is #29A658.


Opacity

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

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

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

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

This text has shadow with #29A658 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29A658 on black background.


Color preview on white background

This text has color #29A658 on white background.



Black color preview on #29A658 background

This text has black color on #29A658 background.


White color preview on #29A658 background

This text has white color on #29A658 background.