COLOR #2B7247

HEX: #2B7247
RGB: (43,114,71)

Color info

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

RGB color model

#2B7247 color RGB value is (43,114,71).

  • red value is 43;
  • green value is 114;
  • blue value is 71.
RGB:
(43,114,71)
(17%,45%,28%)

RGB channels and saturation

R 43 of 255 = 17%
G 114 of 255 = 45%
B 71 of 255 = 28%

43
114
71

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

Portions of RGB colors in percentages

R + G + B =
43 + 114 + 71 = 228 (100%)
R 43 of 228 ~ 18.86%
G 114 of 228 ~ 50%
B 71 of 228 ~ 31.14%

%18.86
%50
%31.14

CMYK color model

#2B7247 color CMYK value is (62,0,38,55).

  • cyan value is 62.28%
  • magenta value is 0.00%
  • yellow value is 37.72%
  • key color value is 55.29%
CMYK:
(62,0,38,55)
C62M0Y38K55 
(62%,0%,38%,55%)
(0.62/0.00/0.38/0.55)	

CMYK percentages

%62.28
%0
%37.72
%55.29

Codes

Color #2B7247 in popluar color models

2B7247
RGB4311471
HSL144°45.22%30.78%
HSB/HSV144°62.28%44.71%
CMYK62.28%0.00%37.72%
55.29%

Color #2B7247 in popluar number systems.

HEX2B7247
Decimal4311471
Binary10101111100101000111
Octal53162107

Shades and tints

Shades of #2B7247

#2B7247
(43,114,71)
#286841
(40,104,65)
#255E3B
(37,94,59)
#225435
(34,84,53)
#1F4A2F
(31,74,47)
#1C4029
(28,64,41)
#193623
(25,54,35)
#162C1D
(22,44,29)
#132217
(19,34,23)
#101811
(16,24,17)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #2B7247

#2B7247
(43,114,71)
#3E7E57
(62,126,87)
#518A67
(81,138,103)
#649677
(100,150,119)
#77A287
(119,162,135)
#8AAE97
(138,174,151)
#9DBAA7
(157,186,167)
#B0C6B7
(176,198,183)
#C3D2C7
(195,210,199)
#D6DED7
(214,222,215)
#E9EAE7
(233,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B7247 color. Also use rgb(43,114,71) instead hex code.

Text Font Color

.myTextColor { color: #2B7247; }

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

This text font color is #2B7247.


Background Color

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

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

This div background color is #2B7247.


Border color

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

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

This div border color is #2B7247.


Opacity

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

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

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

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

This text has shadow with #2B7247 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B7247 on black background.


Color preview on white background

This text has color #2B7247 on white background.



Black color preview on #2B7247 background

This text has black color on #2B7247 background.


White color preview on #2B7247 background

This text has white color on #2B7247 background.