COLOR #29A550

HEX: #29A550
RGB: (41,165,80)

Color info

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

RGB color model

#29A550 color RGB value is (41,165,80).

  • red value is 41;
  • green value is 165;
  • blue value is 80.
RGB:
(41,165,80)
(16%,65%,31%)

RGB channels and saturation

R 41 of 255 = 16%
G 165 of 255 = 65%
B 80 of 255 = 31%

41
165
80

R + G + B ~ 37%. #29A550 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 165 + 80 = 286 (100%)
R 41 of 286 ~ 14.34%
G 165 of 286 ~ 57.69%
B 80 of 286 ~ 27.97%

%14.34
%57.69
%27.97

CMYK color model

#29A550 color CMYK value is (75,0,52,35).

  • cyan value is 75.15%
  • magenta value is 0.00%
  • yellow value is 51.52%
  • key color value is 35.29%
CMYK:
(75,0,52,35)
C75M0Y52K35 
(75%,0%,52%,35%)
(0.75/0.00/0.52/0.35)	

CMYK percentages

%75.15
%0
%51.52
%35.29

Codes

Color #29A550 in popluar color models

29A550
RGB4116580
HSL139°60.19%40.39%
HSB/HSV139°75.15%64.71%
CMYK75.15%0.00%51.52%
35.29%

Color #29A550 in popluar number systems.

HEX29A550
Decimal4116580
Binary101001101001011010000
Octal51245120

Shades and tints

Shades of #29A550

#29A550
(41,165,80)
#269649
(38,150,73)
#238742
(35,135,66)
#20783B
(32,120,59)
#1D6934
(29,105,52)
#1A5A2D
(26,90,45)
#174B26
(23,75,38)
#143C1F
(20,60,31)
#112D18
(17,45,24)
#0E1E11
(14,30,17)
#0B0F0A
(11,15,10)
#000000
(0,0,0)

Tints of #29A550

#29A550
(41,165,80)
#3CAD5F
(60,173,95)
#4FB56E
(79,181,110)
#62BD7D
(98,189,125)
#75C58C
(117,197,140)
#88CD9B
(136,205,155)
#9BD5AA
(155,213,170)
#AEDDB9
(174,221,185)
#C1E5C8
(193,229,200)
#D4EDD7
(212,237,215)
#E7F5E6
(231,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29A550 color. Also use rgb(41,165,80) instead hex code.

Text Font Color

.myTextColor { color: #29A550; }

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

This text font color is #29A550.


Background Color

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

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

This div background color is #29A550.


Border color

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

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

This div border color is #29A550.


Opacity

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

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

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

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

This text has shadow with #29A550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29A550 on black background.


Color preview on white background

This text has color #29A550 on white background.



Black color preview on #29A550 background

This text has black color on #29A550 background.


White color preview on #29A550 background

This text has white color on #29A550 background.