COLOR #2E8F6D

HEX: #2E8F6D RGB: (46,143,109)

Color info

#2E8F6D contains mainly green and blue colors. Web safe color of #2E8F6D is #339966 (or #396).

RGB color model

#2E8F6D color RGB value is (46,143,109).

RGB: (46,143,109) (18%, 56%, 43%)

RGB channels and saturation

R 46 of 255 = 18%
G 143 of 255 = 56%
B 109 of 255 = 43%

46
143
109

R + G + B ~ 39%. #2E8F6D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 143 + 109 = 298 (100%)
R 46 of 298 ~ 15.44%
G 143 of 298 ~ 47.99%
B 109 of 298 ~ 36.58'%

%15.44
%47.99
%36.58

CMYK color model

#2E8F6D color CMYK value is (68,0,24,44).

  • cyan value is 67.83%
  • magenta value is 0.00%
  • yellow value is 23.78%
  • key color value is 43.92%
CMYK: (68,0,24,44) C68M0Y24K44 (68%,0%,24%,44%) (0.68/0.00/0.24/0.44) 

CMYK percentages

%67.83
%0
%23.78
%43.92

Codes

Color #2E8F6D in popluar color models

2E 8F 6D
RGB 46 143 109
HSL 159° 51.32% 37.06%
HSB/HSV 159° 67.83% 56.08%
CMYK 67.83% 0.00% 23.78%
43.92%

Color #2E8F6D in popluar number systems.

HEX 2E 8F 6D
Decimal 46 143 109
Binary 101110 10001111 1101101
Octal 56 217 155

Shades and tints

Shades of #2E8F6D

#2E8F6D
(46,143,109)
#2A8264
(42,130,100)
#26755B
(38,117,91)
#226852
(34,104,82)
#1E5B49
(30,91,73)
#1A4E40
(26,78,64)
#164137
(22,65,55)
#12342E
(18,52,46)
#0E2725
(14,39,37)
#0A1A1C
(10,26,28)
#060D13
(6,13,19)
#000000
(0,0,0)

Tints of #2E8F6D

#2E8F6D
(46,143,109)
#41997A
(65,153,122)
#54A387
(84,163,135)
#67AD94
(103,173,148)
#7AB7A1
(122,183,161)
#8DC1AE
(141,193,174)
#A0CBBB
(160,203,187)
#B3D5C8
(179,213,200)
#C6DFD5
(198,223,213)
#D9E9E2
(217,233,226)
#ECF3EF
(236,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E8F6D color. Also use rgb(46,143,109) instead hex code.

Text Font Color

.myTextColor { color: #2E8F6D; }

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

This text font color is #2E8F6D.

Background Color

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

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

This div background color is #2E8F6D.

Border color

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

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

This div border color is #2E8F6D.

Opacity

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

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

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

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

This text has shadow with #2E8F6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E8F6D.

Preview

Color preview on black background

This text has color #2E8F6D on black background.


Color preview on white background

This text has color #2E8F6D on white background.


Black color preview on #2E8F6D background

This text has black color on #2E8F6D background.


White color preview on #2E8F6D background

This text has white color on #2E8F6D background.


Related colors

Complementary color

Complementary color for #hex is #D17092.


I love getcolorcode.com

Triadic colors

1 #6D2E8F and #8F6D2E with #2E8F6D are triadic colors.

2 #6D8F2E and #8F2E6D with #2E8F6D are triadic colors.