COLOR #2E7C22

HEX: #2E7C22
RGB: (46,124,34)

Color info

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

RGB color model

#2E7C22 color RGB value is (46,124,34).

  • red value is 46;
  • green value is 124;
  • blue value is 34.
RGB:
(46,124,34)
(18%,49%,13%)

RGB channels and saturation

R 46 of 255 = 18%
G 124 of 255 = 49%
B 34 of 255 = 13%

46
124
34

R + G + B ~ 27%. #2E7C22 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 124 + 34 = 204 (100%)
R 46 of 204 ~ 22.55%
G 124 of 204 ~ 60.78%
B 34 of 204 ~ 16.67%

%22.55
%60.78
%16.67

CMYK color model

#2E7C22 color CMYK value is (63,0,73,51).

  • cyan value is 62.90%
  • magenta value is 0.00%
  • yellow value is 72.58%
  • key color value is 51.37%
CMYK:
(63,0,73,51)
C63M0Y73K51 
(63%,0%,73%,51%)
(0.63/0.00/0.73/0.51)	

CMYK percentages

%62.9
%0
%72.58
%51.37

Codes

Color #2E7C22 in popluar color models

2E7C22
RGB4612434
HSL112°56.96%30.98%
HSB/HSV112°72.58%48.63%
CMYK62.90%0.00%72.58%
51.37%

Color #2E7C22 in popluar number systems.

HEX2E7C22
Decimal4612434
Binary1011101111100100010
Octal5617442

Shades and tints

Shades of #2E7C22

#2E7C22
(46,124,34)
#2A711F
(42,113,31)
#26661C
(38,102,28)
#225B19
(34,91,25)
#1E5016
(30,80,22)
#1A4513
(26,69,19)
#163A10
(22,58,16)
#122F0D
(18,47,13)
#0E240A
(14,36,10)
#0A1907
(10,25,7)
#060E04
(6,14,4)
#000000
(0,0,0)

Tints of #2E7C22

#2E7C22
(46,124,34)
#418736
(65,135,54)
#54924A
(84,146,74)
#679D5E
(103,157,94)
#7AA872
(122,168,114)
#8DB386
(141,179,134)
#A0BE9A
(160,190,154)
#B3C9AE
(179,201,174)
#C6D4C2
(198,212,194)
#D9DFD6
(217,223,214)
#ECEAEA
(236,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E7C22; }

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

This text font color is #2E7C22.


Background Color

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

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

This div background color is #2E7C22.


Border color

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

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

This div border color is #2E7C22.


Opacity

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

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

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

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

This text has shadow with #2E7C22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E7C22 on black background.


Color preview on white background

This text has color #2E7C22 on white background.



Black color preview on #2E7C22 background

This text has black color on #2E7C22 background.


White color preview on #2E7C22 background

This text has white color on #2E7C22 background.