Color Hex Logo

#1e471a Color Hex

#1E471A
(30,71,26)
0 Favorites   0 Comments

Color spaces of #1e471a

RGB 307126
HSL0.320.460.19
HSV115°63°28°
CMYK 0.580.000.63   0.72
XYZ2.97514.85711.7580
Yxy4.85710.31020.5065
Hunter Lab22.0388-14.471610.6977
CIE-Lab26.3237-24.853422.4225

#1e471a color RGB value is (30,71,26).

#1e471a hex color red value is 30, green value is 71 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #1e471a hue: 0.32 , saturation: 0.46 and the lightness value of 1e471a is 0.19.

The process color (four color CMYK) of #1e471a color hex is 0.58, 0.00, 0.63, 0.72. Web safe color of #1e471a is #333333. Color #1e471a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 01000111 00011010
Octal 36 107 32
Decimal 30 71 26
Hex 1E 47 1A

RGB Percentages of Color #1e471a

%23.62
%55.91
%20.47

CMYK Percentages of Color #1e471a

%58
%0
%63
%72

Triadic Colors of #1e471a

#1e471a #1a1e47 #471a1e

Analogous Colors of #1e471a

#1e471a #1a472d #35471a

Monochromatic Colors of #1e471a

#1e471a

Complementary Color

#1e471a #431a47

#1e471a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e471a Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e471a Color CSS Codes

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

#1e471a Text Font Color

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

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


#1e471a Background Color

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

This div background color is #1e471a


#1e471a Border Color

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

This div border color is #1e471a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(30,71,26, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1e471a


Comments

No comments written yet.

Please login to write comment.