COLOR #1D7042

HEX: #1D7042
RGB: (29,112,66)

Color info

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

RGB color model

#1D7042 color RGB value is (29,112,66).

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

RGB channels and saturation

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

29
112
66

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

Portions of RGB colors in percentages

R + G + B =
29 + 112 + 66 = 207 (100%)
R 29 of 207 ~ 14.01%
G 112 of 207 ~ 54.11%
B 66 of 207 ~ 31.88%

%14.01
%54.11
%31.88

CMYK color model

#1D7042 color CMYK value is (74,0,41,56).

  • cyan value is 74.11%
  • magenta value is 0.00%
  • yellow value is 41.07%
  • key color value is 56.08%
CMYK:
(74,0,41,56)
C74M0Y41K56 
(74%,0%,41%,56%)
(0.74/0.00/0.41/0.56)	

CMYK percentages

%74.11
%0
%41.07
%56.08

Codes

Color #1D7042 in popluar color models

1D7042
RGB2911266
HSL147°58.87%27.65%
HSB/HSV147°74.11%43.92%
CMYK74.11%0.00%41.07%
56.08%

Color #1D7042 in popluar number systems.

HEX1D7042
Decimal2911266
Binary1110111100001000010
Octal35160102

Shades and tints

Shades of #1D7042

#1D7042
(29,112,66)
#1B663C
(27,102,60)
#195C36
(25,92,54)
#175230
(23,82,48)
#15482A
(21,72,42)
#133E24
(19,62,36)
#11341E
(17,52,30)
#0F2A18
(15,42,24)
#0D2012
(13,32,18)
#0B160C
(11,22,12)
#090C06
(9,12,6)
#000000
(0,0,0)

Tints of #1D7042

#1D7042
(29,112,66)
#317D53
(49,125,83)
#458A64
(69,138,100)
#599775
(89,151,117)
#6DA486
(109,164,134)
#81B197
(129,177,151)
#95BEA8
(149,190,168)
#A9CBB9
(169,203,185)
#BDD8CA
(189,216,202)
#D1E5DB
(209,229,219)
#E5F2EC
(229,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D7042; }

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

This text font color is #1D7042.


Background Color

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

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

This div background color is #1D7042.


Border color

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

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

This div border color is #1D7042.


Opacity

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

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

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

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

This text has shadow with #1D7042 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D7042 on black background.


Color preview on white background

This text has color #1D7042 on white background.



Black color preview on #1D7042 background

This text has black color on #1D7042 background.


White color preview on #1D7042 background

This text has white color on #1D7042 background.