COLOR #29C84A

HEX: #29C84A RGB: (41,200,74)

Color info

#29C84A contains mainly green color. Web safe color of #29C84A is #33CC33 (or #3C3).

RGB color model

#29C84A color RGB value is (41,200,74).

RGB: (41,200,74) (16%, 78%, 29%)

RGB channels and saturation

R 41 of 255 = 16%
G 200 of 255 = 78%
B 74 of 255 = 29%

41
200
74

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

Portions of RGB colors in percentages

R + G + B = 41 + 200 + 74 = 315 (100%)
R 41 of 315 ~ 13.02%
G 200 of 315 ~ 63.49%
B 74 of 315 ~ 23.49'%

%13.02
%63.49
%23.49

CMYK color model

#29C84A color CMYK value is (80,0,63,22).

  • cyan value is 79.50%
  • magenta value is 0.00%
  • yellow value is 63.00%
  • key color value is 21.57%

CMYK: (80,0,63,22)
C80M0Y63K22 (80%, 0%, 63%, 22%)
(0.80 / 0.00 / 0.63 / 0.22)

CMYK percentages

%79.5
%0
%63
%21.57

Codes

Color #29C84A in popluar color models

29 C8 4A
RGB 41 200 74
HSL 132° 65.98% 47.25%
HSB/HSV 132° 79.50% 78.43%
CMYK 79.50% 0.00% 63.00%
21.57%

Color #29C84A in popluar number systems.

HEX 29 C8 4A
Decimal 41 200 74
Binary 101001 11001000 1001010
Octal 51 310 112

Shades and tints

Shades of #29C84A

#29C84A
(41,200,74)
#26B644
(38,182,68)
#23A43E
(35,164,62)
#209238
(32,146,56)
#1D8032
(29,128,50)
#1A6E2C
(26,110,44)
#175C26
(23,92,38)
#144A20
(20,74,32)
#11381A
(17,56,26)
#0E2614
(14,38,20)
#0B140E
(11,20,14)
#000000
(0,0,0)

Tints of #29C84A

#29C84A
(41,200,74)
#3CCD5A
(60,205,90)
#4FD26A
(79,210,106)
#62D77A
(98,215,122)
#75DC8A
(117,220,138)
#88E19A
(136,225,154)
#9BE6AA
(155,230,170)
#AEEBBA
(174,235,186)
#C1F0CA
(193,240,202)
#D4F5DA
(212,245,218)
#E7FAEA
(231,250,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29C84A color. Also use rgb(41,200,74) instead hex code.

Text Font Color

.myTextColor { color: #29C84A; }

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

This text font color is #29C84A.

Background Color

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

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

This div background color is #29C84A.

Border color

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

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

This div border color is #29C84A.

Opacity

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

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

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

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

This text has shadow with #29C84A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #29C84A.

Preview

Color preview on black background

This text has color #29C84A on black background.


Color preview on white background

This text has color #29C84A on white background.


Black color preview on #29C84A background

This text has black color on #29C84A background.


White color preview on #29C84A background

This text has white color on #29C84A background.


Related colors

Complementary color

Complementary color for #hex is #D637B5.


I love getcolorcode.com

Triadic colors

1 #4A29C8 and #C84A29 with #29C84A are triadic colors.

2 #4AC829 and #C8294A with #29C84A are triadic colors.