Color Hex Logo

#02541d Color Hex

#02541D
(2,84,29)
0 Favorites   0 Comments

Color spaces of #02541d

RGB 28429
HSL0.390.950.17
HSV140°98°33°
CMYK 0.980.000.65   0.67
XYZ3.41716.44232.2258
Yxy6.44230.28280.5331
Hunter Lab25.3817-20.386812.5679
CIE-Lab30.5020-35.417225.4904

#02541d color RGB value is (2,84,29).

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

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

Base Numbers

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

RGB Percentages of Color #02541d

%1.74
%73.04
%25.22

CMYK Percentages of Color #02541d

%98
%0
%65
%67

Triadic Colors of #02541d

#02541d #1d0254 #541d02

Analogous Colors of #02541d

#02541d #025446 #105402

Monochromatic Colors of #02541d

#02541d

Complementary Color

#02541d #540239

#02541d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02541d Color Preview on White Background

Lorem ipsum dolor sit amet.

#02541d Color CSS Codes

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

#02541d Text Font Color

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

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


#02541d Background Color

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

This div background color is #02541d


#02541d Border Color

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

This div border color is #02541d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(2,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 #02541d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02541d


Comments

No comments written yet.

Please login to write comment.