COLOR #29A027

HEX: #29A027
RGB: (41,160,39)

Color info

#29A027 contains mainly green color. Web safe color of #29A027 is #339933 (or #393).

RGB color model

#29A027 color RGB value is (41,160,39).

  • red value is 41;
  • green value is 160;
  • blue value is 39.
RGB:
(41,160,39)
(16%,63%,15%)

RGB channels and saturation

R 41 of 255 = 16%
G 160 of 255 = 63%
B 39 of 255 = 15%

41
160
39

R + G + B ~ 31%. #29A027 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 160 + 39 = 240 (100%)
R 41 of 240 ~ 17.08%
G 160 of 240 ~ 66.67%
B 39 of 240 ~ 16.25%

%17.08
%66.67
%16.25

CMYK color model

#29A027 color CMYK value is (74,0,76,37).

  • cyan value is 74.38%
  • magenta value is 0.00%
  • yellow value is 75.63%
  • key color value is 37.25%
CMYK:
(74,0,76,37)
C74M0Y76K37 
(74%,0%,76%,37%)
(0.74/0.00/0.76/0.37)	

CMYK percentages

%74.38
%0
%75.63
%37.25

Codes

Color #29A027 in popluar color models

29A027
RGB4116039
HSL119°60.80%39.02%
HSB/HSV119°75.63%62.75%
CMYK74.38%0.00%75.63%
37.25%

Color #29A027 in popluar number systems.

HEX29A027
Decimal4116039
Binary10100110100000100111
Octal5124047

Shades and tints

Shades of #29A027

#29A027
(41,160,39)
#269224
(38,146,36)
#238421
(35,132,33)
#20761E
(32,118,30)
#1D681B
(29,104,27)
#1A5A18
(26,90,24)
#174C15
(23,76,21)
#143E12
(20,62,18)
#11300F
(17,48,15)
#0E220C
(14,34,12)
#0B1409
(11,20,9)
#000000
(0,0,0)

Tints of #29A027

#29A027
(41,160,39)
#3CA83A
(60,168,58)
#4FB04D
(79,176,77)
#62B860
(98,184,96)
#75C073
(117,192,115)
#88C886
(136,200,134)
#9BD099
(155,208,153)
#AED8AC
(174,216,172)
#C1E0BF
(193,224,191)
#D4E8D2
(212,232,210)
#E7F0E5
(231,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29A027 color. Also use rgb(41,160,39) instead hex code.

Text Font Color

.myTextColor { color: #29A027; }

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

This text font color is #29A027.


Background Color

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

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

This div background color is #29A027.


Border color

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

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

This div border color is #29A027.


Opacity

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

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

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

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

This text has shadow with #29A027 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29A027 on black background.


Color preview on white background

This text has color #29A027 on white background.



Black color preview on #29A027 background

This text has black color on #29A027 background.


White color preview on #29A027 background

This text has white color on #29A027 background.