Color Hex Logo

#024d31 Color Hex

#024D31
(2,77,49)
0 Favorites   0 Comments

Color spaces of #024d31

RGB 27749
HSL0.440.950.15
HSV158°97°30°
CMYK 0.970.000.36   0.70
XYZ3.23335.54243.8051
Yxy5.54240.25700.4405
Hunter Lab23.5423-16.68386.8967
CIE-Lab28.2273-28.626010.8659

#024d31 color RGB value is (2,77,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 01001101 00110001
Octal 2 115 61
Decimal 2 77 49
Hex 2 4D 31

RGB Percentages of Color #024d31

%1.56
%60.16
%38.28

CMYK Percentages of Color #024d31

%97
%0
%36
%70

Triadic Colors of #024d31

#024d31 #31024d #4d3102

Analogous Colors of #024d31

#024d31 #02434d #024d0c

Monochromatic Colors of #024d31

#024d31

Complementary Color

#024d31 #4d021e

#024d31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#024d31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#024d31 Color CSS Codes

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

#024d31 Text Font Color

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

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


#024d31 Background Color

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

This div background color is #024d31


#024d31 Border Color

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

This div border color is #024d31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #024d31


Comments

No comments written yet.

Please login to write comment.