COLOR #2E6506

HEX: #2E6506 RGB: (46,101,6)

Color info

#2E6506 contains mainly red and green colors. Web safe color of #2E6506 is #336600 (or #360).

RGB color model

#2E6506 color RGB value is (46,101,6).

RGB: (46,101,6) (18%, 40%, 2%)

RGB channels and saturation

R 46 of 255 = 18%
G 101 of 255 = 40%
B 6 of 255 = 2%

46
101
6

R + G + B ~ 20%. #2E6506 is dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 101 + 6 = 153 (100%)
R 46 of 153 ~ 30.07%
G 101 of 153 ~ 66.01%
B 6 of 153 ~ 3.92'%

%30.07
%66.01

CMYK color model

#2E6506 color CMYK value is (54,0,94,60).

  • cyan value is 54.46%
  • magenta value is 0.00%
  • yellow value is 94.06%
  • key color value is 60.39%

CMYK: (54,0,94,60)
C54M0Y94K60 (54%, 0%, 94%, 60%)
(0.54 / 0.00 / 0.94 / 0.60)

CMYK percentages

%54.46
%0
%94.06
%60.39

Codes

Color #2E6506 in popluar color models

2E 65 06
RGB 46 101 6
HSL 95° 88.79% 20.98%
HSB/HSV 95° 94.06% 39.61%
CMYK 54.46% 0.00% 94.06%
60.39%

Color #2E6506 in popluar number systems.

HEX 2E 65 06
Decimal 46 101 6
Binary 101110 1100101 110
Octal 56 145 6

Shades and tints

Shades of #2E6506

#2E6506
(46,101,6)
#2A5C06
(42,92,6)
#265306
(38,83,6)
#224A06
(34,74,6)
#1E4106
(30,65,6)
#1A3806
(26,56,6)
#162F06
(22,47,6)
#122606
(18,38,6)
#0E1D06
(14,29,6)
#0A1406
(10,20,6)
#060B06
(6,11,6)
#000000
(0,0,0)

Tints of #2E6506

#2E6506
(46,101,6)
#41731C
(65,115,28)
#548132
(84,129,50)
#678F48
(103,143,72)
#7A9D5E
(122,157,94)
#8DAB74
(141,171,116)
#A0B98A
(160,185,138)
#B3C7A0
(179,199,160)
#C6D5B6
(198,213,182)
#D9E3CC
(217,227,204)
#ECF1E2
(236,241,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E6506 color. Also use rgb(46,101,6) instead hex code.

Text Font Color

.myTextColor { color: #2E6506; }

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

This text font color is #2E6506.

Background Color

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

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

This div background color is #2E6506.

Border color

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

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

This div border color is #2E6506.

Opacity

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

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

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

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

This text has shadow with #2E6506 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E6506.

Preview

Color preview on black background

This text has color #2E6506 on black background.


Color preview on white background

This text has color #2E6506 on white background.


Black color preview on #2E6506 background

This text has black color on #2E6506 background.


White color preview on #2E6506 background

This text has white color on #2E6506 background.


Related colors

Complementary color

Complementary color for #hex is #D19AF9.


I love getcolorcode.com

Triadic colors

1 #062E65 and #65062E with #2E6506 are triadic colors.

2 #06652E and #652E06 with #2E6506 are triadic colors.