COLOR #2D7259

HEX: #2D7259 RGB: (45,114,89)

Color info

#2D7259 contains mainly green and blue colors. Web safe color of #2D7259 is #336666 (or #366).

RGB color model

#2D7259 color RGB value is (45,114,89).

RGB: (45,114,89) (18%, 45%, 35%)

RGB channels and saturation

R 45 of 255 = 18%
G 114 of 255 = 45%
B 89 of 255 = 35%

45
114
89

R + G + B ~ 33%. #2D7259 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 45 + 114 + 89 = 248 (100%)
R 45 of 248 ~ 18.15%
G 114 of 248 ~ 45.97%
B 89 of 248 ~ 35.89'%

%18.15
%45.97
%35.89

CMYK color model

#2D7259 color CMYK value is (61,0,22,55).

  • cyan value is 60.53%
  • magenta value is 0.00%
  • yellow value is 21.93%
  • key color value is 55.29%

CMYK: (61,0,22,55)
C61M0Y22K55 (61%, 0%, 22%, 55%)
(0.61 / 0.00 / 0.22 / 0.55)

CMYK percentages

%60.53
%0
%21.93
%55.29

Codes

Color #2D7259 in popluar color models

2D 72 59
RGB 45 114 89
HSL 158° 43.40% 31.18%
HSB/HSV 158° 60.53% 44.71%
CMYK 60.53% 0.00% 21.93%
55.29%

Color #2D7259 in popluar number systems.

HEX 2D 72 59
Decimal 45 114 89
Binary 101101 1110010 1011001
Octal 55 162 131

Shades and tints

Shades of #2D7259

#2D7259
(45,114,89)
#296851
(41,104,81)
#255E49
(37,94,73)
#215441
(33,84,65)
#1D4A39
(29,74,57)
#194031
(25,64,49)
#153629
(21,54,41)
#112C21
(17,44,33)
#0D2219
(13,34,25)
#091811
(9,24,17)
#050E09
(5,14,9)
#000000
(0,0,0)

Tints of #2D7259

#2D7259
(45,114,89)
#407E68
(64,126,104)
#538A77
(83,138,119)
#669686
(102,150,134)
#79A295
(121,162,149)
#8CAEA4
(140,174,164)
#9FBAB3
(159,186,179)
#B2C6C2
(178,198,194)
#C5D2D1
(197,210,209)
#D8DEE0
(216,222,224)
#EBEAEF
(235,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D7259 color. Also use rgb(45,114,89) instead hex code.

Text Font Color

.myTextColor { color: #2D7259; }

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

This text font color is #2D7259.

Background Color

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

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

This div background color is #2D7259.

Border color

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

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

This div border color is #2D7259.

Opacity

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

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

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

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

This text has shadow with #2D7259 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2D7259.

Preview

Color preview on black background

This text has color #2D7259 on black background.


Color preview on white background

This text has color #2D7259 on white background.


Black color preview on #2D7259 background

This text has black color on #2D7259 background.


White color preview on #2D7259 background

This text has white color on #2D7259 background.


Related colors

Complementary color

Complementary color for #hex is #D28DA6.


I love getcolorcode.com

Triadic colors

1 #592D72 and #72592D with #2D7259 are triadic colors.

2 #59722D and #722D59 with #2D7259 are triadic colors.