Color Hex Logo

#01751b Color Hex

#01751B
(1,117,27)
0 Favorites   0 Comments

Color spaces of #01751b

RGB 111727
HSL0.370.980.23
HSV133°99°46°
CMYK 0.990.000.77   0.54
XYZ6.571612.80823.1628
Yxy12.80820.29150.5682
Hunter Lab35.7885-29.853219.8122
CIE-Lab42.4728-46.820639.3352

#01751b color RGB value is (1,117,27).

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

The process color (four color CMYK) of #01751b color hex is 0.99, 0.00, 0.77, 0.54. Web safe color of #01751b is #006633. Color #01751b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01110101 00011011
Octal 1 165 33
Decimal 1 117 27
Hex 1 75 1B

RGB Percentages of Color #01751b

%0.69
%80.69
%18.62

CMYK Percentages of Color #01751b

%99
%0
%77
%54

Triadic Colors of #01751b

#01751b #1b0175 #751b01

Analogous Colors of #01751b

#01751b #017555 #217501

Monochromatic Colors of #01751b

#01751b

Complementary Color

#01751b #75015b

#01751b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01751b Color Preview on White Background

Lorem ipsum dolor sit amet.

#01751b Color CSS Codes

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

#01751b Text Font Color

<p style="color:#01751b">Text here</p>

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


#01751b Background Color

<div style="background-color:#01751b">
Div content here</div>

This div background color is #01751b


#01751b Border Color

<div style="border:3px solid #01751b">
Div here</div>

This div border color is #01751b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01751b


Comments

No comments written yet.

Please login to write comment.