COLOR #2E855E

HEX: #2E855E
RGB: (46,133,94)

Color info

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

RGB color model

#2E855E color RGB value is (46,133,94).

  • red value is 46;
  • green value is 133;
  • blue value is 94.
RGB:
(46,133,94)
(18%,52%,37%)

RGB channels and saturation

R 46 of 255 = 18%
G 133 of 255 = 52%
B 94 of 255 = 37%

46
133
94

R + G + B ~ 36%. #2E855E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 133 + 94 = 273 (100%)
R 46 of 273 ~ 16.85%
G 133 of 273 ~ 48.72%
B 94 of 273 ~ 34.43%

%16.85
%48.72
%34.43

CMYK color model

#2E855E color CMYK value is (65,0,29,48).

  • cyan value is 65.41%
  • magenta value is 0.00%
  • yellow value is 29.32%
  • key color value is 47.84%
CMYK:
(65,0,29,48)
C65M0Y29K48 
(65%,0%,29%,48%)
(0.65/0.00/0.29/0.48)	

CMYK percentages

%65.41
%0
%29.32
%47.84

Codes

Color #2E855E in popluar color models

2E855E
RGB4613394
HSL153°48.60%35.10%
HSB/HSV153°65.41%52.16%
CMYK65.41%0.00%29.32%
47.84%

Color #2E855E in popluar number systems.

HEX2E855E
Decimal4613394
Binary101110100001011011110
Octal56205136

Shades and tints

Shades of #2E855E

#2E855E
(46,133,94)
#2A7956
(42,121,86)
#266D4E
(38,109,78)
#226146
(34,97,70)
#1E553E
(30,85,62)
#1A4936
(26,73,54)
#163D2E
(22,61,46)
#123126
(18,49,38)
#0E251E
(14,37,30)
#0A1916
(10,25,22)
#060D0E
(6,13,14)
#000000
(0,0,0)

Tints of #2E855E

#2E855E
(46,133,94)
#41906C
(65,144,108)
#549B7A
(84,155,122)
#67A688
(103,166,136)
#7AB196
(122,177,150)
#8DBCA4
(141,188,164)
#A0C7B2
(160,199,178)
#B3D2C0
(179,210,192)
#C6DDCE
(198,221,206)
#D9E8DC
(217,232,220)
#ECF3EA
(236,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E855E color. Also use rgb(46,133,94) instead hex code.

Text Font Color

.myTextColor { color: #2E855E; }

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

This text font color is #2E855E.


Background Color

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

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

This div background color is #2E855E.


Border color

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

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

This div border color is #2E855E.


Opacity

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

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

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

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

This text has shadow with #2E855E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E855E on black background.


Color preview on white background

This text has color #2E855E on white background.



Black color preview on #2E855E background

This text has black color on #2E855E background.


White color preview on #2E855E background

This text has white color on #2E855E background.