COLOR #2E6A40

HEX: #2E6A40
RGB: (46,106,64)

Color info

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

RGB color model

#2E6A40 color RGB value is (46,106,64).

  • red value is 46;
  • green value is 106;
  • blue value is 64.
RGB:
(46,106,64)
(18%,42%,25%)

RGB channels and saturation

R 46 of 255 = 18%
G 106 of 255 = 42%
B 64 of 255 = 25%

46
106
64

R + G + B ~ 28%. #2E6A40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 106 + 64 = 216 (100%)
R 46 of 216 ~ 21.3%
G 106 of 216 ~ 49.07%
B 64 of 216 ~ 29.63%

%21.3
%49.07
%29.63

CMYK color model

#2E6A40 color CMYK value is (57,0,40,58).

  • cyan value is 56.60%
  • magenta value is 0.00%
  • yellow value is 39.62%
  • key color value is 58.43%
CMYK:
(57,0,40,58)
C57M0Y40K58 
(57%,0%,40%,58%)
(0.57/0.00/0.40/0.58)	

CMYK percentages

%56.6
%0
%39.62
%58.43

Codes

Color #2E6A40 in popluar color models

2E6A40
RGB4610664
HSL138°39.47%29.80%
HSB/HSV138°56.60%41.57%
CMYK56.60%0.00%39.62%
58.43%

Color #2E6A40 in popluar number systems.

HEX2E6A40
Decimal4610664
Binary10111011010101000000
Octal56152100

Shades and tints

Shades of #2E6A40

#2E6A40
(46,106,64)
#2A613B
(42,97,59)
#265836
(38,88,54)
#224F31
(34,79,49)
#1E462C
(30,70,44)
#1A3D27
(26,61,39)
#163422
(22,52,34)
#122B1D
(18,43,29)
#0E2218
(14,34,24)
#0A1913
(10,25,19)
#06100E
(6,16,14)
#000000
(0,0,0)

Tints of #2E6A40

#2E6A40
(46,106,64)
#417751
(65,119,81)
#548462
(84,132,98)
#679173
(103,145,115)
#7A9E84
(122,158,132)
#8DAB95
(141,171,149)
#A0B8A6
(160,184,166)
#B3C5B7
(179,197,183)
#C6D2C8
(198,210,200)
#D9DFD9
(217,223,217)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E6A40 color. Also use rgb(46,106,64) instead hex code.

Text Font Color

.myTextColor { color: #2E6A40; }

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

This text font color is #2E6A40.


Background Color

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

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

This div background color is #2E6A40.


Border color

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

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

This div border color is #2E6A40.


Opacity

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

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

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

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

This text has shadow with #2E6A40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E6A40 on black background.


Color preview on white background

This text has color #2E6A40 on white background.



Black color preview on #2E6A40 background

This text has black color on #2E6A40 background.


White color preview on #2E6A40 background

This text has white color on #2E6A40 background.