Color Hex Logo

#024e3f Color Hex

#024E3F
(2,78,63)
0 Favorites   0 Comments

Color spaces of #024e3f

RGB 27863
HSL0.470.950.16
HSV168°97°31°
CMYK 0.970.000.19   0.69
XYZ3.64665.82065.6339
Yxy5.82060.24150.3854
Hunter Lab24.1259-15.24033.0427
CIE-Lab28.9553-25.13562.9822

#024e3f color RGB value is (2,78,63).

#024e3f hex color red value is 2, green value is 78 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #024e3f hue: 0.47 , saturation: 0.95 and the lightness value of 024e3f is 0.16.

The process color (four color CMYK) of #024e3f color hex is 0.97, 0.00, 0.19, 0.69. Web safe color of #024e3f is #006633. Color #024e3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01001110 00111111
Octal 2 116 77
Decimal 2 78 63
Hex 2 4E 3F

RGB Percentages of Color #024e3f

%1.40
%54.55
%44.06

CMYK Percentages of Color #024e3f

%97
%0
%19
%69

Triadic Colors of #024e3f

#024e3f #3f024e #4e3f02

Analogous Colors of #024e3f

#024e3f #02374e #024e19

Monochromatic Colors of #024e3f

#024e3f

Complementary Color

#024e3f #4e0211

#024e3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#024e3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#024e3f Color CSS Codes

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

#024e3f Text Font Color

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

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


#024e3f Background Color

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

This div background color is #024e3f


#024e3f Border Color

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

This div border color is #024e3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #024e3f


Comments

No comments written yet.

Please login to write comment.