COLOR #1DB437

HEX: #1DB437 RGB: (29,180,55)

Color info

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

RGB color model

#1DB437 color RGB value is (29,180,55).

RGB: (29,180,55) (11%, 71%, 22%)

RGB channels and saturation

R 29 of 255 = 11%
G 180 of 255 = 71%
B 55 of 255 = 22%

29
180
55

R + G + B ~ 35%. #1DB437 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 29 + 180 + 55 = 264 (100%)
R 29 of 264 ~ 10.98%
G 180 of 264 ~ 68.18%
B 55 of 264 ~ 20.83'%

%10.98
%68.18
%20.83

CMYK color model

#1DB437 color CMYK value is (84,0,69,29).

  • cyan value is 83.89%
  • magenta value is 0.00%
  • yellow value is 69.44%
  • key color value is 29.41%

CMYK: (84,0,69,29)
C84M0Y69K29 (84%, 0%, 69%, 29%)
(0.84 / 0.00 / 0.69 / 0.29)

CMYK percentages

%83.89
%0
%69.44
%29.41

Codes

Color #1DB437 in popluar color models

1D B4 37
RGB 29 180 55
HSL 130° 72.25% 40.98%
HSB/HSV 130° 83.89% 70.59%
CMYK 83.89% 0.00% 69.44%
29.41%

Color #1DB437 in popluar number systems.

HEX 1D B4 37
Decimal 29 180 55
Binary 11101 10110100 110111
Octal 35 264 67

Shades and tints

Shades of #1DB437

#1DB437
(29,180,55)
#1BA432
(27,164,50)
#19942D
(25,148,45)
#178428
(23,132,40)
#157423
(21,116,35)
#13641E
(19,100,30)
#115419
(17,84,25)
#0F4414
(15,68,20)
#0D340F
(13,52,15)
#0B240A
(11,36,10)
#091405
(9,20,5)
#000000
(0,0,0)

Tints of #1DB437

#1DB437
(29,180,55)
#31BA49
(49,186,73)
#45C05B
(69,192,91)
#59C66D
(89,198,109)
#6DCC7F
(109,204,127)
#81D291
(129,210,145)
#95D8A3
(149,216,163)
#A9DEB5
(169,222,181)
#BDE4C7
(189,228,199)
#D1EAD9
(209,234,217)
#E5F0EB
(229,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1DB437 color. Also use rgb(29,180,55) instead hex code.

Text Font Color

.myTextColor { color: #1DB437; }

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

This text font color is #1DB437.

Background Color

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

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

This div background color is #1DB437.

Border color

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

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

This div border color is #1DB437.

Opacity

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

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

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

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

This text has shadow with #1DB437 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1DB437.

Preview

Color preview on black background

This text has color #1DB437 on black background.


Color preview on white background

This text has color #1DB437 on white background.


Black color preview on #1DB437 background

This text has black color on #1DB437 background.


White color preview on #1DB437 background

This text has white color on #1DB437 background.


Related colors

Complementary color

Complementary color for #hex is #E24BC8.


I love getcolorcode.com

Triadic colors

1 #371DB4 and #B4371D with #1DB437 are triadic colors.

2 #37B41D and #B41D37 with #1DB437 are triadic colors.