COLOR #2E6A3C

HEX: #2E6A3C RGB: (46,106,60)

Color info

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

RGB color model

#2E6A3C color RGB value is (46,106,60).

RGB: (46,106,60) (18%, 42%, 24%)

RGB channels and saturation

R 46 of 255 = 18%
G 106 of 255 = 42%
B 60 of 255 = 24%

46
106
60

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

Portions of RGB colors in percentages

R + G + B = 46 + 106 + 60 = 212 (100%)
R 46 of 212 ~ 21.7%
G 106 of 212 ~ 50%
B 60 of 212 ~ 28.3'%

%21.7
%50
%28.3

CMYK color model

#2E6A3C color CMYK value is (57,0,43,58).

  • cyan value is 56.60%
  • magenta value is 0.00%
  • yellow value is 43.40%
  • key color value is 58.43%

CMYK: (57,0,43,58)
C57M0Y43K58 (57%, 0%, 43%, 58%)
(0.57 / 0.00 / 0.43 / 0.58)

CMYK percentages

%56.6
%0
%43.4
%58.43

Codes

Color #2E6A3C in popluar color models

2E 6A 3C
RGB 46 106 60
HSL 134° 39.47% 29.80%
HSB/HSV 134° 56.60% 41.57%
CMYK 56.60% 0.00% 43.40%
58.43%

Color #2E6A3C in popluar number systems.

HEX 2E 6A 3C
Decimal 46 106 60
Binary 101110 1101010 111100
Octal 56 152 74

Shades and tints

Shades of #2E6A3C

#2E6A3C
(46,106,60)
#2A6137
(42,97,55)
#265832
(38,88,50)
#224F2D
(34,79,45)
#1E4628
(30,70,40)
#1A3D23
(26,61,35)
#16341E
(22,52,30)
#122B19
(18,43,25)
#0E2214
(14,34,20)
#0A190F
(10,25,15)
#06100A
(6,16,10)
#000000
(0,0,0)

Tints of #2E6A3C

#2E6A3C
(46,106,60)
#41774D
(65,119,77)
#54845E
(84,132,94)
#67916F
(103,145,111)
#7A9E80
(122,158,128)
#8DAB91
(141,171,145)
#A0B8A2
(160,184,162)
#B3C5B3
(179,197,179)
#C6D2C4
(198,210,196)
#D9DFD5
(217,223,213)
#ECECE6
(236,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E6A3C; }

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

This text font color is #2E6A3C.

Background Color

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

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

This div background color is #2E6A3C.

Border color

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

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

This div border color is #2E6A3C.

Opacity

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

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

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

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

This text has shadow with #2E6A3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E6A3C.

Preview

Color preview on black background

This text has color #2E6A3C on black background.


Color preview on white background

This text has color #2E6A3C on white background.


Black color preview on #2E6A3C background

This text has black color on #2E6A3C background.


White color preview on #2E6A3C background

This text has white color on #2E6A3C background.


Related colors

Complementary color

Complementary color for #hex is #D195C3.


I love getcolorcode.com

Triadic colors

1 #3C2E6A and #6A3C2E with #2E6A3C are triadic colors.

2 #3C6A2E and #6A2E3C with #2E6A3C are triadic colors.