COLOR #2D8241

HEX: #2D8241
RGB: (45,130,65)

Color info

#2D8241 contains mainly green color. Web safe color of #2D8241 is #339933 (or #393).

RGB color model

#2D8241 color RGB value is (45,130,65).

  • red value is 45;
  • green value is 130;
  • blue value is 65.
RGB:
(45,130,65)
(18%,51%,25%)

RGB channels and saturation

R 45 of 255 = 18%
G 130 of 255 = 51%
B 65 of 255 = 25%

45
130
65

R + G + B ~ 31%. #2D8241 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 130 + 65 = 240 (100%)
R 45 of 240 ~ 18.75%
G 130 of 240 ~ 54.17%
B 65 of 240 ~ 27.08%

%18.75
%54.17
%27.08

CMYK color model

#2D8241 color CMYK value is (65,0,50,49).

  • cyan value is 65.38%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 49.02%
CMYK:
(65,0,50,49)
C65M0Y50K49 
(65%,0%,50%,49%)
(0.65/0.00/0.50/0.49)	

CMYK percentages

%65.38
%0
%50
%49.02

Codes

Color #2D8241 in popluar color models

2D8241
RGB4513065
HSL134°48.57%34.31%
HSB/HSV134°65.38%50.98%
CMYK65.38%0.00%50.00%
49.02%

Color #2D8241 in popluar number systems.

HEX2D8241
Decimal4513065
Binary101101100000101000001
Octal55202101

Shades and tints

Shades of #2D8241

#2D8241
(45,130,65)
#29773C
(41,119,60)
#256C37
(37,108,55)
#216132
(33,97,50)
#1D562D
(29,86,45)
#194B28
(25,75,40)
#154023
(21,64,35)
#11351E
(17,53,30)
#0D2A19
(13,42,25)
#091F14
(9,31,20)
#05140F
(5,20,15)
#000000
(0,0,0)

Tints of #2D8241

#2D8241
(45,130,65)
#408D52
(64,141,82)
#539863
(83,152,99)
#66A374
(102,163,116)
#79AE85
(121,174,133)
#8CB996
(140,185,150)
#9FC4A7
(159,196,167)
#B2CFB8
(178,207,184)
#C5DAC9
(197,218,201)
#D8E5DA
(216,229,218)
#EBF0EB
(235,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D8241 color. Also use rgb(45,130,65) instead hex code.

Text Font Color

.myTextColor { color: #2D8241; }

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

This text font color is #2D8241.


Background Color

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

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

This div background color is #2D8241.


Border color

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

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

This div border color is #2D8241.


Opacity

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

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

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

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

This text has shadow with #2D8241 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D8241 on black background.


Color preview on white background

This text has color #2D8241 on white background.



Black color preview on #2D8241 background

This text has black color on #2D8241 background.


White color preview on #2D8241 background

This text has white color on #2D8241 background.