COLOR #29CA79

HEX: #29CA79 RGB: (41,202,121)

Color info

#29CA79 contains mainly green color. Web safe color of #29CA79 is #33CC66 (or #3C6).

RGB color model

#29CA79 color RGB value is (41,202,121).

RGB: (41,202,121) (16%, 79%, 47%)

RGB channels and saturation

R 41 of 255 = 16%
G 202 of 255 = 79%
B 121 of 255 = 47%

41
202
121

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

Portions of RGB colors in percentages

R + G + B = 41 + 202 + 121 = 364 (100%)
R 41 of 364 ~ 11.26%
G 202 of 364 ~ 55.49%
B 121 of 364 ~ 33.24'%

%11.26
%55.49
%33.24

CMYK color model

#29CA79 color CMYK value is (80,0,40,21).

  • cyan value is 79.70%
  • magenta value is 0.00%
  • yellow value is 40.10%
  • key color value is 20.78%
CMYK: (80,0,40,21) C80M0Y40K21 (80%,0%,40%,21%) (0.80/0.00/0.40/0.21) 

CMYK percentages

%79.7
%0
%40.1
%20.78

Codes

Color #29CA79 in popluar color models

29 CA 79
RGB 41 202 121
HSL 150° 66.26% 47.65%
HSB/HSV 150° 79.70% 79.22%
CMYK 79.70% 0.00% 40.10%
20.78%

Color #29CA79 in popluar number systems.

HEX 29 CA 79
Decimal 41 202 121
Binary 101001 11001010 1111001
Octal 51 312 171

Shades and tints

Shades of #29CA79

#29CA79
(41,202,121)
#26B86E
(38,184,110)
#23A663
(35,166,99)
#209458
(32,148,88)
#1D824D
(29,130,77)
#1A7042
(26,112,66)
#175E37
(23,94,55)
#144C2C
(20,76,44)
#113A21
(17,58,33)
#0E2816
(14,40,22)
#0B160B
(11,22,11)
#000000
(0,0,0)

Tints of #29CA79

#29CA79
(41,202,121)
#3CCE85
(60,206,133)
#4FD291
(79,210,145)
#62D69D
(98,214,157)
#75DAA9
(117,218,169)
#88DEB5
(136,222,181)
#9BE2C1
(155,226,193)
#AEE6CD
(174,230,205)
#C1EAD9
(193,234,217)
#D4EEE5
(212,238,229)
#E7F2F1
(231,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29CA79 color. Also use rgb(41,202,121) instead hex code.

Text Font Color

.myTextColor { color: #29CA79; }

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

This text font color is #29CA79.

Background Color

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

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

This div background color is #29CA79.

Border color

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

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

This div border color is #29CA79.

Opacity

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

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

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

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

This text has shadow with #29CA79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #29CA79.

Preview

Color preview on black background

This text has color #29CA79 on black background.


Color preview on white background

This text has color #29CA79 on white background.


Black color preview on #29CA79 background

This text has black color on #29CA79 background.


White color preview on #29CA79 background

This text has white color on #29CA79 background.


Related colors

Complementary color

Complementary color for #hex is #D63586.


I love getcolorcode.com

Triadic colors

1 #7929CA and #CA7929 with #29CA79 are triadic colors.

2 #79CA29 and #CA2979 with #29CA79 are triadic colors.