COLOR #2E6625

HEX: #2E6625
RGB: (46,102,37)

Color info

#2E6625 contains mainly red and green colors. Web safe color of #2E6625 is #336633 (or #363).

RGB color model

#2E6625 color RGB value is (46,102,37).

  • red value is 46;
  • green value is 102;
  • blue value is 37.
RGB:
(46,102,37)
(18%,40%,15%)

RGB channels and saturation

R 46 of 255 = 18%
G 102 of 255 = 40%
B 37 of 255 = 15%

46
102
37

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

Portions of RGB colors in percentages

R + G + B =
46 + 102 + 37 = 185 (100%)
R 46 of 185 ~ 24.86%
G 102 of 185 ~ 55.14%
B 37 of 185 ~ 20%

%24.86
%55.14
%20

CMYK color model

#2E6625 color CMYK value is (55,0,64,60).

  • cyan value is 54.90%
  • magenta value is 0.00%
  • yellow value is 63.73%
  • key color value is 60.00%
CMYK:
(55,0,64,60)
C55M0Y64K60 
(55%,0%,64%,60%)
(0.55/0.00/0.64/0.60)	

CMYK percentages

%54.9
%0
%63.73
%60

Codes

Color #2E6625 in popluar color models

2E6625
RGB4610237
HSL112°46.76%27.25%
HSB/HSV112°63.73%40.00%
CMYK54.90%0.00%63.73%
60.00%

Color #2E6625 in popluar number systems.

HEX2E6625
Decimal4610237
Binary1011101100110100101
Octal5614645

Shades and tints

Shades of #2E6625

#2E6625
(46,102,37)
#2A5D22
(42,93,34)
#26541F
(38,84,31)
#224B1C
(34,75,28)
#1E4219
(30,66,25)
#1A3916
(26,57,22)
#163013
(22,48,19)
#122710
(18,39,16)
#0E1E0D
(14,30,13)
#0A150A
(10,21,10)
#060C07
(6,12,7)
#000000
(0,0,0)

Tints of #2E6625

#2E6625
(46,102,37)
#417338
(65,115,56)
#54804B
(84,128,75)
#678D5E
(103,141,94)
#7A9A71
(122,154,113)
#8DA784
(141,167,132)
#A0B497
(160,180,151)
#B3C1AA
(179,193,170)
#C6CEBD
(198,206,189)
#D9DBD0
(217,219,208)
#ECE8E3
(236,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E6625 color. Also use rgb(46,102,37) instead hex code.

Text Font Color

.myTextColor { color: #2E6625; }

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

This text font color is #2E6625.


Background Color

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

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

This div background color is #2E6625.


Border color

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

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

This div border color is #2E6625.


Opacity

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

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

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

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

This text has shadow with #2E6625 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E6625 on black background.


Color preview on white background

This text has color #2E6625 on white background.



Black color preview on #2E6625 background

This text has black color on #2E6625 background.


White color preview on #2E6625 background

This text has white color on #2E6625 background.