COLOR #2D744B

HEX: #2D744B RGB: (45,116,75)

Color info

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

RGB color model

#2D744B color RGB value is (45,116,75).

RGB: (45,116,75) (18%, 45%, 29%)

RGB channels and saturation

R 45 of 255 = 18%
G 116 of 255 = 45%
B 75 of 255 = 29%

45
116
75

R + G + B ~ 31%. #2D744B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 45 + 116 + 75 = 236 (100%)
R 45 of 236 ~ 19.07%
G 116 of 236 ~ 49.15%
B 75 of 236 ~ 31.78'%

%19.07
%49.15
%31.78

CMYK color model

#2D744B color CMYK value is (61,0,35,55).

  • cyan value is 61.21%
  • magenta value is 0.00%
  • yellow value is 35.34%
  • key color value is 54.51%

CMYK: (61,0,35,55)
C61M0Y35K55 (61%, 0%, 35%, 55%)
(0.61 / 0.00 / 0.35 / 0.55)

CMYK percentages

%61.21
%0
%35.34
%54.51

Codes

Color #2D744B in popluar color models

2D 74 4B
RGB 45 116 75
HSL 145° 44.10% 31.57%
HSB/HSV 145° 61.21% 45.49%
CMYK 61.21% 0.00% 35.34%
54.51%

Color #2D744B in popluar number systems.

HEX 2D 74 4B
Decimal 45 116 75
Binary 101101 1110100 1001011
Octal 55 164 113

Shades and tints

Shades of #2D744B

#2D744B
(45,116,75)
#296A45
(41,106,69)
#25603F
(37,96,63)
#215639
(33,86,57)
#1D4C33
(29,76,51)
#19422D
(25,66,45)
#153827
(21,56,39)
#112E21
(17,46,33)
#0D241B
(13,36,27)
#091A15
(9,26,21)
#05100F
(5,16,15)
#000000
(0,0,0)

Tints of #2D744B

#2D744B
(45,116,75)
#40805B
(64,128,91)
#538C6B
(83,140,107)
#66987B
(102,152,123)
#79A48B
(121,164,139)
#8CB09B
(140,176,155)
#9FBCAB
(159,188,171)
#B2C8BB
(178,200,187)
#C5D4CB
(197,212,203)
#D8E0DB
(216,224,219)
#EBECEB
(235,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D744B color. Also use rgb(45,116,75) instead hex code.

Text Font Color

.myTextColor { color: #2D744B; }

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

This text font color is #2D744B.

Background Color

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

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

This div background color is #2D744B.

Border color

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

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

This div border color is #2D744B.

Opacity

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

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

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

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

This text has shadow with #2D744B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2D744B.

Preview

Color preview on black background

This text has color #2D744B on black background.


Color preview on white background

This text has color #2D744B on white background.


Black color preview on #2D744B background

This text has black color on #2D744B background.


White color preview on #2D744B background

This text has white color on #2D744B background.


Related colors

Complementary color

Complementary color for #hex is #D28BB4.


I love getcolorcode.com

Triadic colors

1 #4B2D74 and #744B2D with #2D744B are triadic colors.

2 #4B742D and #742D4B with #2D744B are triadic colors.