COLOR #29CA62

HEX: #29CA62 RGB: (41,202,98)

Color info

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

RGB color model

#29CA62 color RGB value is (41,202,98).

RGB: (41,202,98) (16%, 79%, 38%)

RGB channels and saturation

R 41 of 255 = 16%
G 202 of 255 = 79%
B 98 of 255 = 38%

41
202
98

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

Portions of RGB colors in percentages

R + G + B = 41 + 202 + 98 = 341 (100%)
R 41 of 341 ~ 12.02%
G 202 of 341 ~ 59.24%
B 98 of 341 ~ 28.74'%

%12.02
%59.24
%28.74

CMYK color model

#29CA62 color CMYK value is (80,0,51,21).

  • cyan value is 79.70%
  • magenta value is 0.00%
  • yellow value is 51.49%
  • key color value is 20.78%

CMYK: (80,0,51,21)
C80M0Y51K21 (80%, 0%, 51%, 21%)
(0.80 / 0.00 / 0.51 / 0.21)

CMYK percentages

%79.7
%0
%51.49
%20.78

Codes

Color #29CA62 in popluar color models

29 CA 62
RGB 41 202 98
HSL 141° 66.26% 47.65%
HSB/HSV 141° 79.70% 79.22%
CMYK 79.70% 0.00% 51.49%
20.78%

Color #29CA62 in popluar number systems.

HEX 29 CA 62
Decimal 41 202 98
Binary 101001 11001010 1100010
Octal 51 312 142

Shades and tints

Shades of #29CA62

#29CA62
(41,202,98)
#26B85A
(38,184,90)
#23A652
(35,166,82)
#20944A
(32,148,74)
#1D8242
(29,130,66)
#1A703A
(26,112,58)
#175E32
(23,94,50)
#144C2A
(20,76,42)
#113A22
(17,58,34)
#0E281A
(14,40,26)
#0B1612
(11,22,18)
#000000
(0,0,0)

Tints of #29CA62

#29CA62
(41,202,98)
#3CCE70
(60,206,112)
#4FD27E
(79,210,126)
#62D68C
(98,214,140)
#75DA9A
(117,218,154)
#88DEA8
(136,222,168)
#9BE2B6
(155,226,182)
#AEE6C4
(174,230,196)
#C1EAD2
(193,234,210)
#D4EEE0
(212,238,224)
#E7F2EE
(231,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #29CA62; }

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

This text font color is #29CA62.

Background Color

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

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

This div background color is #29CA62.

Border color

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

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

This div border color is #29CA62.

Opacity

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

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

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

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

This text has shadow with #29CA62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #29CA62.

Preview

Color preview on black background

This text has color #29CA62 on black background.


Color preview on white background

This text has color #29CA62 on white background.


Black color preview on #29CA62 background

This text has black color on #29CA62 background.


White color preview on #29CA62 background

This text has white color on #29CA62 background.


Related colors

Complementary color

Complementary color for #29CA62 is #D6359D.


I love getcolorcode.com

Triadic colors

1 #6229CA and #CA6229 with #29CA62 are triadic colors.

2 #62CA29 and #CA2962 with #29CA62 are triadic colors.