Color Hex Logo

#01601f Color Hex

#01601F
(1,96,31)
0 Favorites   0 Comments

Color spaces of #01601f

RGB 19631
HSL0.390.980.19
HSV139°99°38°
CMYK 0.990.000.68   0.62
XYZ4.44278.47112.6973
Yxy8.47110.28460.5426
Hunter Lab29.1052-23.687214.8789
CIE-Lab34.9454-39.481329.5344

#01601f color RGB value is (1,96,31).

#01601f hex color red value is 1, green value is 96 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #01601f hue: 0.39 , saturation: 0.98 and the lightness value of 01601f is 0.19.

The process color (four color CMYK) of #01601f color hex is 0.99, 0.00, 0.68, 0.62. Web safe color of #01601f is #006633. Color #01601f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01100000 00011111
Octal 1 140 37
Decimal 1 96 31
Hex 1 60 1F

RGB Percentages of Color #01601f

%0.78
%75.00
%24.22

CMYK Percentages of Color #01601f

%99
%0
%68
%62

Triadic Colors of #01601f

#01601f #1f0160 #601f01

Analogous Colors of #01601f

#01601f #01604f #126001

Monochromatic Colors of #01601f

#01601f

Complementary Color

#01601f #600142

#01601f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01601f Color Preview on White Background

Lorem ipsum dolor sit amet.

#01601f Color CSS Codes

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

#01601f Text Font Color

<p style="color:#01601f">Text here</p>

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


#01601f Background Color

<div style="background-color:#01601f">
Div content here</div>

This div background color is #01601f


#01601f Border Color

<div style="border:3px solid #01601f">
Div here</div>

This div border color is #01601f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,96,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01601f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01601f;
  -webkit-box-shadow: 1px 1px 3px 2px #01601f;
  box-shadow:         1px 1px 3px 2px #01601f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,96,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01601f


Comments

No comments written yet.

Please login to write comment.