COLOR #2E5630

HEX: #2E5630 RGB: (46,86,48)

Color info

#2E5630 contains red, green and blue colors in about the same proportion. Web safe color of #2E5630 is #336633 (or #363).

RGB color model

#2E5630 color RGB value is (46,86,48).

RGB: (46,86,48) (18%, 34%, 19%)

RGB channels and saturation

R 46 of 255 = 18%
G 86 of 255 = 34%
B 48 of 255 = 19%

46
86
48

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

Portions of RGB colors in percentages

R + G + B = 46 + 86 + 48 = 180 (100%)
R 46 of 180 ~ 25.56%
G 86 of 180 ~ 47.78%
B 48 of 180 ~ 26.67'%

%25.56
%47.78
%26.67

CMYK color model

#2E5630 color CMYK value is (47,0,44,66).

  • cyan value is 46.51%
  • magenta value is 0.00%
  • yellow value is 44.19%
  • key color value is 66.27%
CMYK: (47,0,44,66) C47M0Y44K66 (47%,0%,44%,66%) (0.47/0.00/0.44/0.66) 

CMYK percentages

%46.51
%0
%44.19
%66.27

Codes

Color #2E5630 in popluar color models

2E 56 30
RGB 46 86 48
HSL 123° 30.30% 25.88%
HSB/HSV 123° 46.51% 33.73%
CMYK 46.51% 0.00% 44.19%
66.27%

Color #2E5630 in popluar number systems.

HEX 2E 56 30
Decimal 46 86 48
Binary 101110 1010110 110000
Octal 56 126 60

Shades and tints

Shades of #2E5630

#2E5630
(46,86,48)
#2A4F2C
(42,79,44)
#264828
(38,72,40)
#224124
(34,65,36)
#1E3A20
(30,58,32)
#1A331C
(26,51,28)
#162C18
(22,44,24)
#122514
(18,37,20)
#0E1E10
(14,30,16)
#0A170C
(10,23,12)
#061008
(6,16,8)
#000000
(0,0,0)

Tints of #2E5630

#2E5630
(46,86,48)
#416542
(65,101,66)
#547454
(84,116,84)
#678366
(103,131,102)
#7A9278
(122,146,120)
#8DA18A
(141,161,138)
#A0B09C
(160,176,156)
#B3BFAE
(179,191,174)
#C6CEC0
(198,206,192)
#D9DDD2
(217,221,210)
#ECECE4
(236,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E5630; }

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

This text font color is #2E5630.

Background Color

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

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

This div background color is #2E5630.

Border color

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

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

This div border color is #2E5630.

Opacity

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

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

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

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

This text has shadow with #2E5630 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E5630.

Preview

Color preview on black background

This text has color #2E5630 on black background.


Color preview on white background

This text has color #2E5630 on white background.


Black color preview on #2E5630 background

This text has black color on #2E5630 background.


White color preview on #2E5630 background

This text has white color on #2E5630 background.


Related colors

Complementary color

Complementary color for #hex is #D1A9CF.


I love getcolorcode.com

Triadic colors

1 #302E56 and #56302E with #2E5630 are triadic colors.

2 #30562E and #562E30 with #2E5630 are triadic colors.