COLOR #2A7347

HEX: #2A7347
RGB: (42,115,71)

Color info

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

RGB color model

#2A7347 color RGB value is (42,115,71).

  • red value is 42;
  • green value is 115;
  • blue value is 71.
RGB:
(42,115,71)
(16%,45%,28%)

RGB channels and saturation

R 42 of 255 = 16%
G 115 of 255 = 45%
B 71 of 255 = 28%

42
115
71

R + G + B ~ 30%. #2A7347 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
42 + 115 + 71 = 228 (100%)
R 42 of 228 ~ 18.42%
G 115 of 228 ~ 50.44%
B 71 of 228 ~ 31.14%

%18.42
%50.44
%31.14

CMYK color model

#2A7347 color CMYK value is (63,0,38,55).

  • cyan value is 63.48%
  • magenta value is 0.00%
  • yellow value is 38.26%
  • key color value is 54.90%
CMYK:
(63,0,38,55)
C63M0Y38K55 
(63%,0%,38%,55%)
(0.63/0.00/0.38/0.55)	

CMYK percentages

%63.48
%0
%38.26
%54.9

Codes

Color #2A7347 in popluar color models

2A7347
RGB4211571
HSL144°46.50%30.78%
HSB/HSV144°63.48%45.10%
CMYK63.48%0.00%38.26%
54.90%

Color #2A7347 in popluar number systems.

HEX2A7347
Decimal4211571
Binary10101011100111000111
Octal52163107

Shades and tints

Shades of #2A7347

#2A7347
(42,115,71)
#276941
(39,105,65)
#245F3B
(36,95,59)
#215535
(33,85,53)
#1E4B2F
(30,75,47)
#1B4129
(27,65,41)
#183723
(24,55,35)
#152D1D
(21,45,29)
#122317
(18,35,23)
#0F1911
(15,25,17)
#0C0F0B
(12,15,11)
#000000
(0,0,0)

Tints of #2A7347

#2A7347
(42,115,71)
#3D7F57
(61,127,87)
#508B67
(80,139,103)
#639777
(99,151,119)
#76A387
(118,163,135)
#89AF97
(137,175,151)
#9CBBA7
(156,187,167)
#AFC7B7
(175,199,183)
#C2D3C7
(194,211,199)
#D5DFD7
(213,223,215)
#E8EBE7
(232,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A7347 color. Also use rgb(42,115,71) instead hex code.

Text Font Color

.myTextColor { color: #2A7347; }

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

This text font color is #2A7347.


Background Color

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

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

This div background color is #2A7347.


Border color

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

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

This div border color is #2A7347.


Opacity

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

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

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

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

This text has shadow with #2A7347 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A7347 on black background.


Color preview on white background

This text has color #2A7347 on white background.



Black color preview on #2A7347 background

This text has black color on #2A7347 background.


White color preview on #2A7347 background

This text has white color on #2A7347 background.