Color Hex Logo

#1d7147 Color Hex

#1D7147
(29,113,71)
0 Favorites   0 Comments

Color spaces of #1d7147

RGB 2911371
HSL0.420.590.28
HSV150°74°44°
CMYK 0.740.000.37   0.56
XYZ7.549212.52647.9812
Yxy12.52640.26910.4465
Hunter Lab35.3927-23.863411.4047
CIE-Lab42.0408-35.248916.3690

#1d7147 color RGB value is (29,113,71).

#1d7147 hex color red value is 29, green value is 113 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #1d7147 hue: 0.42 , saturation: 0.59 and the lightness value of 1d7147 is 0.28.

The process color (four color CMYK) of #1d7147 color hex is 0.74, 0.00, 0.37, 0.56. Web safe color of #1d7147 is #336633. Color #1d7147 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 01110001 01000111
Octal 35 161 107
Decimal 29 113 71
Hex 1D 71 47

RGB Percentages of Color #1d7147

%13.62
%53.05
%33.33

CMYK Percentages of Color #1d7147

%74
%0
%37
%56

Triadic Colors of #1d7147

#1d7147 #471d71 #71471d

Analogous Colors of #1d7147

#1d7147 #1d7171 #1d711d

Monochromatic Colors of #1d7147

#1d7147

Complementary Color

#1d7147 #711d47

#1d7147 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d7147 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d7147 Color CSS Codes

.mybgcolor {background-color:#1d7147; } 
.myforecolor {color:#1d7147; }
.mybordercolor {border:3px solid #1d7147; }

#1d7147 Text Font Color

<p style="color:#1d7147">Text here</p>

This sample text font color is #1d7147
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#1d7147 Background Color

<div style="background-color:#1d7147">
Div content here</div>

This div background color is #1d7147


#1d7147 Border Color

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

This div border color is #1d7147


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(29,113,71, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1d7147; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1d7147;
  -webkit-box-shadow: 1px 1px 3px 2px #1d7147;
  box-shadow:         1px 1px 3px 2px #1d7147; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(29,113,71, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #1d7147">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #1d7147;
  -webkit-box-shadow: 1px 1px 3px 2px #1d7147;
  box-shadow:         1px 1px 3px 2px #1d7147;">
Div content here</div>

This div box has shadow with color #1d7147


Comments

No comments written yet.

Please login to write comment.