COLOR #2E802E

HEX: #2E802E
RGB: (46,128,46)

Color info

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

RGB color model

#2E802E color RGB value is (46,128,46).

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

RGB channels and saturation

R 46 of 255 = 18%
G 128 of 255 = 50%
B 46 of 255 = 18%

46
128
46

R + G + B ~ 29%. #2E802E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 128 + 46 = 220 (100%)
R 46 of 220 ~ 20.91%
G 128 of 220 ~ 58.18%
B 46 of 220 ~ 20.91%

%20.91
%58.18
%20.91

CMYK color model

#2E802E color CMYK value is (64,0,64,50).

  • cyan value is 64.06%
  • magenta value is 0.00%
  • yellow value is 64.06%
  • key color value is 49.80%
CMYK:
(64,0,64,50)
C64M0Y64K50 
(64%,0%,64%,50%)
(0.64/0.00/0.64/0.50)	

CMYK percentages

%64.06
%0
%64.06
%49.8

Codes

Color #2E802E in popluar color models

2E802E
RGB4612846
HSL120°47.13%34.12%
HSB/HSV120°64.06%50.20%
CMYK64.06%0.00%64.06%
49.80%

Color #2E802E in popluar number systems.

HEX2E802E
Decimal4612846
Binary10111010000000101110
Octal5620056

Shades and tints

Shades of #2E802E

#2E802E
(46,128,46)
#2A752A
(42,117,42)
#266A26
(38,106,38)
#225F22
(34,95,34)
#1E541E
(30,84,30)
#1A491A
(26,73,26)
#163E16
(22,62,22)
#123312
(18,51,18)
#0E280E
(14,40,14)
#0A1D0A
(10,29,10)
#061206
(6,18,6)
#000000
(0,0,0)

Tints of #2E802E

#2E802E
(46,128,46)
#418B41
(65,139,65)
#549654
(84,150,84)
#67A167
(103,161,103)
#7AAC7A
(122,172,122)
#8DB78D
(141,183,141)
#A0C2A0
(160,194,160)
#B3CDB3
(179,205,179)
#C6D8C6
(198,216,198)
#D9E3D9
(217,227,217)
#ECEEEC
(236,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E802E; }

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

This text font color is #2E802E.


Background Color

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

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

This div background color is #2E802E.


Border color

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

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

This div border color is #2E802E.


Opacity

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

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

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

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

This text has shadow with #2E802E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E802E on black background.


Color preview on white background

This text has color #2E802E on white background.



Black color preview on #2E802E background

This text has black color on #2E802E background.


White color preview on #2E802E background

This text has white color on #2E802E background.