COLOR #2E6A2E

HEX: #2E6A2E
RGB: (46,106,46)

Color info

#2E6A2E contains mainly green color. Web safe color of #2E6A2E is #336633 (or #363).

RGB color model

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

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

RGB channels and saturation

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

46
106
46

R + G + B ~ 26%. #2E6A2E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 106 + 46 = 198 (100%)
R 46 of 198 ~ 23.23%
G 106 of 198 ~ 53.54%
B 46 of 198 ~ 23.23%

%23.23
%53.54
%23.23

CMYK color model

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

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

CMYK percentages

%56.6
%0
%56.6
%58.43

Codes

Color #2E6A2E in popluar color models

2E6A2E
RGB4610646
HSL120°39.47%29.80%
HSB/HSV120°56.60%41.57%
CMYK56.60%0.00%56.60%
58.43%

Color #2E6A2E in popluar number systems.

HEX2E6A2E
Decimal4610646
Binary1011101101010101110
Octal5615256

Shades and tints

Shades of #2E6A2E

#2E6A2E
(46,106,46)
#2A612A
(42,97,42)
#265826
(38,88,38)
#224F22
(34,79,34)
#1E461E
(30,70,30)
#1A3D1A
(26,61,26)
#163416
(22,52,22)
#122B12
(18,43,18)
#0E220E
(14,34,14)
#0A190A
(10,25,10)
#061006
(6,16,6)
#000000
(0,0,0)

Tints of #2E6A2E

#2E6A2E
(46,106,46)
#417741
(65,119,65)
#548454
(84,132,84)
#679167
(103,145,103)
#7A9E7A
(122,158,122)
#8DAB8D
(141,171,141)
#A0B8A0
(160,184,160)
#B3C5B3
(179,197,179)
#C6D2C6
(198,210,198)
#D9DFD9
(217,223,217)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E6A2E; }

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

This text font color is #2E6A2E.


Background Color

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

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

This div background color is #2E6A2E.


Border color

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

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

This div border color is #2E6A2E.


Opacity

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

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

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

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

This text has shadow with #2E6A2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E6A2E on black background.


Color preview on white background

This text has color #2E6A2E on white background.



Black color preview on #2E6A2E background

This text has black color on #2E6A2E background.


White color preview on #2E6A2E background

This text has white color on #2E6A2E background.