COLOR #2D7639

HEX: #2D7639
RGB: (45,118,57)

Color info

#2D7639 contains mainly green color. Web safe color of #2D7639 is #336633 (or #363).

RGB color model

#2D7639 color RGB value is (45,118,57).

  • red value is 45;
  • green value is 118;
  • blue value is 57.
RGB:
(45,118,57)
(18%,46%,22%)

RGB channels and saturation

R 45 of 255 = 18%
G 118 of 255 = 46%
B 57 of 255 = 22%

45
118
57

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

Portions of RGB colors in percentages

R + G + B =
45 + 118 + 57 = 220 (100%)
R 45 of 220 ~ 20.45%
G 118 of 220 ~ 53.64%
B 57 of 220 ~ 25.91%

%20.45
%53.64
%25.91

CMYK color model

#2D7639 color CMYK value is (62,0,52,54).

  • cyan value is 61.86%
  • magenta value is 0.00%
  • yellow value is 51.69%
  • key color value is 53.73%
CMYK:
(62,0,52,54)
C62M0Y52K54 
(62%,0%,52%,54%)
(0.62/0.00/0.52/0.54)	

CMYK percentages

%61.86
%0
%51.69
%53.73

Codes

Color #2D7639 in popluar color models

2D7639
RGB4511857
HSL130°44.79%31.96%
HSB/HSV130°61.86%46.27%
CMYK61.86%0.00%51.69%
53.73%

Color #2D7639 in popluar number systems.

HEX2D7639
Decimal4511857
Binary1011011110110111001
Octal5516671

Shades and tints

Shades of #2D7639

#2D7639
(45,118,57)
#296C34
(41,108,52)
#25622F
(37,98,47)
#21582A
(33,88,42)
#1D4E25
(29,78,37)
#194420
(25,68,32)
#153A1B
(21,58,27)
#113016
(17,48,22)
#0D2611
(13,38,17)
#091C0C
(9,28,12)
#051207
(5,18,7)
#000000
(0,0,0)

Tints of #2D7639

#2D7639
(45,118,57)
#40824B
(64,130,75)
#538E5D
(83,142,93)
#669A6F
(102,154,111)
#79A681
(121,166,129)
#8CB293
(140,178,147)
#9FBEA5
(159,190,165)
#B2CAB7
(178,202,183)
#C5D6C9
(197,214,201)
#D8E2DB
(216,226,219)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D7639 color. Also use rgb(45,118,57) instead hex code.

Text Font Color

.myTextColor { color: #2D7639; }

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

This text font color is #2D7639.


Background Color

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

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

This div background color is #2D7639.


Border color

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

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

This div border color is #2D7639.


Opacity

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

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

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

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

This text has shadow with #2D7639 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D7639 on black background.


Color preview on white background

This text has color #2D7639 on white background.



Black color preview on #2D7639 background

This text has black color on #2D7639 background.


White color preview on #2D7639 background

This text has white color on #2D7639 background.