Color Hex Logo

#024d2e Color Hex

#024D2E
(2,77,46)
0 Favorites   0 Comments

Color spaces of #024d2e

RGB 27746
HSL0.430.950.15
HSV155°97°30°
CMYK 0.970.000.40   0.70
XYZ3.17215.51793.4826
Yxy5.51790.26060.4533
Hunter Lab23.4902-17.00347.6530
CIE-Lab28.1621-29.373312.6555

#024d2e color RGB value is (2,77,46).

#024d2e hex color red value is 2, green value is 77 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #024d2e hue: 0.43 , saturation: 0.95 and the lightness value of 024d2e is 0.15.

The process color (four color CMYK) of #024d2e color hex is 0.97, 0.00, 0.40, 0.70. Web safe color of #024d2e is #006633. Color #024d2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01001101 00101110
Octal 2 115 56
Decimal 2 77 46
Hex 2 4D 2E

RGB Percentages of Color #024d2e

%1.60
%61.60
%36.80

CMYK Percentages of Color #024d2e

%97
%0
%40
%70

Triadic Colors of #024d2e

#024d2e #2e024d #4d2e02

Analogous Colors of #024d2e

#024d2e #02474d #024d09

Monochromatic Colors of #024d2e

#024d2e

Complementary Color

#024d2e #4d0221

#024d2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#024d2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#024d2e Color CSS Codes

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

#024d2e Text Font Color

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

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


#024d2e Background Color

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

This div background color is #024d2e


#024d2e Border Color

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

This div border color is #024d2e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,77,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #024d2e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #024d2e;
  -webkit-box-shadow: 1px 1px 3px 2px #024d2e;
  box-shadow:         1px 1px 3px 2px #024d2e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #024d2e


Comments

No comments written yet.

Please login to write comment.