Color Hex Logo

#1d814d Color Hex

#1D814D
(29,129,77)
0 Favorites   0 Comments

Color spaces of #1d814d

RGB 2912977
HSL0.410.630.31
HSV149°78°51°
CMYK 0.780.000.40   0.49
XYZ9.696516.49759.6945
Yxy16.49750.27020.4597
Hunter Lab40.6171-28.466814.2806
CIE-Lab47.6205-40.596320.3837

#1d814d color RGB value is (29,129,77).

#1d814d hex color red value is 29, green value is 129 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #1d814d hue: 0.41 , saturation: 0.63 and the lightness value of 1d814d is 0.31.

The process color (four color CMYK) of #1d814d color hex is 0.78, 0.00, 0.40, 0.49. Web safe color of #1d814d is #339966. Color #1d814d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 10000001 01001101
Octal 35 201 115
Decimal 29 129 77
Hex 1D 81 4D

RGB Percentages of Color #1d814d

%12.34
%54.89
%32.77

CMYK Percentages of Color #1d814d

%78
%0
%40
%49

Triadic Colors of #1d814d

#1d814d #4d1d81 #814d1d

Analogous Colors of #1d814d

#1d814d #1d817f #1f811d

Monochromatic Colors of #1d814d

#1d814d

Complementary Color

#1d814d #811d51

#1d814d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d814d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d814d Color CSS Codes

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

#1d814d Text Font Color

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

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


#1d814d Background Color

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

This div background color is #1d814d


#1d814d Border Color

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

This div border color is #1d814d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d814d


Comments

No comments written yet.

Please login to write comment.