COLOR #29C483

HEX: #29C483
RGB: (41,196,131)

Color info

#29C483 contains mainly green color. Web safe color of #29C483 is #33CC99 (or #3C9).

RGB color model

#29C483 color RGB value is (41,196,131).

  • red value is 41;
  • green value is 196;
  • blue value is 131.
RGB:
(41,196,131)
(16%,77%,51%)

RGB channels and saturation

R 41 of 255 = 16%
G 196 of 255 = 77%
B 131 of 255 = 51%

41
196
131

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

Portions of RGB colors in percentages

R + G + B =
41 + 196 + 131 = 368 (100%)
R 41 of 368 ~ 11.14%
G 196 of 368 ~ 53.26%
B 131 of 368 ~ 35.6%

%11.14
%53.26
%35.6

CMYK color model

#29C483 color CMYK value is (79,0,33,23).

  • cyan value is 79.08%
  • magenta value is 0.00%
  • yellow value is 33.16%
  • key color value is 23.14%
CMYK:
(79,0,33,23)
C79M0Y33K23 
(79%,0%,33%,23%)
(0.79/0.00/0.33/0.23)	

CMYK percentages

%79.08
%0
%33.16
%23.14

Codes

Color #29C483 in popluar color models

29C483
RGB41196131
HSL155°65.40%46.47%
HSB/HSV155°79.08%76.86%
CMYK79.08%0.00%33.16%
23.14%

Color #29C483 in popluar number systems.

HEX29C483
Decimal41196131
Binary1010011100010010000011
Octal51304203

Shades and tints

Shades of #29C483

#29C483
(41,196,131)
#26B378
(38,179,120)
#23A26D
(35,162,109)
#209162
(32,145,98)
#1D8057
(29,128,87)
#1A6F4C
(26,111,76)
#175E41
(23,94,65)
#144D36
(20,77,54)
#113C2B
(17,60,43)
#0E2B20
(14,43,32)
#0B1A15
(11,26,21)
#000000
(0,0,0)

Tints of #29C483

#29C483
(41,196,131)
#3CC98E
(60,201,142)
#4FCE99
(79,206,153)
#62D3A4
(98,211,164)
#75D8AF
(117,216,175)
#88DDBA
(136,221,186)
#9BE2C5
(155,226,197)
#AEE7D0
(174,231,208)
#C1ECDB
(193,236,219)
#D4F1E6
(212,241,230)
#E7F6F1
(231,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29C483 color. Also use rgb(41,196,131) instead hex code.

Text Font Color

.myTextColor { color: #29C483; }

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

This text font color is #29C483.


Background Color

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

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

This div background color is #29C483.


Border color

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

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

This div border color is #29C483.


Opacity

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

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

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

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

This text has shadow with #29C483 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29C483 on black background.


Color preview on white background

This text has color #29C483 on white background.



Black color preview on #29C483 background

This text has black color on #29C483 background.


White color preview on #29C483 background

This text has white color on #29C483 background.