Color Hex Logo

#2d471e Color Hex

#2D471E
(45,71,30)
0 Favorites   0 Comments

Color spaces of #2d471e

RGB 457130
HSL0.270.410.20
HSV98°58°28°
CMYK 0.370.000.58   0.72
XYZ3.56985.15812.0358
Yxy5.15810.33170.4792
Hunter Lab22.7115-11.688310.5834
CIE-Lab27.1805-18.678121.3662

#2d471e color RGB value is (45,71,30).

#2d471e hex color red value is 45, green value is 71 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #2d471e hue: 0.27 , saturation: 0.41 and the lightness value of 2d471e is 0.20.

The process color (four color CMYK) of #2d471e color hex is 0.37, 0.00, 0.58, 0.72. Web safe color of #2d471e is #333333. Color #2d471e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 01000111 00011110
Octal 55 107 36
Decimal 45 71 30
Hex 2D 47 1E

RGB Percentages of Color #2d471e

%30.82
%48.63
%20.55

CMYK Percentages of Color #2d471e

%37
%0
%58
%72

Triadic Colors of #2d471e

#2d471e #1e2d47 #471e2d

Analogous Colors of #2d471e

#2d471e #1e4724 #42471e

Monochromatic Colors of #2d471e

#2d471e

Complementary Color

#2d471e #381e47

#2d471e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2d471e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2d471e Color CSS Codes

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

#2d471e Text Font Color

<p style="color:#2d471e">Text here</p>

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


#2d471e Background Color

<div style="background-color:#2d471e">
Div content here</div>

This div background color is #2d471e


#2d471e Border Color

<div style="border:3px solid #2d471e">
Div here</div>

This div border color is #2d471e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(45,71,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 #2d471e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2d471e


Comments

No comments written yet.

Please login to write comment.