Color Hex Logo

#015029 Color Hex

#015029
(1,80,41)
0 Favorites   0 Comments

Color spaces of #015029

RGB 18041
HSL0.420.980.16
HSV150°99°31°
CMYK 0.990.000.49   0.69
XYZ3.28145.90393.0644
Yxy5.90390.26790.4820
Hunter Lab24.2979-18.41529.5310
CIE-Lab29.1687-31.884317.0414

#015029 color RGB value is (1,80,41).

#015029 hex color red value is 1, green value is 80 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #015029 hue: 0.42 , saturation: 0.98 and the lightness value of 015029 is 0.16.

The process color (four color CMYK) of #015029 color hex is 0.99, 0.00, 0.49, 0.69. Web safe color of #015029 is #006633. Color #015029 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01010000 00101001
Octal 1 120 51
Decimal 1 80 41
Hex 1 50 29

RGB Percentages of Color #015029

%0.82
%65.57
%33.61

CMYK Percentages of Color #015029

%99
%0
%49
%69

Triadic Colors of #015029

#015029 #290150 #502901

Analogous Colors of #015029

#015029 #015050 #015001

Monochromatic Colors of #015029

#015029

Complementary Color

#015029 #500128

#015029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#015029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#015029 Color CSS Codes

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

#015029 Text Font Color

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

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


#015029 Background Color

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

This div background color is #015029


#015029 Border Color

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

This div border color is #015029


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #015029


Comments

No comments written yet.

Please login to write comment.