Color Hex Logo

#1d6b29 Color Hex

#1D6B29
(29,107,41)
0 Favorites   0 Comments

Color spaces of #1d6b29

RGB 2910741
HSL0.360.570.27
HSV129°73°42°
CMYK 0.730.000.62   0.58
XYZ6.164610.93673.8839
Yxy10.93670.29380.5212
Hunter Lab33.0707-24.600116.1863
CIE-Lab39.4737-38.220329.8078

#1d6b29 color RGB value is (29,107,41).

#1d6b29 hex color red value is 29, green value is 107 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #1d6b29 hue: 0.36 , saturation: 0.57 and the lightness value of 1d6b29 is 0.27.

The process color (four color CMYK) of #1d6b29 color hex is 0.73, 0.00, 0.62, 0.58. Web safe color of #1d6b29 is #336633. Color #1d6b29 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 01101011 00101001
Octal 35 153 51
Decimal 29 107 41
Hex 1D 6B 29

RGB Percentages of Color #1d6b29

%16.38
%60.45
%23.16

CMYK Percentages of Color #1d6b29

%73
%0
%62
%58

Triadic Colors of #1d6b29

#1d6b29 #291d6b #6b291d

Analogous Colors of #1d6b29

#1d6b29 #1d6b50 #386b1d

Monochromatic Colors of #1d6b29

#1d6b29

Complementary Color

#1d6b29 #6b1d5f

#1d6b29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d6b29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d6b29 Color CSS Codes

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

#1d6b29 Text Font Color

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

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


#1d6b29 Background Color

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

This div background color is #1d6b29


#1d6b29 Border Color

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

This div border color is #1d6b29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d6b29


Comments

No comments written yet.

Please login to write comment.