COLOR #29804A

HEX: #29804A
RGB: (41,128,74)

Color info

#29804A contains mainly green and blue colors. Web safe color of #29804A is #336633 (or #363).

RGB color model

#29804A color RGB value is (41,128,74).

  • red value is 41;
  • green value is 128;
  • blue value is 74.
RGB:
(41,128,74)
(16%,50%,29%)

RGB channels and saturation

R 41 of 255 = 16%
G 128 of 255 = 50%
B 74 of 255 = 29%

41
128
74

R + G + B ~ 32%. #29804A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 128 + 74 = 243 (100%)
R 41 of 243 ~ 16.87%
G 128 of 243 ~ 52.67%
B 74 of 243 ~ 30.45%

%16.87
%52.67
%30.45

CMYK color model

#29804A color CMYK value is (68,0,42,50).

  • cyan value is 67.97%
  • magenta value is 0.00%
  • yellow value is 42.19%
  • key color value is 49.80%
CMYK:
(68,0,42,50)
C68M0Y42K50 
(68%,0%,42%,50%)
(0.68/0.00/0.42/0.50)	

CMYK percentages

%67.97
%0
%42.19
%49.8

Codes

Color #29804A in popluar color models

29804A
RGB4112874
HSL143°51.48%33.14%
HSB/HSV143°67.97%50.20%
CMYK67.97%0.00%42.19%
49.80%

Color #29804A in popluar number systems.

HEX29804A
Decimal4112874
Binary101001100000001001010
Octal51200112

Shades and tints

Shades of #29804A

#29804A
(41,128,74)
#267544
(38,117,68)
#236A3E
(35,106,62)
#205F38
(32,95,56)
#1D5432
(29,84,50)
#1A492C
(26,73,44)
#173E26
(23,62,38)
#143320
(20,51,32)
#11281A
(17,40,26)
#0E1D14
(14,29,20)
#0B120E
(11,18,14)
#000000
(0,0,0)

Tints of #29804A

#29804A
(41,128,74)
#3C8B5A
(60,139,90)
#4F966A
(79,150,106)
#62A17A
(98,161,122)
#75AC8A
(117,172,138)
#88B79A
(136,183,154)
#9BC2AA
(155,194,170)
#AECDBA
(174,205,186)
#C1D8CA
(193,216,202)
#D4E3DA
(212,227,218)
#E7EEEA
(231,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29804A color. Also use rgb(41,128,74) instead hex code.

Text Font Color

.myTextColor { color: #29804A; }

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

This text font color is #29804A.


Background Color

.myBgColor { background-color: #29804A; }

<div style="background-color:#29804A">Inner text</div>

This div background color is #29804A.


Border color

.myBorderColor { border: 1px solid #29804A; }

<div style="border:3px solid #29804A">Div</div>

This div border color is #29804A.


Opacity

.myOpacity80 { color: #29804A; opacity: 0.8; }

<p style="color:#29804A;opacity:0.8;">80%</p>

Text with #29804A 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 #29804A;}

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

This text has shadow with #29804A color.

.textShadow {text-shadow: 3px 3px 1px #29804A, 3px 3px 1px red;}

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

This text has shadow with #29804A primary color and red secondary color.


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

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

This text has shadow with #29804A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29804A on black background.


Color preview on white background

This text has color #29804A on white background.



Black color preview on #29804A background

This text has black color on #29804A background.


White color preview on #29804A background

This text has white color on #29804A background.