COLOR #729C2B

HEX: #729C2B
RGB: (114,156,43)

Color info

#729C2B contains mainly red and green colors. Web safe color of #729C2B is #669933 (or #693).

RGB color model

#729C2B color RGB value is (114,156,43).

  • red value is 114;
  • green value is 156;
  • blue value is 43.
RGB:
(114,156,43)
(45%,61%,17%)

RGB channels and saturation

R 114 of 255 = 45%
G 156 of 255 = 61%
B 43 of 255 = 17%

114
156
43

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

Portions of RGB colors in percentages

R + G + B =
114 + 156 + 43 = 313 (100%)
R 114 of 313 ~ 36.42%
G 156 of 313 ~ 49.84%
B 43 of 313 ~ 13.74%

%36.42
%49.84
%13.74

CMYK color model

#729C2B color CMYK value is (27,0,72,39).

  • cyan value is 26.92%
  • magenta value is 0.00%
  • yellow value is 72.44%
  • key color value is 38.82%
CMYK:
(27,0,72,39)
C27M0Y72K39 
(27%,0%,72%,39%)
(0.27/0.00/0.72/0.39)	

CMYK percentages

%26.92
%0
%72.44
%38.82

Codes

Color #729C2B in popluar color models

729C2B
RGB11415643
HSL82°56.78%39.02%
HSB/HSV82°72.44%61.18%
CMYK26.92%0.00%72.44%
38.82%

Color #729C2B in popluar number systems.

HEX729C2B
Decimal11415643
Binary111001010011100101011
Octal16223453

Shades and tints

Shades of #729C2B

#729C2B
(114,156,43)
#688E28
(104,142,40)
#5E8025
(94,128,37)
#547222
(84,114,34)
#4A641F
(74,100,31)
#40561C
(64,86,28)
#364819
(54,72,25)
#2C3A16
(44,58,22)
#222C13
(34,44,19)
#181E10
(24,30,16)
#0E100D
(14,16,13)
#000000
(0,0,0)

Tints of #729C2B

#729C2B
(114,156,43)
#7EA53E
(126,165,62)
#8AAE51
(138,174,81)
#96B764
(150,183,100)
#A2C077
(162,192,119)
#AEC98A
(174,201,138)
#BAD29D
(186,210,157)
#C6DBB0
(198,219,176)
#D2E4C3
(210,228,195)
#DEEDD6
(222,237,214)
#EAF6E9
(234,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #729C2B color. Also use rgb(114,156,43) instead hex code.

Text Font Color

.myTextColor { color: #729C2B; }

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

This text font color is #729C2B.


Background Color

.myBgColor { background-color: #729C2B; }

<div style="background-color:#729C2B">Inner text</div>

This div background color is #729C2B.


Border color

.myBorderColor { border: 1px solid #729C2B; }

<div style="border:3px solid #729C2B">Div</div>

This div border color is #729C2B.


Opacity

.myOpacity80 { color: #729C2B; opacity: 0.8; }

<p style="color:#729C2B;opacity:0.8;">80%</p>

Text with #729C2B 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 #729C2B;}

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

This text has shadow with #729C2B color.

.textShadow {text-shadow: 3px 3px 1px #729C2B, 3px 3px 1px red;}

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

This text has shadow with #729C2B primary color and red secondary color.


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

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

This text has shadow with #729C2B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #729C2B on black background.


Color preview on white background

This text has color #729C2B on white background.



Black color preview on #729C2B background

This text has black color on #729C2B background.


White color preview on #729C2B background

This text has white color on #729C2B background.