COLOR #2E6234

HEX: #2E6234 RGB: (46,98,52)

Color info

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

RGB color model

#2E6234 color RGB value is (46,98,52).

RGB: (46,98,52) (18%, 38%, 20%)

RGB channels and saturation

R 46 of 255 = 18%
G 98 of 255 = 38%
B 52 of 255 = 20%

46
98
52

R + G + B ~ 25%. #2E6234 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 98 + 52 = 196 (100%)
R 46 of 196 ~ 23.47%
G 98 of 196 ~ 50%
B 52 of 196 ~ 26.53'%

%23.47
%50
%26.53

CMYK color model

#2E6234 color CMYK value is (53,0,47,62).

  • cyan value is 53.06%
  • magenta value is 0.00%
  • yellow value is 46.94%
  • key color value is 61.57%
CMYK: (53,0,47,62) C53M0Y47K62 (53%,0%,47%,62%) (0.53/0.00/0.47/0.62) 

CMYK percentages

%53.06
%0
%46.94
%61.57

Codes

Color #2E6234 in popluar color models

2E 62 34
RGB 46 98 52
HSL 127° 36.11% 28.24%
HSB/HSV 127° 53.06% 38.43%
CMYK 53.06% 0.00% 46.94%
61.57%

Color #2E6234 in popluar number systems.

HEX 2E 62 34
Decimal 46 98 52
Binary 101110 1100010 110100
Octal 56 142 64

Shades and tints

Shades of #2E6234

#2E6234
(46,98,52)
#2A5A30
(42,90,48)
#26522C
(38,82,44)
#224A28
(34,74,40)
#1E4224
(30,66,36)
#1A3A20
(26,58,32)
#16321C
(22,50,28)
#122A18
(18,42,24)
#0E2214
(14,34,20)
#0A1A10
(10,26,16)
#06120C
(6,18,12)
#000000
(0,0,0)

Tints of #2E6234

#2E6234
(46,98,52)
#417046
(65,112,70)
#547E58
(84,126,88)
#678C6A
(103,140,106)
#7A9A7C
(122,154,124)
#8DA88E
(141,168,142)
#A0B6A0
(160,182,160)
#B3C4B2
(179,196,178)
#C6D2C4
(198,210,196)
#D9E0D6
(217,224,214)
#ECEEE8
(236,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E6234; }

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

This text font color is #2E6234.

Background Color

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

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

This div background color is #2E6234.

Border color

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

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

This div border color is #2E6234.

Opacity

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

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

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

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

This text has shadow with #2E6234 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E6234.

Preview

Color preview on black background

This text has color #2E6234 on black background.


Color preview on white background

This text has color #2E6234 on white background.


Black color preview on #2E6234 background

This text has black color on #2E6234 background.


White color preview on #2E6234 background

This text has white color on #2E6234 background.


Related colors

Complementary color

Complementary color for #hex is #D19DCB.


I love getcolorcode.com

Triadic colors

1 #342E62 and #62342E with #2E6234 are triadic colors.

2 #34622E and #622E34 with #2E6234 are triadic colors.