Color Hex Logo

#1d411e Color Hex

#1D411E
(29,65,30)
0 Favorites   0 Comments

Color spaces of #1d411e

RGB 296530
HSL0.340.380.18
HSV122°55°25°
CMYK 0.550.000.54   0.75
XYZ2.63134.13551.8878
Yxy4.13550.30400.4778
Hunter Lab20.3359-12.49158.7312
CIE-Lab24.1144-21.650617.3987

#1d411e color RGB value is (29,65,30).

#1d411e hex color red value is 29, green value is 65 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #1d411e hue: 0.34 , saturation: 0.38 and the lightness value of 1d411e is 0.18.

The process color (four color CMYK) of #1d411e color hex is 0.55, 0.00, 0.54, 0.75. Web safe color of #1d411e is #333333. Color #1d411e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 01000001 00011110
Octal 35 101 36
Decimal 29 65 30
Hex 1D 41 1E

RGB Percentages of Color #1d411e

%23.39
%52.42
%24.19

CMYK Percentages of Color #1d411e

%55
%0
%54
%75

Triadic Colors of #1d411e

#1d411e #1e1d41 #411e1d

Analogous Colors of #1d411e

#1d411e #1d4130 #2e411d

Monochromatic Colors of #1d411e

#1d411e

Complementary Color

#1d411e #411d40

#1d411e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d411e Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d411e Color CSS Codes

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

#1d411e Text Font Color

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

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


#1d411e Background Color

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

This div background color is #1d411e


#1d411e Border Color

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

This div border color is #1d411e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d411e


Comments

No comments written yet.

Please login to write comment.