COLOR #2E6230

HEX: #2E6230
RGB: (46,98,48)

Color info

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

RGB color model

#2E6230 color RGB value is (46,98,48).

  • red value is 46;
  • green value is 98;
  • blue value is 48.
RGB:
(46,98,48)
(18%,38%,19%)

RGB channels and saturation

R 46 of 255 = 18%
G 98 of 255 = 38%
B 48 of 255 = 19%

46
98
48

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

Portions of RGB colors in percentages

R + G + B =
46 + 98 + 48 = 192 (100%)
R 46 of 192 ~ 23.96%
G 98 of 192 ~ 51.04%
B 48 of 192 ~ 25%

%23.96
%51.04
%25

CMYK color model

#2E6230 color CMYK value is (53,0,51,62).

  • cyan value is 53.06%
  • magenta value is 0.00%
  • yellow value is 51.02%
  • key color value is 61.57%
CMYK:
(53,0,51,62)
C53M0Y51K62 
(53%,0%,51%,62%)
(0.53/0.00/0.51/0.62)	

CMYK percentages

%53.06
%0
%51.02
%61.57

Codes

Color #2E6230 in popluar color models

2E6230
RGB469848
HSL122°36.11%28.24%
HSB/HSV122°53.06%38.43%
CMYK53.06%0.00%51.02%
61.57%

Color #2E6230 in popluar number systems.

HEX2E6230
Decimal469848
Binary1011101100010110000
Octal5614260

Shades and tints

Shades of #2E6230

#2E6230
(46,98,48)
#2A5A2C
(42,90,44)
#265228
(38,82,40)
#224A24
(34,74,36)
#1E4220
(30,66,32)
#1A3A1C
(26,58,28)
#163218
(22,50,24)
#122A14
(18,42,20)
#0E2210
(14,34,16)
#0A1A0C
(10,26,12)
#061208
(6,18,8)
#000000
(0,0,0)

Tints of #2E6230

#2E6230
(46,98,48)
#417042
(65,112,66)
#547E54
(84,126,84)
#678C66
(103,140,102)
#7A9A78
(122,154,120)
#8DA88A
(141,168,138)
#A0B69C
(160,182,156)
#B3C4AE
(179,196,174)
#C6D2C0
(198,210,192)
#D9E0D2
(217,224,210)
#ECEEE4
(236,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E6230; }

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

This text font color is #2E6230.


Background Color

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

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

This div background color is #2E6230.


Border color

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

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

This div border color is #2E6230.


Opacity

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

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

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

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

This text has shadow with #2E6230 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E6230 on black background.


Color preview on white background

This text has color #2E6230 on white background.



Black color preview on #2E6230 background

This text has black color on #2E6230 background.


White color preview on #2E6230 background

This text has white color on #2E6230 background.