COLOR #2E7259

HEX: #2E7259 RGB: (46,114,89)

Color info

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

RGB color model

#2E7259 color RGB value is (46,114,89).

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

RGB channels and saturation

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

46
114
89

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

Portions of RGB colors in percentages

R + G + B = 46 + 114 + 89 = 249 (100%)
R 46 of 249 ~ 18.47%
G 114 of 249 ~ 45.78%
B 89 of 249 ~ 35.74'%

%18.47
%45.78
%35.74

CMYK color model

#2E7259 color CMYK value is (60,0,22,55).

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

CMYK: (60,0,22,55)
C60M0Y22K55 (60%, 0%, 22%, 55%)
(0.60 / 0.00 / 0.22 / 0.55)

CMYK percentages

%59.65
%0
%21.93
%55.29

Codes

Color #2E7259 in popluar color models

2E 72 59
RGB 46 114 89
HSL 158° 42.50% 31.37%
HSB/HSV 158° 59.65% 44.71%
CMYK 59.65% 0.00% 21.93%
55.29%

Color #2E7259 in popluar number systems.

HEX 2E 72 59
Decimal 46 114 89
Binary 101110 1110010 1011001
Octal 56 162 131

Shades and tints

Shades of #2E7259

#2E7259
(46,114,89)
#2A6851
(42,104,81)
#265E49
(38,94,73)
#225441
(34,84,65)
#1E4A39
(30,74,57)
#1A4031
(26,64,49)
#163629
(22,54,41)
#122C21
(18,44,33)
#0E2219
(14,34,25)
#0A1811
(10,24,17)
#060E09
(6,14,9)
#000000
(0,0,0)

Tints of #2E7259

#2E7259
(46,114,89)
#417E68
(65,126,104)
#548A77
(84,138,119)
#679686
(103,150,134)
#7AA295
(122,162,149)
#8DAEA4
(141,174,164)
#A0BAB3
(160,186,179)
#B3C6C2
(179,198,194)
#C6D2D1
(198,210,209)
#D9DEE0
(217,222,224)
#ECEAEF
(236,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E7259; }

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

This text font color is #2E7259.

Background Color

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

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

This div background color is #2E7259.

Border color

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

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

This div border color is #2E7259.

Opacity

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

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

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

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

This text has shadow with #2E7259 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E7259.

Preview

Color preview on black background

This text has color #2E7259 on black background.


Color preview on white background

This text has color #2E7259 on white background.


Black color preview on #2E7259 background

This text has black color on #2E7259 background.


White color preview on #2E7259 background

This text has white color on #2E7259 background.


Related colors

Complementary color

Complementary color for #hex is #D18DA6.


I love getcolorcode.com

Triadic colors

1 #592E72 and #72592E with #2E7259 are triadic colors.

2 #59722E and #722E59 with #2E7259 are triadic colors.