COLOR #2D7C4B

HEX: #2D7C4B
RGB: (45,124,75)

Color info

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

RGB color model

#2D7C4B color RGB value is (45,124,75).

  • red value is 45;
  • green value is 124;
  • blue value is 75.
RGB:
(45,124,75)
(18%,49%,29%)

RGB channels and saturation

R 45 of 255 = 18%
G 124 of 255 = 49%
B 75 of 255 = 29%

45
124
75

R + G + B ~ 32%. #2D7C4B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 124 + 75 = 244 (100%)
R 45 of 244 ~ 18.44%
G 124 of 244 ~ 50.82%
B 75 of 244 ~ 30.74%

%18.44
%50.82
%30.74

CMYK color model

#2D7C4B color CMYK value is (64,0,40,51).

  • cyan value is 63.71%
  • magenta value is 0.00%
  • yellow value is 39.52%
  • key color value is 51.37%
CMYK:
(64,0,40,51)
C64M0Y40K51 
(64%,0%,40%,51%)
(0.64/0.00/0.40/0.51)	

CMYK percentages

%63.71
%0
%39.52
%51.37

Codes

Color #2D7C4B in popluar color models

2D7C4B
RGB4512475
HSL143°46.75%33.14%
HSB/HSV143°63.71%48.63%
CMYK63.71%0.00%39.52%
51.37%

Color #2D7C4B in popluar number systems.

HEX2D7C4B
Decimal4512475
Binary10110111111001001011
Octal55174113

Shades and tints

Shades of #2D7C4B

#2D7C4B
(45,124,75)
#297145
(41,113,69)
#25663F
(37,102,63)
#215B39
(33,91,57)
#1D5033
(29,80,51)
#19452D
(25,69,45)
#153A27
(21,58,39)
#112F21
(17,47,33)
#0D241B
(13,36,27)
#091915
(9,25,21)
#050E0F
(5,14,15)
#000000
(0,0,0)

Tints of #2D7C4B

#2D7C4B
(45,124,75)
#40875B
(64,135,91)
#53926B
(83,146,107)
#669D7B
(102,157,123)
#79A88B
(121,168,139)
#8CB39B
(140,179,155)
#9FBEAB
(159,190,171)
#B2C9BB
(178,201,187)
#C5D4CB
(197,212,203)
#D8DFDB
(216,223,219)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D7C4B color. Also use rgb(45,124,75) instead hex code.

Text Font Color

.myTextColor { color: #2D7C4B; }

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

This text font color is #2D7C4B.


Background Color

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

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

This div background color is #2D7C4B.


Border color

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

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

This div border color is #2D7C4B.


Opacity

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

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

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

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

This text has shadow with #2D7C4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D7C4B on black background.


Color preview on white background

This text has color #2D7C4B on white background.



Black color preview on #2D7C4B background

This text has black color on #2D7C4B background.


White color preview on #2D7C4B background

This text has white color on #2D7C4B background.