COLOR #2E6B21

HEX: #2E6B21 RGB: (46,107,33)

Color info

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

RGB color model

#2E6B21 color RGB value is (46,107,33).

RGB: (46,107,33) (18%, 42%, 13%)

RGB channels and saturation

R 46 of 255 = 18%
G 107 of 255 = 42%
B 33 of 255 = 13%

46
107
33

R + G + B ~ 24%. #2E6B21 is dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 107 + 33 = 186 (100%)
R 46 of 186 ~ 24.73%
G 107 of 186 ~ 57.53%
B 33 of 186 ~ 17.74'%

%24.73
%57.53
%17.74

CMYK color model

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

  • cyan value is 57.01%
  • magenta value is 0.00%
  • yellow value is 69.16%
  • key color value is 58.04%

CMYK: (57,0,69,58)
C57M0Y69K58 (57%, 0%, 69%, 58%)
(0.57 / 0.00 / 0.69 / 0.58)

CMYK percentages

%57.01
%0
%69.16
%58.04

Codes

Color #2E6B21 in popluar color models

2E 6B 21
RGB 46 107 33
HSL 109° 52.86% 27.45%
HSB/HSV 109° 69.16% 41.96%
CMYK 57.01% 0.00% 69.16%
58.04%

Color #2E6B21 in popluar number systems.

HEX 2E 6B 21
Decimal 46 107 33
Binary 101110 1101011 100001
Octal 56 153 41

Shades and tints

Shades of #2E6B21

#2E6B21
(46,107,33)
#2A621E
(42,98,30)
#26591B
(38,89,27)
#225018
(34,80,24)
#1E4715
(30,71,21)
#1A3E12
(26,62,18)
#16350F
(22,53,15)
#122C0C
(18,44,12)
#0E2309
(14,35,9)
#0A1A06
(10,26,6)
#061103
(6,17,3)
#000000
(0,0,0)

Tints of #2E6B21

#2E6B21
(46,107,33)
#417835
(65,120,53)
#548549
(84,133,73)
#67925D
(103,146,93)
#7A9F71
(122,159,113)
#8DAC85
(141,172,133)
#A0B999
(160,185,153)
#B3C6AD
(179,198,173)
#C6D3C1
(198,211,193)
#D9E0D5
(217,224,213)
#ECEDE9
(236,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E6B21; }

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

This text font color is #2E6B21.

Background Color

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

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

This div background color is #2E6B21.

Border color

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

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

This div border color is #2E6B21.

Opacity

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

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

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

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

This text has shadow with #2E6B21 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E6B21.

Preview

Color preview on black background

This text has color #2E6B21 on black background.


Color preview on white background

This text has color #2E6B21 on white background.


Black color preview on #2E6B21 background

This text has black color on #2E6B21 background.


White color preview on #2E6B21 background

This text has white color on #2E6B21 background.


Related colors

Complementary color

Complementary color for #hex is #D194DE.


I love getcolorcode.com

Triadic colors

1 #212E6B and #6B212E with #2E6B21 are triadic colors.

2 #216B2E and #6B2E21 with #2E6B21 are triadic colors.