Color Hex Logo

#1d5126 Color Hex

#1D5126
(29,81,38)
0 Favorites   0 Comments

Color spaces of #1d5126

RGB 298138
HSL0.360.470.22
HSV130°64°32°
CMYK 0.640.000.53   0.68
XYZ3.79906.28602.8468
Yxy6.28600.29380.4861
Hunter Lab25.0719-16.828710.8182
CIE-Lab30.1228-27.851020.1619

#1d5126 color RGB value is (29,81,38).

#1d5126 hex color red value is 29, green value is 81 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #1d5126 hue: 0.36 , saturation: 0.47 and the lightness value of 1d5126 is 0.22.

The process color (four color CMYK) of #1d5126 color hex is 0.64, 0.00, 0.53, 0.68. Web safe color of #1d5126 is #336633. Color #1d5126 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 01010001 00100110
Octal 35 121 46
Decimal 29 81 38
Hex 1D 51 26

RGB Percentages of Color #1d5126

%19.59
%54.73
%25.68

CMYK Percentages of Color #1d5126

%64
%0
%53
%68

Triadic Colors of #1d5126

#1d5126 #261d51 #51261d

Analogous Colors of #1d5126

#1d5126 #1d5140 #2e511d

Monochromatic Colors of #1d5126

#1d5126

Complementary Color

#1d5126 #511d48

#1d5126 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d5126 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d5126 Color CSS Codes

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

#1d5126 Text Font Color

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

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


#1d5126 Background Color

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

This div background color is #1d5126


#1d5126 Border Color

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

This div border color is #1d5126


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d5126


Comments

No comments written yet.

Please login to write comment.