Color Hex Logo

#1d5528 Color Hex

#1D5528
(29,85,40)
0 Favorites   0 Comments

Color spaces of #1d5528

RGB 298540
HSL0.370.490.22
HSV132°66°33°
CMYK 0.660.000.53   0.67
XYZ4.13826.91143.1234
Yxy6.91140.29200.4876
Hunter Lab26.2895-17.909311.3586
CIE-Lab31.6044-29.293120.8528

#1d5528 color RGB value is (29,85,40).

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

The process color (four color CMYK) of #1d5528 color hex is 0.66, 0.00, 0.53, 0.67. Web safe color of #1d5528 is #336633. Color #1d5528 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 01010101 00101000
Octal 35 125 50
Decimal 29 85 40
Hex 1D 55 28

RGB Percentages of Color #1d5528

%18.83
%55.19
%25.97

CMYK Percentages of Color #1d5528

%66
%0
%53
%67

Triadic Colors of #1d5528

#1d5528 #281d55 #55281d

Analogous Colors of #1d5528

#1d5528 #1d5544 #2e551d

Monochromatic Colors of #1d5528

#1d5528

Complementary Color

#1d5528 #551d4a

#1d5528 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d5528 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d5528 Color CSS Codes

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

#1d5528 Text Font Color

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

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


#1d5528 Background Color

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

This div background color is #1d5528


#1d5528 Border Color

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

This div border color is #1d5528


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d5528


Comments

No comments written yet.

Please login to write comment.