Color Hex Logo

#014925 Color Hex

#014925
(1,73,37)
0 Favorites   0 Comments

Color spaces of #014925

RGB 17337
HSL0.420.970.15
HSV150°99°29°
CMYK 0.990.000.49   0.71
XYZ2.72904.90512.5532
Yxy4.90510.26790.4815
Hunter Lab22.1475-16.76348.6682
CIE-Lab26.4627-29.922915.9664

#014925 color RGB value is (1,73,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 01001001 00100101
Octal 1 111 45
Decimal 1 73 37
Hex 1 49 25

RGB Percentages of Color #014925

%0.90
%65.77
%33.33

CMYK Percentages of Color #014925

%99
%0
%49
%71

Triadic Colors of #014925

#014925 #250149 #492501

Analogous Colors of #014925

#014925 #014949 #014901

Monochromatic Colors of #014925

#014925

Complementary Color

#014925 #490125

#014925 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014925 Color Preview on White Background

Lorem ipsum dolor sit amet.

#014925 Color CSS Codes

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

#014925 Text Font Color

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

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


#014925 Background Color

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

This div background color is #014925


#014925 Border Color

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

This div border color is #014925


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014925


Comments

No comments written yet.

Please login to write comment.