COLOR #2D5A25

HEX: #2D5A25
RGB: (45,90,37)

Color info

#2D5A25 contains red, green and blue colors in about the same proportion. Web safe color of #2D5A25 is #336633 (or #363).

RGB color model

#2D5A25 color RGB value is (45,90,37).

  • red value is 45;
  • green value is 90;
  • blue value is 37.
RGB:
(45,90,37)
(18%,35%,15%)

RGB channels and saturation

R 45 of 255 = 18%
G 90 of 255 = 35%
B 37 of 255 = 15%

45
90
37

R + G + B ~ 23%. #2D5A25 is dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 90 + 37 = 172 (100%)
R 45 of 172 ~ 26.16%
G 90 of 172 ~ 52.33%
B 37 of 172 ~ 21.51%

%26.16
%52.33
%21.51

CMYK color model

#2D5A25 color CMYK value is (50,0,59,65).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 58.89%
  • key color value is 64.71%
CMYK:
(50,0,59,65)
C50M0Y59K65 
(50%,0%,59%,65%)
(0.50/0.00/0.59/0.65)	

CMYK percentages

%50
%0
%58.89
%64.71

Codes

Color #2D5A25 in popluar color models

2D5A25
RGB459037
HSL111°41.73%24.90%
HSB/HSV111°58.89%35.29%
CMYK50.00%0.00%58.89%
64.71%

Color #2D5A25 in popluar number systems.

HEX2D5A25
Decimal459037
Binary1011011011010100101
Octal5513245

Shades and tints

Shades of #2D5A25

#2D5A25
(45,90,37)
#295222
(41,82,34)
#254A1F
(37,74,31)
#21421C
(33,66,28)
#1D3A19
(29,58,25)
#193216
(25,50,22)
#152A13
(21,42,19)
#112210
(17,34,16)
#0D1A0D
(13,26,13)
#09120A
(9,18,10)
#050A07
(5,10,7)
#000000
(0,0,0)

Tints of #2D5A25

#2D5A25
(45,90,37)
#406938
(64,105,56)
#53784B
(83,120,75)
#66875E
(102,135,94)
#799671
(121,150,113)
#8CA584
(140,165,132)
#9FB497
(159,180,151)
#B2C3AA
(178,195,170)
#C5D2BD
(197,210,189)
#D8E1D0
(216,225,208)
#EBF0E3
(235,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D5A25 color. Also use rgb(45,90,37) instead hex code.

Text Font Color

.myTextColor { color: #2D5A25; }

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

This text font color is #2D5A25.


Background Color

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

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

This div background color is #2D5A25.


Border color

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

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

This div border color is #2D5A25.


Opacity

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

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

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

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

This text has shadow with #2D5A25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D5A25 on black background.


Color preview on white background

This text has color #2D5A25 on white background.



Black color preview on #2D5A25 background

This text has black color on #2D5A25 background.


White color preview on #2D5A25 background

This text has white color on #2D5A25 background.