COLOR #1D9849

HEX: #1D9849
RGB: (29,152,73)

Color info

#1D9849 contains mainly green color. Web safe color of #1D9849 is #339933 (or #393).

RGB color model

#1D9849 color RGB value is (29,152,73).

  • red value is 29;
  • green value is 152;
  • blue value is 73.
RGB:
(29,152,73)
(11%,60%,29%)

RGB channels and saturation

R 29 of 255 = 11%
G 152 of 255 = 60%
B 73 of 255 = 29%

29
152
73

R + G + B ~ 33%. #1D9849 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 152 + 73 = 254 (100%)
R 29 of 254 ~ 11.42%
G 152 of 254 ~ 59.84%
B 73 of 254 ~ 28.74%

%11.42
%59.84
%28.74

CMYK color model

#1D9849 color CMYK value is (81,0,52,40).

  • cyan value is 80.92%
  • magenta value is 0.00%
  • yellow value is 51.97%
  • key color value is 40.39%
CMYK:
(81,0,52,40)
C81M0Y52K40 
(81%,0%,52%,40%)
(0.81/0.00/0.52/0.40)	

CMYK percentages

%80.92
%0
%51.97
%40.39

Codes

Color #1D9849 in popluar color models

1D9849
RGB2915273
HSL141°67.96%35.49%
HSB/HSV141°80.92%59.61%
CMYK80.92%0.00%51.97%
40.39%

Color #1D9849 in popluar number systems.

HEX1D9849
Decimal2915273
Binary11101100110001001001
Octal35230111

Shades and tints

Shades of #1D9849

#1D9849
(29,152,73)
#1B8B43
(27,139,67)
#197E3D
(25,126,61)
#177137
(23,113,55)
#156431
(21,100,49)
#13572B
(19,87,43)
#114A25
(17,74,37)
#0F3D1F
(15,61,31)
#0D3019
(13,48,25)
#0B2313
(11,35,19)
#09160D
(9,22,13)
#000000
(0,0,0)

Tints of #1D9849

#1D9849
(29,152,73)
#31A159
(49,161,89)
#45AA69
(69,170,105)
#59B379
(89,179,121)
#6DBC89
(109,188,137)
#81C599
(129,197,153)
#95CEA9
(149,206,169)
#A9D7B9
(169,215,185)
#BDE0C9
(189,224,201)
#D1E9D9
(209,233,217)
#E5F2E9
(229,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D9849 color. Also use rgb(29,152,73) instead hex code.

Text Font Color

.myTextColor { color: #1D9849; }

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

This text font color is #1D9849.


Background Color

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

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

This div background color is #1D9849.


Border color

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

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

This div border color is #1D9849.


Opacity

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

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

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

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

This text has shadow with #1D9849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D9849 on black background.


Color preview on white background

This text has color #1D9849 on white background.



Black color preview on #1D9849 background

This text has black color on #1D9849 background.


White color preview on #1D9849 background

This text has white color on #1D9849 background.