COLOR #2E7B22

HEX: #2E7B22 RGB: (46,123,34)

Color info

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

RGB color model

#2E7B22 color RGB value is (46,123,34).

RGB: (46,123,34) (18%, 48%, 13%)

RGB channels and saturation

R 46 of 255 = 18%
G 123 of 255 = 48%
B 34 of 255 = 13%

46
123
34

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

Portions of RGB colors in percentages

R + G + B = 46 + 123 + 34 = 203 (100%)
R 46 of 203 ~ 22.66%
G 123 of 203 ~ 60.59%
B 34 of 203 ~ 16.75'%

%22.66
%60.59
%16.75

CMYK color model

#2E7B22 color CMYK value is (63,0,72,52).

  • cyan value is 62.60%
  • magenta value is 0.00%
  • yellow value is 72.36%
  • key color value is 51.76%

CMYK: (63,0,72,52)
C63M0Y72K52 (63%, 0%, 72%, 52%)
(0.63 / 0.00 / 0.72 / 0.52)

CMYK percentages

%62.6
%0
%72.36
%51.76

Codes

Color #2E7B22 in popluar color models

2E 7B 22
RGB 46 123 34
HSL 112° 56.69% 30.78%
HSB/HSV 112° 72.36% 48.24%
CMYK 62.60% 0.00% 72.36%
51.76%

Color #2E7B22 in popluar number systems.

HEX 2E 7B 22
Decimal 46 123 34
Binary 101110 1111011 100010
Octal 56 173 42

Shades and tints

Shades of #2E7B22

#2E7B22
(46,123,34)
#2A701F
(42,112,31)
#26651C
(38,101,28)
#225A19
(34,90,25)
#1E4F16
(30,79,22)
#1A4413
(26,68,19)
#163910
(22,57,16)
#122E0D
(18,46,13)
#0E230A
(14,35,10)
#0A1807
(10,24,7)
#060D04
(6,13,4)
#000000
(0,0,0)

Tints of #2E7B22

#2E7B22
(46,123,34)
#418736
(65,135,54)
#54934A
(84,147,74)
#679F5E
(103,159,94)
#7AAB72
(122,171,114)
#8DB786
(141,183,134)
#A0C39A
(160,195,154)
#B3CFAE
(179,207,174)
#C6DBC2
(198,219,194)
#D9E7D6
(217,231,214)
#ECF3EA
(236,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E7B22; }

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

This text font color is #2E7B22.

Background Color

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

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

This div background color is #2E7B22.

Border color

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

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

This div border color is #2E7B22.

Opacity

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

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

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

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

This text has shadow with #2E7B22 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E7B22.

Preview

Color preview on black background

This text has color #2E7B22 on black background.


Color preview on white background

This text has color #2E7B22 on white background.


Black color preview on #2E7B22 background

This text has black color on #2E7B22 background.


White color preview on #2E7B22 background

This text has white color on #2E7B22 background.


Related colors

Complementary color

Complementary color for #hex is #D184DD.


I love getcolorcode.com

Triadic colors

1 #222E7B and #7B222E with #2E7B22 are triadic colors.

2 #227B2E and #7B2E22 with #2E7B22 are triadic colors.