Color Hex Logo

#01391e Color Hex

#01391E
(1,57,30)
0 Favorites   0 Comments

Color spaces of #01391e

RGB 15730
HSL0.420.970.11
HSV151°98°22°
CMYK 0.980.000.47   0.78
XYZ1.71003.02641.7223
Yxy3.02640.26480.4686
Hunter Lab17.3966-12.89826.3077
CIE-Lab20.1493-24.800612.1215

#01391e color RGB value is (1,57,30).

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

The process color (four color CMYK) of #01391e color hex is 0.98, 0.00, 0.47, 0.78. Web safe color of #01391e is #003333. Color #01391e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00111001 00011110
Octal 1 71 36
Decimal 1 57 30
Hex 1 39 1E

RGB Percentages of Color #01391e

%1.14
%64.77
%34.09

CMYK Percentages of Color #01391e

%98
%0
%47
%78

Triadic Colors of #01391e

#01391e #1e0139 #391e01

Analogous Colors of #01391e

#01391e #013839 #013902

Monochromatic Colors of #01391e

#01391e

Complementary Color

#01391e #39011c

#01391e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01391e Color Preview on White Background

Lorem ipsum dolor sit amet.

#01391e Color CSS Codes

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

#01391e Text Font Color

<p style="color:#01391e">Text here</p>

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


#01391e Background Color

<div style="background-color:#01391e">
Div content here</div>

This div background color is #01391e


#01391e Border Color

<div style="border:3px solid #01391e">
Div here</div>

This div border color is #01391e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01391e


Comments

No comments written yet.

Please login to write comment.