COLOR #2D7340

HEX: #2D7340
RGB: (45,115,64)

Color info

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

RGB color model

#2D7340 color RGB value is (45,115,64).

  • red value is 45;
  • green value is 115;
  • blue value is 64.
RGB:
(45,115,64)
(18%,45%,25%)

RGB channels and saturation

R 45 of 255 = 18%
G 115 of 255 = 45%
B 64 of 255 = 25%

45
115
64

R + G + B ~ 29%. #2D7340 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 115 + 64 = 224 (100%)
R 45 of 224 ~ 20.09%
G 115 of 224 ~ 51.34%
B 64 of 224 ~ 28.57%

%20.09
%51.34
%28.57

CMYK color model

#2D7340 color CMYK value is (61,0,44,55).

  • cyan value is 60.87%
  • magenta value is 0.00%
  • yellow value is 44.35%
  • key color value is 54.90%
CMYK:
(61,0,44,55)
C61M0Y44K55 
(61%,0%,44%,55%)
(0.61/0.00/0.44/0.55)	

CMYK percentages

%60.87
%0
%44.35
%54.9

Codes

Color #2D7340 in popluar color models

2D7340
RGB4511564
HSL136°43.75%31.37%
HSB/HSV136°60.87%45.10%
CMYK60.87%0.00%44.35%
54.90%

Color #2D7340 in popluar number systems.

HEX2D7340
Decimal4511564
Binary10110111100111000000
Octal55163100

Shades and tints

Shades of #2D7340

#2D7340
(45,115,64)
#29693B
(41,105,59)
#255F36
(37,95,54)
#215531
(33,85,49)
#1D4B2C
(29,75,44)
#194127
(25,65,39)
#153722
(21,55,34)
#112D1D
(17,45,29)
#0D2318
(13,35,24)
#091913
(9,25,19)
#050F0E
(5,15,14)
#000000
(0,0,0)

Tints of #2D7340

#2D7340
(45,115,64)
#407F51
(64,127,81)
#538B62
(83,139,98)
#669773
(102,151,115)
#79A384
(121,163,132)
#8CAF95
(140,175,149)
#9FBBA6
(159,187,166)
#B2C7B7
(178,199,183)
#C5D3C8
(197,211,200)
#D8DFD9
(216,223,217)
#EBEBEA
(235,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D7340 color. Also use rgb(45,115,64) instead hex code.

Text Font Color

.myTextColor { color: #2D7340; }

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

This text font color is #2D7340.


Background Color

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

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

This div background color is #2D7340.


Border color

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

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

This div border color is #2D7340.


Opacity

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

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

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

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

This text has shadow with #2D7340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D7340 on black background.


Color preview on white background

This text has color #2D7340 on white background.



Black color preview on #2D7340 background

This text has black color on #2D7340 background.


White color preview on #2D7340 background

This text has white color on #2D7340 background.