COLOR #1D9C51

HEX: #1D9C51
RGB: (29,156,81)

Color info

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

RGB color model

#1D9C51 color RGB value is (29,156,81).

  • red value is 29;
  • green value is 156;
  • blue value is 81.
RGB:
(29,156,81)
(11%,61%,32%)

RGB channels and saturation

R 29 of 255 = 11%
G 156 of 255 = 61%
B 81 of 255 = 32%

29
156
81

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

Portions of RGB colors in percentages

R + G + B =
29 + 156 + 81 = 266 (100%)
R 29 of 266 ~ 10.9%
G 156 of 266 ~ 58.65%
B 81 of 266 ~ 30.45%

%10.9
%58.65
%30.45

CMYK color model

#1D9C51 color CMYK value is (81,0,48,39).

  • cyan value is 81.41%
  • magenta value is 0.00%
  • yellow value is 48.08%
  • key color value is 38.82%
CMYK:
(81,0,48,39)
C81M0Y48K39 
(81%,0%,48%,39%)
(0.81/0.00/0.48/0.39)	

CMYK percentages

%81.41
%0
%48.08
%38.82

Codes

Color #1D9C51 in popluar color models

1D9C51
RGB2915681
HSL145°68.65%36.27%
HSB/HSV145°81.41%61.18%
CMYK81.41%0.00%48.08%
38.82%

Color #1D9C51 in popluar number systems.

HEX1D9C51
Decimal2915681
Binary11101100111001010001
Octal35234121

Shades and tints

Shades of #1D9C51

#1D9C51
(29,156,81)
#1B8E4A
(27,142,74)
#198043
(25,128,67)
#17723C
(23,114,60)
#156435
(21,100,53)
#13562E
(19,86,46)
#114827
(17,72,39)
#0F3A20
(15,58,32)
#0D2C19
(13,44,25)
#0B1E12
(11,30,18)
#09100B
(9,16,11)
#000000
(0,0,0)

Tints of #1D9C51

#1D9C51
(29,156,81)
#31A560
(49,165,96)
#45AE6F
(69,174,111)
#59B77E
(89,183,126)
#6DC08D
(109,192,141)
#81C99C
(129,201,156)
#95D2AB
(149,210,171)
#A9DBBA
(169,219,186)
#BDE4C9
(189,228,201)
#D1EDD8
(209,237,216)
#E5F6E7
(229,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D9C51 color. Also use rgb(29,156,81) instead hex code.

Text Font Color

.myTextColor { color: #1D9C51; }

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

This text font color is #1D9C51.


Background Color

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

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

This div background color is #1D9C51.


Border color

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

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

This div border color is #1D9C51.


Opacity

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

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

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

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

This text has shadow with #1D9C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D9C51 on black background.


Color preview on white background

This text has color #1D9C51 on white background.



Black color preview on #1D9C51 background

This text has black color on #1D9C51 background.


White color preview on #1D9C51 background

This text has white color on #1D9C51 background.