Color Hex Logo

#01752c Color Hex

#01752C
(1,117,44)
0 Favorites   0 Comments

Color spaces of #01752c

RGB 111744
HSL0.400.980.23
HSV142°99°46°
CMYK 0.990.000.62   0.54
XYZ6.828412.91094.5150
Yxy12.91090.28150.5323
Hunter Lab35.9317-28.958717.7021
CIE-Lab42.6287-44.853431.8590

#01752c color RGB value is (1,117,44).

#01752c hex color red value is 1, green value is 117 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #01752c hue: 0.40 , saturation: 0.98 and the lightness value of 01752c is 0.23.

The process color (four color CMYK) of #01752c color hex is 0.99, 0.00, 0.62, 0.54. Web safe color of #01752c is #006633. Color #01752c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01110101 00101100
Octal 1 165 54
Decimal 1 117 44
Hex 1 75 2C

RGB Percentages of Color #01752c

%0.62
%72.22
%27.16

CMYK Percentages of Color #01752c

%99
%0
%62
%54

Triadic Colors of #01752c

#01752c #2c0175 #752c01

Analogous Colors of #01752c

#01752c #017566 #107501

Monochromatic Colors of #01752c

#01752c

Complementary Color

#01752c #75014a

#01752c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01752c Color Preview on White Background

Lorem ipsum dolor sit amet.

#01752c Color CSS Codes

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

#01752c Text Font Color

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

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


#01752c Background Color

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

This div background color is #01752c


#01752c Border Color

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

This div border color is #01752c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01752c


Comments

No comments written yet.

Please login to write comment.