COLOR #729E2F

HEX: #729E2F RGB: (114,158,47)

Color info

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

RGB color model

#729E2F color RGB value is (114,158,47).

RGB: (114,158,47) (45%, 62%, 18%)

RGB channels and saturation

R 114 of 255 = 45%
G 158 of 255 = 62%
B 47 of 255 = 18%

114
158
47

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

Portions of RGB colors in percentages

R + G + B = 114 + 158 + 47 = 319 (100%)
R 114 of 319 ~ 35.74%
G 158 of 319 ~ 49.53%
B 47 of 319 ~ 14.73'%

%35.74
%49.53
%14.73

CMYK color model

#729E2F color CMYK value is (28,0,70,38).

  • cyan value is 27.85%
  • magenta value is 0.00%
  • yellow value is 70.25%
  • key color value is 38.04%

CMYK: (28,0,70,38)
C28M0Y70K38 (28%, 0%, 70%, 38%)
(0.28 / 0.00 / 0.70 / 0.38)

CMYK percentages

%27.85
%0
%70.25
%38.04

Codes

Color #729E2F in popluar color models

72 9E 2F
RGB 114 158 47
HSL 84° 54.15% 40.20%
HSB/HSV 84° 70.25% 61.96%
CMYK 27.85% 0.00% 70.25%
38.04%

Color #729E2F in popluar number systems.

HEX 72 9E 2F
Decimal 114 158 47
Binary 1110010 10011110 101111
Octal 162 236 57

Shades and tints

Shades of #729E2F

#729E2F
(114,158,47)
#68902B
(104,144,43)
#5E8227
(94,130,39)
#547423
(84,116,35)
#4A661F
(74,102,31)
#40581B
(64,88,27)
#364A17
(54,74,23)
#2C3C13
(44,60,19)
#222E0F
(34,46,15)
#18200B
(24,32,11)
#0E1207
(14,18,7)
#000000
(0,0,0)

Tints of #729E2F

#729E2F
(114,158,47)
#7EA641
(126,166,65)
#8AAE53
(138,174,83)
#96B665
(150,182,101)
#A2BE77
(162,190,119)
#AEC689
(174,198,137)
#BACE9B
(186,206,155)
#C6D6AD
(198,214,173)
#D2DEBF
(210,222,191)
#DEE6D1
(222,230,209)
#EAEEE3
(234,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #729E2F color. Also use rgb(114,158,47) instead hex code.

Text Font Color

.myTextColor { color: #729E2F; }

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

This text font color is #729E2F.

Background Color

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

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

This div background color is #729E2F.

Border color

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

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

This div border color is #729E2F.

Opacity

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

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

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

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

This text has shadow with #729E2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #729E2F.

Preview

Color preview on black background

This text has color #729E2F on black background.


Color preview on white background

This text has color #729E2F on white background.


Black color preview on #729E2F background

This text has black color on #729E2F background.


White color preview on #729E2F background

This text has white color on #729E2F background.


Related colors

Complementary color

Complementary color for #hex is #8D61D0.


I love getcolorcode.com

Triadic colors

1 #2F729E and #9E2F72 with #729E2F are triadic colors.

2 #2F9E72 and #9E722F with #729E2F are triadic colors.