COLOR #1DBD46

HEX: #1DBD46
RGB: (29,189,70)

Color info

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

RGB color model

#1DBD46 color RGB value is (29,189,70).

  • red value is 29;
  • green value is 189;
  • blue value is 70.
RGB:
(29,189,70)
(11%,74%,27%)

RGB channels and saturation

R 29 of 255 = 11%
G 189 of 255 = 74%
B 70 of 255 = 27%

29
189
70

R + G + B ~ 37%. #1DBD46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 189 + 70 = 288 (100%)
R 29 of 288 ~ 10.07%
G 189 of 288 ~ 65.63%
B 70 of 288 ~ 24.31%

%10.07
%65.63
%24.31

CMYK color model

#1DBD46 color CMYK value is (85,0,63,26).

  • cyan value is 84.66%
  • magenta value is 0.00%
  • yellow value is 62.96%
  • key color value is 25.88%
CMYK:
(85,0,63,26)
C85M0Y63K26 
(85%,0%,63%,26%)
(0.85/0.00/0.63/0.26)	

CMYK percentages

%84.66
%0
%62.96
%25.88

Codes

Color #1DBD46 in popluar color models

1DBD46
RGB2918970
HSL135°73.39%42.75%
HSB/HSV135°84.66%74.12%
CMYK84.66%0.00%62.96%
25.88%

Color #1DBD46 in popluar number systems.

HEX1DBD46
Decimal2918970
Binary11101101111011000110
Octal35275106

Shades and tints

Shades of #1DBD46

#1DBD46
(29,189,70)
#1BAC40
(27,172,64)
#199B3A
(25,155,58)
#178A34
(23,138,52)
#15792E
(21,121,46)
#136828
(19,104,40)
#115722
(17,87,34)
#0F461C
(15,70,28)
#0D3516
(13,53,22)
#0B2410
(11,36,16)
#09130A
(9,19,10)
#000000
(0,0,0)

Tints of #1DBD46

#1DBD46
(29,189,70)
#31C356
(49,195,86)
#45C966
(69,201,102)
#59CF76
(89,207,118)
#6DD586
(109,213,134)
#81DB96
(129,219,150)
#95E1A6
(149,225,166)
#A9E7B6
(169,231,182)
#BDEDC6
(189,237,198)
#D1F3D6
(209,243,214)
#E5F9E6
(229,249,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1DBD46 color. Also use rgb(29,189,70) instead hex code.

Text Font Color

.myTextColor { color: #1DBD46; }

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

This text font color is #1DBD46.


Background Color

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

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

This div background color is #1DBD46.


Border color

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

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

This div border color is #1DBD46.


Opacity

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

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

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

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

This text has shadow with #1DBD46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1DBD46 on black background.


Color preview on white background

This text has color #1DBD46 on white background.



Black color preview on #1DBD46 background

This text has black color on #1DBD46 background.


White color preview on #1DBD46 background

This text has white color on #1DBD46 background.