COLOR #2A6346

HEX: #2A6346 RGB: (42,99,70)

Color info

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

RGB color model

#2A6346 color RGB value is (42,99,70).

RGB: (42,99,70) (16%, 39%, 27%)

RGB channels and saturation

R 42 of 255 = 16%
G 99 of 255 = 39%
B 70 of 255 = 27%

42
99
70

R + G + B ~ 27%. #2A6346 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 42 + 99 + 70 = 211 (100%)
R 42 of 211 ~ 19.91%
G 99 of 211 ~ 46.92%
B 70 of 211 ~ 33.18'%

%19.91
%46.92
%33.18

CMYK color model

#2A6346 color CMYK value is (58,0,29,61).

  • cyan value is 57.58%
  • magenta value is 0.00%
  • yellow value is 29.29%
  • key color value is 61.18%
CMYK: (58,0,29,61) C58M0Y29K61 (58%,0%,29%,61%) (0.58/0.00/0.29/0.61) 

CMYK percentages

%57.58
%0
%29.29
%61.18

Codes

Color #2A6346 in popluar color models

2A 63 46
RGB 42 99 70
HSL 149° 40.43% 27.65%
HSB/HSV 149° 57.58% 38.82%
CMYK 57.58% 0.00% 29.29%
61.18%

Color #2A6346 in popluar number systems.

HEX 2A 63 46
Decimal 42 99 70
Binary 101010 1100011 1000110
Octal 52 143 106

Shades and tints

Shades of #2A6346

#2A6346
(42,99,70)
#275A40
(39,90,64)
#24513A
(36,81,58)
#214834
(33,72,52)
#1E3F2E
(30,63,46)
#1B3628
(27,54,40)
#182D22
(24,45,34)
#15241C
(21,36,28)
#121B16
(18,27,22)
#0F1210
(15,18,16)
#0C090A
(12,9,10)
#000000
(0,0,0)

Tints of #2A6346

#2A6346
(42,99,70)
#3D7156
(61,113,86)
#507F66
(80,127,102)
#638D76
(99,141,118)
#769B86
(118,155,134)
#89A996
(137,169,150)
#9CB7A6
(156,183,166)
#AFC5B6
(175,197,182)
#C2D3C6
(194,211,198)
#D5E1D6
(213,225,214)
#E8EFE6
(232,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A6346 color. Also use rgb(42,99,70) instead hex code.

Text Font Color

.myTextColor { color: #2A6346; }

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

This text font color is #2A6346.

Background Color

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

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

This div background color is #2A6346.

Border color

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

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

This div border color is #2A6346.

Opacity

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

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

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

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

This text has shadow with #2A6346 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2A6346.

Preview

Color preview on black background

This text has color #2A6346 on black background.


Color preview on white background

This text has color #2A6346 on white background.


Black color preview on #2A6346 background

This text has black color on #2A6346 background.


White color preview on #2A6346 background

This text has white color on #2A6346 background.


Related colors

Complementary color

Complementary color for #hex is #D59CB9.


I love getcolorcode.com

Triadic colors

1 #462A63 and #63462A with #2A6346 are triadic colors.

2 #46632A and #632A46 with #2A6346 are triadic colors.