Color Hex Logo

#01591c Color Hex

#01591C
(1,89,28)
0 Favorites   0 Comments

Color spaces of #01591c

RGB 18928
HSL0.380.980.18
HSV138°99°35°
CMYK 0.990.000.69   0.65
XYZ3.79457.23512.2951
Yxy7.23510.28480.5430
Hunter Lab26.8981-21.890913.7697
CIE-Lab32.3362-37.459028.0911

#01591c color RGB value is (1,89,28).

#01591c hex color red value is 1, green value is 89 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #01591c hue: 0.38 , saturation: 0.98 and the lightness value of 01591c is 0.18.

The process color (four color CMYK) of #01591c color hex is 0.99, 0.00, 0.69, 0.65. Web safe color of #01591c is #006633. Color #01591c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01011001 00011100
Octal 1 131 34
Decimal 1 89 28
Hex 1 59 1C

RGB Percentages of Color #01591c

%0.85
%75.42
%23.73

CMYK Percentages of Color #01591c

%99
%0
%69
%65

Triadic Colors of #01591c

#01591c #1c0159 #591c01

Analogous Colors of #01591c

#01591c #015948 #125901

Monochromatic Colors of #01591c

#01591c

Complementary Color

#01591c #59013e

#01591c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01591c Color Preview on White Background

Lorem ipsum dolor sit amet.

#01591c Color CSS Codes

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

#01591c Text Font Color

<p style="color:#01591c">Text here</p>

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


#01591c Background Color

<div style="background-color:#01591c">
Div content here</div>

This div background color is #01591c


#01591c Border Color

<div style="border:3px solid #01591c">
Div here</div>

This div border color is #01591c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,89,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01591c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01591c;
  -webkit-box-shadow: 1px 1px 3px 2px #01591c;
  box-shadow:         1px 1px 3px 2px #01591c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01591c


Comments

No comments written yet.

Please login to write comment.