COLOR #29CF97

HEX: #29CF97
RGB: (41,207,151)

Color info

#29CF97 contains mainly green and blue colors. Web safe color of #29CF97 is #33CC99 (or #3C9).

RGB color model

#29CF97 color RGB value is (41,207,151).

  • red value is 41;
  • green value is 207;
  • blue value is 151.
RGB:
(41,207,151)
(16%,81%,59%)

RGB channels and saturation

R 41 of 255 = 16%
G 207 of 255 = 81%
B 151 of 255 = 59%

41
207
151

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

Portions of RGB colors in percentages

R + G + B =
41 + 207 + 151 = 399 (100%)
R 41 of 399 ~ 10.28%
G 207 of 399 ~ 51.88%
B 151 of 399 ~ 37.84%

%10.28
%51.88
%37.84

CMYK color model

#29CF97 color CMYK value is (80,0,27,19).

  • cyan value is 80.19%
  • magenta value is 0.00%
  • yellow value is 27.05%
  • key color value is 18.82%
CMYK:
(80,0,27,19)
C80M0Y27K19 
(80%,0%,27%,19%)
(0.80/0.00/0.27/0.19)	

CMYK percentages

%80.19
%0
%27.05
%18.82

Codes

Color #29CF97 in popluar color models

29CF97
RGB41207151
HSL160°66.94%48.63%
HSB/HSV160°80.19%81.18%
CMYK80.19%0.00%27.05%
18.82%

Color #29CF97 in popluar number systems.

HEX29CF97
Decimal41207151
Binary1010011100111110010111
Octal51317227

Shades and tints

Shades of #29CF97

#29CF97
(41,207,151)
#26BD8A
(38,189,138)
#23AB7D
(35,171,125)
#209970
(32,153,112)
#1D8763
(29,135,99)
#1A7556
(26,117,86)
#176349
(23,99,73)
#14513C
(20,81,60)
#113F2F
(17,63,47)
#0E2D22
(14,45,34)
#0B1B15
(11,27,21)
#000000
(0,0,0)

Tints of #29CF97

#29CF97
(41,207,151)
#3CD3A0
(60,211,160)
#4FD7A9
(79,215,169)
#62DBB2
(98,219,178)
#75DFBB
(117,223,187)
#88E3C4
(136,227,196)
#9BE7CD
(155,231,205)
#AEEBD6
(174,235,214)
#C1EFDF
(193,239,223)
#D4F3E8
(212,243,232)
#E7F7F1
(231,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29CF97 color. Also use rgb(41,207,151) instead hex code.

Text Font Color

.myTextColor { color: #29CF97; }

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

This text font color is #29CF97.


Background Color

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

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

This div background color is #29CF97.


Border color

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

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

This div border color is #29CF97.


Opacity

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

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

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

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

This text has shadow with #29CF97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29CF97 on black background.


Color preview on white background

This text has color #29CF97 on white background.



Black color preview on #29CF97 background

This text has black color on #29CF97 background.


White color preview on #29CF97 background

This text has white color on #29CF97 background.