Color Hex Logo

#024919 Color Hex

#024919
(2,73,25)
0 Favorites   0 Comments

Color spaces of #024919

RGB 27325
HSL0.390.950.15
HSV139°97°29°
CMYK 0.970.000.66   0.71
XYZ2.58304.84821.7194
Yxy4.84820.28230.5298
Hunter Lab22.0186-17.592810.7832
CIE-Lab26.2978-31.993022.7506

#024919 color RGB value is (2,73,25).

#024919 hex color red value is 2, green value is 73 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #024919 hue: 0.39 , saturation: 0.95 and the lightness value of 024919 is 0.15.

The process color (four color CMYK) of #024919 color hex is 0.97, 0.00, 0.66, 0.71. Web safe color of #024919 is #003300. Color #024919 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01001001 00011001
Octal 2 111 31
Decimal 2 73 25
Hex 2 49 19

RGB Percentages of Color #024919

%2.00
%73.00
%25.00

CMYK Percentages of Color #024919

%97
%0
%66
%71

Triadic Colors of #024919

#024919 #190249 #491902

Analogous Colors of #024919

#024919 #02493d #0f4902

Monochromatic Colors of #024919

#024919

Complementary Color

#024919 #490232

#024919 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#024919 Color Preview on White Background

Lorem ipsum dolor sit amet.

#024919 Color CSS Codes

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

#024919 Text Font Color

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

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


#024919 Background Color

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

This div background color is #024919


#024919 Border Color

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

This div border color is #024919


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,73,25, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #024919; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #024919;
  -webkit-box-shadow: 1px 1px 3px 2px #024919;
  box-shadow:         1px 1px 3px 2px #024919; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #024919


Comments

No comments written yet.

Please login to write comment.