Color Hex Logo

#1d5420 Color Hex

#1D5420
(29,84,32)
0 Favorites   0 Comments

Color spaces of #1d5420

RGB 298432
HSL0.340.490.22
HSV123°65°33°
CMYK 0.650.000.62   0.67
XYZ3.93776.70612.4534
Yxy6.70610.30070.5120
Hunter Lab25.8961-18.176012.5102
CIE-Lab31.1283-30.128924.7663

#1d5420 color RGB value is (29,84,32).

#1d5420 hex color red value is 29, green value is 84 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #1d5420 hue: 0.34 , saturation: 0.49 and the lightness value of 1d5420 is 0.22.

The process color (four color CMYK) of #1d5420 color hex is 0.65, 0.00, 0.62, 0.67. Web safe color of #1d5420 is #336633. Color #1d5420 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 01010100 00100000
Octal 35 124 40
Decimal 29 84 32
Hex 1D 54 20

RGB Percentages of Color #1d5420

%20.00
%57.93
%22.07

CMYK Percentages of Color #1d5420

%65
%0
%62
%67

Triadic Colors of #1d5420

#1d5420 #201d54 #54201d

Analogous Colors of #1d5420

#1d5420 #1d543c #36541d

Monochromatic Colors of #1d5420

#1d5420

Complementary Color

#1d5420 #541d51

#1d5420 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d5420 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d5420 Color CSS Codes

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

#1d5420 Text Font Color

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

This sample text font color is #1d5420
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.


#1d5420 Background Color

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

This div background color is #1d5420


#1d5420 Border Color

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

This div border color is #1d5420


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d5420


Comments

No comments written yet.

Please login to write comment.