Color Hex Logo

#01541d Color Hex

#01541D
(1,84,29)
0 Favorites   0 Comments

Color spaces of #01541d

RGB 18429
HSL0.390.980.17
HSV140°99°33°
CMYK 0.990.000.65   0.67
XYZ3.40466.43582.2252
Yxy6.43580.28220.5334
Hunter Lab25.3689-20.440212.5577
CIE-Lab30.4864-35.551225.4683

#01541d color RGB value is (1,84,29).

#01541d hex color red value is 1, green value is 84 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #01541d hue: 0.39 , saturation: 0.98 and the lightness value of 01541d is 0.17.

The process color (four color CMYK) of #01541d color hex is 0.99, 0.00, 0.65, 0.67. Web safe color of #01541d is #006633. Color #01541d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01010100 00011101
Octal 1 124 35
Decimal 1 84 29
Hex 1 54 1D

RGB Percentages of Color #01541d

%0.88
%73.68
%25.44

CMYK Percentages of Color #01541d

%99
%0
%65
%67

Triadic Colors of #01541d

#01541d #1d0154 #541d01

Analogous Colors of #01541d

#01541d #015447 #0f5401

Monochromatic Colors of #01541d

#01541d

Complementary Color

#01541d #540138

#01541d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01541d Color Preview on White Background

Lorem ipsum dolor sit amet.

#01541d Color CSS Codes

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

#01541d Text Font Color

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

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


#01541d Background Color

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

This div background color is #01541d


#01541d Border Color

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

This div border color is #01541d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,84,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01541d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01541d;
  -webkit-box-shadow: 1px 1px 3px 2px #01541d;
  box-shadow:         1px 1px 3px 2px #01541d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01541d


Comments

No comments written yet.

Please login to write comment.