COLOR #29935F

HEX: #29935F
RGB: (41,147,95)

Color info

#29935F contains mainly green and blue colors. Web safe color of #29935F is #339966 (or #396).

RGB color model

#29935F color RGB value is (41,147,95).

  • red value is 41;
  • green value is 147;
  • blue value is 95.
RGB:
(41,147,95)
(16%,58%,37%)

RGB channels and saturation

R 41 of 255 = 16%
G 147 of 255 = 58%
B 95 of 255 = 37%

41
147
95

R + G + B ~ 37%. #29935F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 147 + 95 = 283 (100%)
R 41 of 283 ~ 14.49%
G 147 of 283 ~ 51.94%
B 95 of 283 ~ 33.57%

%14.49
%51.94
%33.57

CMYK color model

#29935F color CMYK value is (72,0,35,42).

  • cyan value is 72.11%
  • magenta value is 0.00%
  • yellow value is 35.37%
  • key color value is 42.35%
CMYK:
(72,0,35,42)
C72M0Y35K42 
(72%,0%,35%,42%)
(0.72/0.00/0.35/0.42)	

CMYK percentages

%72.11
%0
%35.37
%42.35

Codes

Color #29935F in popluar color models

29935F
RGB4114795
HSL151°56.38%36.86%
HSB/HSV151°72.11%57.65%
CMYK72.11%0.00%35.37%
42.35%

Color #29935F in popluar number systems.

HEX29935F
Decimal4114795
Binary101001100100111011111
Octal51223137

Shades and tints

Shades of #29935F

#29935F
(41,147,95)
#268657
(38,134,87)
#23794F
(35,121,79)
#206C47
(32,108,71)
#1D5F3F
(29,95,63)
#1A5237
(26,82,55)
#17452F
(23,69,47)
#143827
(20,56,39)
#112B1F
(17,43,31)
#0E1E17
(14,30,23)
#0B110F
(11,17,15)
#000000
(0,0,0)

Tints of #29935F

#29935F
(41,147,95)
#3C9C6D
(60,156,109)
#4FA57B
(79,165,123)
#62AE89
(98,174,137)
#75B797
(117,183,151)
#88C0A5
(136,192,165)
#9BC9B3
(155,201,179)
#AED2C1
(174,210,193)
#C1DBCF
(193,219,207)
#D4E4DD
(212,228,221)
#E7EDEB
(231,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29935F color. Also use rgb(41,147,95) instead hex code.

Text Font Color

.myTextColor { color: #29935F; }

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

This text font color is #29935F.


Background Color

.myBgColor { background-color: #29935F; }

<div style="background-color:#29935F">Inner text</div>

This div background color is #29935F.


Border color

.myBorderColor { border: 1px solid #29935F; }

<div style="border:3px solid #29935F">Div</div>

This div border color is #29935F.


Opacity

.myOpacity80 { color: #29935F; opacity: 0.8; }

<p style="color:#29935F;opacity:0.8;">80%</p>

Text with #29935F 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 #29935F;}

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

This text has shadow with #29935F color.

.textShadow {text-shadow: 3px 3px 1px #29935F, 3px 3px 1px red;}

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

This text has shadow with #29935F primary color and red secondary color.


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

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

This text has shadow with #29935F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29935F on black background.


Color preview on white background

This text has color #29935F on white background.



Black color preview on #29935F background

This text has black color on #29935F background.


White color preview on #29935F background

This text has white color on #29935F background.