Color Hex Logo

#01552e Color Hex

#01552E
(1,85,46)
0 Favorites   0 Comments

Color spaces of #01552e

RGB 18546
HSL0.420.980.17
HSV152°99°33°
CMYK 0.990.000.46   0.67
XYZ3.75426.70073.6803
Yxy6.70070.26560.4740
Hunter Lab25.8857-19.41229.6904
CIE-Lab31.1156-32.804716.5685

#01552e color RGB value is (1,85,46).

#01552e hex color red value is 1, green value is 85 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #01552e hue: 0.42 , saturation: 0.98 and the lightness value of 01552e is 0.17.

The process color (four color CMYK) of #01552e color hex is 0.99, 0.00, 0.46, 0.67. Web safe color of #01552e is #006633. Color #01552e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01010101 00101110
Octal 1 125 56
Decimal 1 85 46
Hex 1 55 2E

RGB Percentages of Color #01552e

%0.76
%64.39
%34.85

CMYK Percentages of Color #01552e

%99
%0
%46
%67

Triadic Colors of #01552e

#01552e #2e0155 #552e01

Analogous Colors of #01552e

#01552e #015255 #015504

Monochromatic Colors of #01552e

#01552e

Complementary Color

#01552e #550128

#01552e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01552e Color Preview on White Background

Lorem ipsum dolor sit amet.

#01552e Color CSS Codes

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

#01552e Text Font Color

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

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


#01552e Background Color

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

This div background color is #01552e


#01552e Border Color

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

This div border color is #01552e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01552e


Comments

No comments written yet.

Please login to write comment.