Color Hex Logo

#024930 Color Hex

#024930
(2,73,48)
0 Favorites   0 Comments

Color spaces of #024930

RGB 27348
HSL0.440.950.15
HSV159°97°29°
CMYK 0.970.000.34   0.71
XYZ2.94114.99143.6047
Yxy4.99140.25490.4326
Hunter Lab22.3414-15.59926.0728
CIE-Lab26.7103-27.12219.4189

#024930 color RGB value is (2,73,48).

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

The process color (four color CMYK) of #024930 color hex is 0.97, 0.00, 0.34, 0.71. Web safe color of #024930 is #003333. Color #024930 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01001001 00110000
Octal 2 111 60
Decimal 2 73 48
Hex 2 49 30

RGB Percentages of Color #024930

%1.63
%59.35
%39.02

CMYK Percentages of Color #024930

%97
%0
%34
%71

Triadic Colors of #024930

#024930 #300249 #493002

Analogous Colors of #024930

#024930 #023f49 #02490d

Monochromatic Colors of #024930

#024930

Complementary Color

#024930 #49021b

#024930 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#024930 Color Preview on White Background

Lorem ipsum dolor sit amet.

#024930 Color CSS Codes

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

#024930 Text Font Color

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

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


#024930 Background Color

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

This div background color is #024930


#024930 Border Color

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

This div border color is #024930


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #024930


Comments

No comments written yet.

Please login to write comment.