Color Hex Logo

#014931 Color Hex

#014931
(1,73,49)
0 Favorites   0 Comments

Color spaces of #014931

RGB 17349
HSL0.440.970.15
HSV160°99°29°
CMYK 0.990.000.33   0.71
XYZ2.94944.99333.7141
Yxy4.99330.25300.4284
Hunter Lab22.3457-15.54485.7873
CIE-Lab26.7157-26.99808.7851

#014931 color RGB value is (1,73,49).

#014931 hex color red value is 1, green value is 73 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #014931 hue: 0.44 , saturation: 0.97 and the lightness value of 014931 is 0.15.

The process color (four color CMYK) of #014931 color hex is 0.99, 0.00, 0.33, 0.71. Web safe color of #014931 is #003333. Color #014931 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01001001 00110001
Octal 1 111 61
Decimal 1 73 49
Hex 1 49 31

RGB Percentages of Color #014931

%0.81
%59.35
%39.84

CMYK Percentages of Color #014931

%99
%0
%33
%71

Triadic Colors of #014931

#014931 #310149 #493101

Analogous Colors of #014931

#014931 #013d49 #01490d

Monochromatic Colors of #014931

#014931

Complementary Color

#014931 #490119

#014931 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014931 Color Preview on White Background

Lorem ipsum dolor sit amet.

#014931 Color CSS Codes

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

#014931 Text Font Color

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

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


#014931 Background Color

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

This div background color is #014931


#014931 Border Color

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

This div border color is #014931


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,73,49, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #014931; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #014931;
  -webkit-box-shadow: 1px 1px 3px 2px #014931;
  box-shadow:         1px 1px 3px 2px #014931; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014931


Comments

No comments written yet.

Please login to write comment.