COLOR #1D5B25

HEX: #1D5B25
RGB: (29,91,37)

Color info

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

RGB color model

#1D5B25 color RGB value is (29,91,37).

  • red value is 29;
  • green value is 91;
  • blue value is 37.
RGB:
(29,91,37)
(11%,36%,15%)

RGB channels and saturation

R 29 of 255 = 11%
G 91 of 255 = 36%
B 37 of 255 = 15%

29
91
37

R + G + B ~ 21%. #1D5B25 is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 91 + 37 = 157 (100%)
R 29 of 157 ~ 18.47%
G 91 of 157 ~ 57.96%
B 37 of 157 ~ 23.57%

%18.47
%57.96
%23.57

CMYK color model

#1D5B25 color CMYK value is (68,0,59,64).

  • cyan value is 68.13%
  • magenta value is 0.00%
  • yellow value is 59.34%
  • key color value is 64.31%
CMYK:
(68,0,59,64)
C68M0Y59K64 
(68%,0%,59%,64%)
(0.68/0.00/0.59/0.64)	

CMYK percentages

%68.13
%0
%59.34
%64.31

Codes

Color #1D5B25 in popluar color models

1D5B25
RGB299137
HSL128°51.67%23.53%
HSB/HSV128°68.13%35.69%
CMYK68.13%0.00%59.34%
64.31%

Color #1D5B25 in popluar number systems.

HEX1D5B25
Decimal299137
Binary111011011011100101
Octal3513345

Shades and tints

Shades of #1D5B25

#1D5B25
(29,91,37)
#1B5322
(27,83,34)
#194B1F
(25,75,31)
#17431C
(23,67,28)
#153B19
(21,59,25)
#133316
(19,51,22)
#112B13
(17,43,19)
#0F2310
(15,35,16)
#0D1B0D
(13,27,13)
#0B130A
(11,19,10)
#090B07
(9,11,7)
#000000
(0,0,0)

Tints of #1D5B25

#1D5B25
(29,91,37)
#316938
(49,105,56)
#45774B
(69,119,75)
#59855E
(89,133,94)
#6D9371
(109,147,113)
#81A184
(129,161,132)
#95AF97
(149,175,151)
#A9BDAA
(169,189,170)
#BDCBBD
(189,203,189)
#D1D9D0
(209,217,208)
#E5E7E3
(229,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D5B25 color. Also use rgb(29,91,37) instead hex code.

Text Font Color

.myTextColor { color: #1D5B25; }

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

This text font color is #1D5B25.


Background Color

.myBgColor { background-color: #1D5B25; }

<div style="background-color:#1D5B25">Inner text</div>

This div background color is #1D5B25.


Border color

.myBorderColor { border: 1px solid #1D5B25; }

<div style="border:3px solid #1D5B25">Div</div>

This div border color is #1D5B25.


Opacity

.myOpacity80 { color: #1D5B25; opacity: 0.8; }

<p style="color:#1D5B25;opacity:0.8;">80%</p>

Text with #1D5B25 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 #1D5B25;}

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

This text has shadow with #1D5B25 color.

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

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

This text has shadow with #1D5B25 primary color and red secondary color.


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

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

This text has shadow with #1D5B25 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D5B25 on black background.


Color preview on white background

This text has color #1D5B25 on white background.



Black color preview on #1D5B25 background

This text has black color on #1D5B25 background.


White color preview on #1D5B25 background

This text has white color on #1D5B25 background.