COLOR #1D7142

HEX: #1D7142
RGB: (29,113,66)

Color info

#1D7142 contains mainly green and blue colors. Web safe color of #1D7142 is #336633 (or #363).

RGB color model

#1D7142 color RGB value is (29,113,66).

  • red value is 29;
  • green value is 113;
  • blue value is 66.
RGB:
(29,113,66)
(11%,44%,26%)

RGB channels and saturation

R 29 of 255 = 11%
G 113 of 255 = 44%
B 66 of 255 = 26%

29
113
66

R + G + B ~ 27%. #1D7142 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 113 + 66 = 208 (100%)
R 29 of 208 ~ 13.94%
G 113 of 208 ~ 54.33%
B 66 of 208 ~ 31.73%

%13.94
%54.33
%31.73

CMYK color model

#1D7142 color CMYK value is (74,0,42,56).

  • cyan value is 74.34%
  • magenta value is 0.00%
  • yellow value is 41.59%
  • key color value is 55.69%
CMYK:
(74,0,42,56)
C74M0Y42K56 
(74%,0%,42%,56%)
(0.74/0.00/0.42/0.56)	

CMYK percentages

%74.34
%0
%41.59
%55.69

Codes

Color #1D7142 in popluar color models

1D7142
RGB2911366
HSL146°59.15%27.84%
HSB/HSV146°74.34%44.31%
CMYK74.34%0.00%41.59%
55.69%

Color #1D7142 in popluar number systems.

HEX1D7142
Decimal2911366
Binary1110111100011000010
Octal35161102

Shades and tints

Shades of #1D7142

#1D7142
(29,113,66)
#1B673C
(27,103,60)
#195D36
(25,93,54)
#175330
(23,83,48)
#15492A
(21,73,42)
#133F24
(19,63,36)
#11351E
(17,53,30)
#0F2B18
(15,43,24)
#0D2112
(13,33,18)
#0B170C
(11,23,12)
#090D06
(9,13,6)
#000000
(0,0,0)

Tints of #1D7142

#1D7142
(29,113,66)
#317D53
(49,125,83)
#458964
(69,137,100)
#599575
(89,149,117)
#6DA186
(109,161,134)
#81AD97
(129,173,151)
#95B9A8
(149,185,168)
#A9C5B9
(169,197,185)
#BDD1CA
(189,209,202)
#D1DDDB
(209,221,219)
#E5E9EC
(229,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D7142 color. Also use rgb(29,113,66) instead hex code.

Text Font Color

.myTextColor { color: #1D7142; }

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

This text font color is #1D7142.


Background Color

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

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

This div background color is #1D7142.


Border color

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

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

This div border color is #1D7142.


Opacity

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

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

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

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

This text has shadow with #1D7142 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D7142 on black background.


Color preview on white background

This text has color #1D7142 on white background.



Black color preview on #1D7142 background

This text has black color on #1D7142 background.


White color preview on #1D7142 background

This text has white color on #1D7142 background.