COLOR #2E8655

HEX: #2E8655
RGB: (46,134,85)

Color info

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

RGB color model

#2E8655 color RGB value is (46,134,85).

  • red value is 46;
  • green value is 134;
  • blue value is 85.
RGB:
(46,134,85)
(18%,53%,33%)

RGB channels and saturation

R 46 of 255 = 18%
G 134 of 255 = 53%
B 85 of 255 = 33%

46
134
85

R + G + B ~ 35%. #2E8655 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 134 + 85 = 265 (100%)
R 46 of 265 ~ 17.36%
G 134 of 265 ~ 50.57%
B 85 of 265 ~ 32.08%

%17.36
%50.57
%32.08

CMYK color model

#2E8655 color CMYK value is (66,0,37,47).

  • cyan value is 65.67%
  • magenta value is 0.00%
  • yellow value is 36.57%
  • key color value is 47.45%
CMYK:
(66,0,37,47)
C66M0Y37K47 
(66%,0%,37%,47%)
(0.66/0.00/0.37/0.47)	

CMYK percentages

%65.67
%0
%36.57
%47.45

Codes

Color #2E8655 in popluar color models

2E8655
RGB4613485
HSL147°48.89%35.29%
HSB/HSV147°65.67%52.55%
CMYK65.67%0.00%36.57%
47.45%

Color #2E8655 in popluar number systems.

HEX2E8655
Decimal4613485
Binary101110100001101010101
Octal56206125

Shades and tints

Shades of #2E8655

#2E8655
(46,134,85)
#2A7A4E
(42,122,78)
#266E47
(38,110,71)
#226240
(34,98,64)
#1E5639
(30,86,57)
#1A4A32
(26,74,50)
#163E2B
(22,62,43)
#123224
(18,50,36)
#0E261D
(14,38,29)
#0A1A16
(10,26,22)
#060E0F
(6,14,15)
#000000
(0,0,0)

Tints of #2E8655

#2E8655
(46,134,85)
#419164
(65,145,100)
#549C73
(84,156,115)
#67A782
(103,167,130)
#7AB291
(122,178,145)
#8DBDA0
(141,189,160)
#A0C8AF
(160,200,175)
#B3D3BE
(179,211,190)
#C6DECD
(198,222,205)
#D9E9DC
(217,233,220)
#ECF4EB
(236,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E8655 color. Also use rgb(46,134,85) instead hex code.

Text Font Color

.myTextColor { color: #2E8655; }

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

This text font color is #2E8655.


Background Color

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

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

This div background color is #2E8655.


Border color

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

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

This div border color is #2E8655.


Opacity

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

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

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

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

This text has shadow with #2E8655 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E8655 on black background.


Color preview on white background

This text has color #2E8655 on white background.



Black color preview on #2E8655 background

This text has black color on #2E8655 background.


White color preview on #2E8655 background

This text has white color on #2E8655 background.