COLOR #2D7049

HEX: #2D7049 RGB: (45,112,73)

Color info

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

RGB color model

#2D7049 color RGB value is (45,112,73).

RGB: (45,112,73) (18%, 44%, 29%)

RGB channels and saturation

R 45 of 255 = 18%
G 112 of 255 = 44%
B 73 of 255 = 29%

45
112
73

R + G + B ~ 30%. #2D7049 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 45 + 112 + 73 = 230 (100%)
R 45 of 230 ~ 19.57%
G 112 of 230 ~ 48.7%
B 73 of 230 ~ 31.74'%

%19.57
%48.7
%31.74

CMYK color model

#2D7049 color CMYK value is (60,0,35,56).

  • cyan value is 59.82%
  • magenta value is 0.00%
  • yellow value is 34.82%
  • key color value is 56.08%

CMYK: (60,0,35,56)
C60M0Y35K56 (60%, 0%, 35%, 56%)
(0.60 / 0.00 / 0.35 / 0.56)

CMYK percentages

%59.82
%0
%34.82
%56.08

Codes

Color #2D7049 in popluar color models

2D 70 49
RGB 45 112 73
HSL 145° 42.68% 30.78%
HSB/HSV 145° 59.82% 43.92%
CMYK 59.82% 0.00% 34.82%
56.08%

Color #2D7049 in popluar number systems.

HEX 2D 70 49
Decimal 45 112 73
Binary 101101 1110000 1001001
Octal 55 160 111

Shades and tints

Shades of #2D7049

#2D7049
(45,112,73)
#296643
(41,102,67)
#255C3D
(37,92,61)
#215237
(33,82,55)
#1D4831
(29,72,49)
#193E2B
(25,62,43)
#153425
(21,52,37)
#112A1F
(17,42,31)
#0D2019
(13,32,25)
#091613
(9,22,19)
#050C0D
(5,12,13)
#000000
(0,0,0)

Tints of #2D7049

#2D7049
(45,112,73)
#407D59
(64,125,89)
#538A69
(83,138,105)
#669779
(102,151,121)
#79A489
(121,164,137)
#8CB199
(140,177,153)
#9FBEA9
(159,190,169)
#B2CBB9
(178,203,185)
#C5D8C9
(197,216,201)
#D8E5D9
(216,229,217)
#EBF2E9
(235,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D7049 color. Also use rgb(45,112,73) instead hex code.

Text Font Color

.myTextColor { color: #2D7049; }

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

This text font color is #2D7049.

Background Color

.myBgColor { background-color: #2D7049; }

<div style="background-color:#2D7049">Inner text</div>

This div background color is #2D7049.

Border color

.myBorderColor { border: 1px solid #2D7049; }

<div style="border:3px solid #2D7049">Div</div>

This div border color is #2D7049.

Opacity

.myOpacity80 { color: #2D7049; opacity: 0.8; }

<p style="color:#2D7049;opacity:0.8;">80%</p>

Text with #2D7049 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 #2D7049;}

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

This text has shadow with #2D7049 color.


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

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

This text has shadow with #2D7049 primary color and red secondary color.


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

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

This text has shadow with #2D7049 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #2D7049.

Preview

Color preview on black background

This text has color #2D7049 on black background.


Color preview on white background

This text has color #2D7049 on white background.


Black color preview on #2D7049 background

This text has black color on #2D7049 background.


White color preview on #2D7049 background

This text has white color on #2D7049 background.


Related colors

Complementary color

Complementary color for #hex is #D28FB6.


I love getcolorcode.com

Triadic colors

1 #492D70 and #70492D with #2D7049 are triadic colors.

2 #49702D and #702D49 with #2D7049 are triadic colors.