COLOR #1DB94C

HEX: #1DB94C
RGB: (29,185,76)

Color info

#1DB94C contains mainly green color. Web safe color of #1DB94C is #33CC33 (or #3C3).

RGB color model

#1DB94C color RGB value is (29,185,76).

  • red value is 29;
  • green value is 185;
  • blue value is 76.
RGB:
(29,185,76)
(11%,73%,30%)

RGB channels and saturation

R 29 of 255 = 11%
G 185 of 255 = 73%
B 76 of 255 = 30%

29
185
76

R + G + B ~ 38%. #1DB94C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 185 + 76 = 290 (100%)
R 29 of 290 ~ 10%
G 185 of 290 ~ 63.79%
B 76 of 290 ~ 26.21%

%10
%63.79
%26.21

CMYK color model

#1DB94C color CMYK value is (84,0,59,27).

  • cyan value is 84.32%
  • magenta value is 0.00%
  • yellow value is 58.92%
  • key color value is 27.45%
CMYK:
(84,0,59,27)
C84M0Y59K27 
(84%,0%,59%,27%)
(0.84/0.00/0.59/0.27)	

CMYK percentages

%84.32
%0
%58.92
%27.45

Codes

Color #1DB94C in popluar color models

1DB94C
RGB2918576
HSL138°72.90%41.96%
HSB/HSV138°84.32%72.55%
CMYK84.32%0.00%58.92%
27.45%

Color #1DB94C in popluar number systems.

HEX1DB94C
Decimal2918576
Binary11101101110011001100
Octal35271114

Shades and tints

Shades of #1DB94C

#1DB94C
(29,185,76)
#1BA946
(27,169,70)
#199940
(25,153,64)
#17893A
(23,137,58)
#157934
(21,121,52)
#13692E
(19,105,46)
#115928
(17,89,40)
#0F4922
(15,73,34)
#0D391C
(13,57,28)
#0B2916
(11,41,22)
#091910
(9,25,16)
#000000
(0,0,0)

Tints of #1DB94C

#1DB94C
(29,185,76)
#31BF5C
(49,191,92)
#45C56C
(69,197,108)
#59CB7C
(89,203,124)
#6DD18C
(109,209,140)
#81D79C
(129,215,156)
#95DDAC
(149,221,172)
#A9E3BC
(169,227,188)
#BDE9CC
(189,233,204)
#D1EFDC
(209,239,220)
#E5F5EC
(229,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1DB94C color. Also use rgb(29,185,76) instead hex code.

Text Font Color

.myTextColor { color: #1DB94C; }

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

This text font color is #1DB94C.


Background Color

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

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

This div background color is #1DB94C.


Border color

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

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

This div border color is #1DB94C.


Opacity

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

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

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

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

This text has shadow with #1DB94C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1DB94C on black background.


Color preview on white background

This text has color #1DB94C on white background.



Black color preview on #1DB94C background

This text has black color on #1DB94C background.


White color preview on #1DB94C background

This text has white color on #1DB94C background.