COLOR #1DAB62

HEX: #1DAB62
RGB: (29,171,98)

Color info

#1DAB62 contains mainly green color. Web safe color of #1DAB62 is #339966 (or #396).

RGB color model

#1DAB62 color RGB value is (29,171,98).

  • red value is 29;
  • green value is 171;
  • blue value is 98.
RGB:
(29,171,98)
(11%,67%,38%)

RGB channels and saturation

R 29 of 255 = 11%
G 171 of 255 = 67%
B 98 of 255 = 38%

29
171
98

R + G + B ~ 39%. #1DAB62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 171 + 98 = 298 (100%)
R 29 of 298 ~ 9.73%
G 171 of 298 ~ 57.38%
B 98 of 298 ~ 32.89%

%9.73
%57.38
%32.89

CMYK color model

#1DAB62 color CMYK value is (83,0,43,33).

  • cyan value is 83.04%
  • magenta value is 0.00%
  • yellow value is 42.69%
  • key color value is 32.94%
CMYK:
(83,0,43,33)
C83M0Y43K33 
(83%,0%,43%,33%)
(0.83/0.00/0.43/0.33)	

CMYK percentages

%83.04
%0
%42.69
%32.94

Codes

Color #1DAB62 in popluar color models

1DAB62
RGB2917198
HSL149°71.00%39.22%
HSB/HSV149°83.04%67.06%
CMYK83.04%0.00%42.69%
32.94%

Color #1DAB62 in popluar number systems.

HEX1DAB62
Decimal2917198
Binary11101101010111100010
Octal35253142

Shades and tints

Shades of #1DAB62

#1DAB62
(29,171,98)
#1B9C5A
(27,156,90)
#198D52
(25,141,82)
#177E4A
(23,126,74)
#156F42
(21,111,66)
#13603A
(19,96,58)
#115132
(17,81,50)
#0F422A
(15,66,42)
#0D3322
(13,51,34)
#0B241A
(11,36,26)
#091512
(9,21,18)
#000000
(0,0,0)

Tints of #1DAB62

#1DAB62
(29,171,98)
#31B270
(49,178,112)
#45B97E
(69,185,126)
#59C08C
(89,192,140)
#6DC79A
(109,199,154)
#81CEA8
(129,206,168)
#95D5B6
(149,213,182)
#A9DCC4
(169,220,196)
#BDE3D2
(189,227,210)
#D1EAE0
(209,234,224)
#E5F1EE
(229,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1DAB62 color. Also use rgb(29,171,98) instead hex code.

Text Font Color

.myTextColor { color: #1DAB62; }

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

This text font color is #1DAB62.


Background Color

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

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

This div background color is #1DAB62.


Border color

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

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

This div border color is #1DAB62.


Opacity

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

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

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

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

This text has shadow with #1DAB62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1DAB62 on black background.


Color preview on white background

This text has color #1DAB62 on white background.



Black color preview on #1DAB62 background

This text has black color on #1DAB62 background.


White color preview on #1DAB62 background

This text has white color on #1DAB62 background.