Color Hex Logo

#01592f Color Hex

#01592F
(1,89,47)
0 Favorites   0 Comments

Color spaces of #01592f

RGB 18947
HSL0.420.980.18
HSV151°99°35°
CMYK 0.990.000.47   0.65
XYZ4.09807.35643.8933
Yxy7.35640.26700.4793
Hunter Lab27.1227-20.494910.4752
CIE-Lab32.6049-34.177117.9120

#01592f color RGB value is (1,89,47).

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

The process color (four color CMYK) of #01592f color hex is 0.99, 0.00, 0.47, 0.65. Web safe color of #01592f is #006633. Color #01592f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01011001 00101111
Octal 1 131 57
Decimal 1 89 47
Hex 1 59 2F

RGB Percentages of Color #01592f

%0.73
%64.96
%34.31

CMYK Percentages of Color #01592f

%99
%0
%47
%65

Triadic Colors of #01592f

#01592f #2f0159 #592f01

Analogous Colors of #01592f

#01592f #015759 #015903

Monochromatic Colors of #01592f

#01592f

Complementary Color

#01592f #59012b

#01592f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01592f Color Preview on White Background

Lorem ipsum dolor sit amet.

#01592f Color CSS Codes

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

#01592f Text Font Color

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

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


#01592f Background Color

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

This div background color is #01592f


#01592f Border Color

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

This div border color is #01592f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01592f


Comments

No comments written yet.

Please login to write comment.