Color Hex Logo

#1d462d Color Hex

#1D462D
(29,70,45)
1 Favorites   0 Comments

Color spaces of #1d462d

RGB 297045
HSL0.400.410.19
HSV143°59°27°
CMYK 0.590.000.36   0.73
XYZ3.17054.83103.2480
Yxy4.83100.28180.4294
Hunter Lab21.9795-12.71606.6242
CIE-Lab26.2478-21.149110.8138

#1d462d color RGB value is (29,70,45).

#1d462d hex color red value is 29, green value is 70 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #1d462d hue: 0.40 , saturation: 0.41 and the lightness value of 1d462d is 0.19.

The process color (four color CMYK) of #1d462d color hex is 0.59, 0.00, 0.36, 0.73. Web safe color of #1d462d is #333333. Color #1d462d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 01000110 00101101
Octal 35 106 55
Decimal 29 70 45
Hex 1D 46 2D

RGB Percentages of Color #1d462d

%20.14
%48.61
%31.25

CMYK Percentages of Color #1d462d

%59
%0
%36
%73

Triadic Colors of #1d462d

#1d462d #2d1d46 #462d1d

Analogous Colors of #1d462d

#1d462d #1d4642 #22461d

Monochromatic Colors of #1d462d

#1d462d

Complementary Color

#1d462d #461d36

#1d462d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d462d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d462d Color CSS Codes

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

#1d462d Text Font Color

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

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


#1d462d Background Color

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

This div background color is #1d462d


#1d462d Border Color

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

This div border color is #1d462d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d462d


Comments

No comments written yet.

Please login to write comment.