COLOR #29AF63

HEX: #29AF63
RGB: (41,175,99)

Color info

#29AF63 contains mainly green color. Web safe color of #29AF63 is #339966 (or #396).

RGB color model

#29AF63 color RGB value is (41,175,99).

  • red value is 41;
  • green value is 175;
  • blue value is 99.
RGB:
(41,175,99)
(16%,69%,39%)

RGB channels and saturation

R 41 of 255 = 16%
G 175 of 255 = 69%
B 99 of 255 = 39%

41
175
99

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

Portions of RGB colors in percentages

R + G + B =
41 + 175 + 99 = 315 (100%)
R 41 of 315 ~ 13.02%
G 175 of 315 ~ 55.56%
B 99 of 315 ~ 31.43%

%13.02
%55.56
%31.43

CMYK color model

#29AF63 color CMYK value is (77,0,43,31).

  • cyan value is 76.57%
  • magenta value is 0.00%
  • yellow value is 43.43%
  • key color value is 31.37%
CMYK:
(77,0,43,31)
C77M0Y43K31 
(77%,0%,43%,31%)
(0.77/0.00/0.43/0.31)	

CMYK percentages

%76.57
%0
%43.43
%31.37

Codes

Color #29AF63 in popluar color models

29AF63
RGB4117599
HSL146°62.04%42.35%
HSB/HSV146°76.57%68.63%
CMYK76.57%0.00%43.43%
31.37%

Color #29AF63 in popluar number systems.

HEX29AF63
Decimal4117599
Binary101001101011111100011
Octal51257143

Shades and tints

Shades of #29AF63

#29AF63
(41,175,99)
#26A05A
(38,160,90)
#239151
(35,145,81)
#208248
(32,130,72)
#1D733F
(29,115,63)
#1A6436
(26,100,54)
#17552D
(23,85,45)
#144624
(20,70,36)
#11371B
(17,55,27)
#0E2812
(14,40,18)
#0B1909
(11,25,9)
#000000
(0,0,0)

Tints of #29AF63

#29AF63
(41,175,99)
#3CB671
(60,182,113)
#4FBD7F
(79,189,127)
#62C48D
(98,196,141)
#75CB9B
(117,203,155)
#88D2A9
(136,210,169)
#9BD9B7
(155,217,183)
#AEE0C5
(174,224,197)
#C1E7D3
(193,231,211)
#D4EEE1
(212,238,225)
#E7F5EF
(231,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29AF63 color. Also use rgb(41,175,99) instead hex code.

Text Font Color

.myTextColor { color: #29AF63; }

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

This text font color is #29AF63.


Background Color

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

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

This div background color is #29AF63.


Border color

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

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

This div border color is #29AF63.


Opacity

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

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

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

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

This text has shadow with #29AF63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29AF63 on black background.


Color preview on white background

This text has color #29AF63 on white background.



Black color preview on #29AF63 background

This text has black color on #29AF63 background.


White color preview on #29AF63 background

This text has white color on #29AF63 background.