Color Hex Logo

#013a1e Color Hex

#013A1E
(1,58,30)
0 Favorites   0 Comments

Color spaces of #013a1e

RGB 15830
HSL0.420.970.12
HSV151°98°23°
CMYK 0.980.000.48   0.77
XYZ1.75993.12631.7390
Yxy3.12630.26560.4719
Hunter Lab17.6813-13.17556.5456
CIE-Lab20.5428-25.234312.6381

#013a1e color RGB value is (1,58,30).

#013a1e hex color red value is 1, green value is 58 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #013a1e hue: 0.42 , saturation: 0.97 and the lightness value of 013a1e is 0.12.

The process color (four color CMYK) of #013a1e color hex is 0.98, 0.00, 0.48, 0.77. Web safe color of #013a1e is #003333. Color #013a1e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00111010 00011110
Octal 1 72 36
Decimal 1 58 30
Hex 1 3A 1E

RGB Percentages of Color #013a1e

%1.12
%65.17
%33.71

CMYK Percentages of Color #013a1e

%98
%0
%48
%77

Triadic Colors of #013a1e

#013a1e #1e013a #3a1e01

Analogous Colors of #013a1e

#013a1e #013a3a #013a02

Monochromatic Colors of #013a1e

#013a1e

Complementary Color

#013a1e #3a011d

#013a1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#013a1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#013a1e Color CSS Codes

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

#013a1e Text Font Color

<p style="color:#013a1e">Text here</p>

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


#013a1e Background Color

<div style="background-color:#013a1e">
Div content here</div>

This div background color is #013a1e


#013a1e Border Color

<div style="border:3px solid #013a1e">
Div here</div>

This div border color is #013a1e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,58,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 #013a1e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #013a1e


Comments

No comments written yet.

Please login to write comment.