Color Hex Logo

#01371e Color Hex

#01371E
(1,55,30)
0 Favorites   0 Comments

Color spaces of #01371e

RGB 15530
HSL0.420.960.11
HSV152°98°22°
CMYK 0.980.000.45   0.78
XYZ1.61302.83261.6900
Yxy2.83260.26290.4617
Hunter Lab16.8303-12.34585.8277
CIE-Lab19.3606-23.926611.0775

#01371e color RGB value is (1,55,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00110111 00011110
Octal 1 67 36
Decimal 1 55 30
Hex 1 37 1E

RGB Percentages of Color #01371e

%1.16
%63.95
%34.88

CMYK Percentages of Color #01371e

%98
%0
%45
%78

Triadic Colors of #01371e

#01371e #1e0137 #371e01

Analogous Colors of #01371e

#01371e #013537 #013703

Monochromatic Colors of #01371e

#01371e

Complementary Color

#01371e #37011a

#01371e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01371e Color Preview on White Background

Lorem ipsum dolor sit amet.

#01371e Color CSS Codes

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

#01371e Text Font Color

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

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


#01371e Background Color

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

This div background color is #01371e


#01371e Border Color

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

This div border color is #01371e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01371e


Comments

No comments written yet.

Please login to write comment.