Color Hex Logo

#029444 Color Hex

#029444
(2,148,68)
0 Favorites   0 Comments

Color spaces of #029444

RGB 214868
HSL0.410.970.29
HSV147°99°58°
CMYK 0.990.000.54   0.42
XYZ11.658321.61019.0255
Yxy21.61010.27560.5110
Hunter Lab46.4867-36.586021.0294
CIE-Lab53.6108-51.617832.8152

#029444 color RGB value is (2,148,68).

#029444 hex color red value is 2, green value is 148 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #029444 hue: 0.41 , saturation: 0.97 and the lightness value of 029444 is 0.29.

The process color (four color CMYK) of #029444 color hex is 0.99, 0.00, 0.54, 0.42. Web safe color of #029444 is #009933. Color #029444 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10010100 01000100
Octal 2 224 104
Decimal 2 148 68
Hex 2 94 44

RGB Percentages of Color #029444

%0.92
%67.89
%31.19

CMYK Percentages of Color #029444

%99
%0
%54
%42

Triadic Colors of #029444

#029444 #440294 #944402

Analogous Colors of #029444

#029444 #02948d #099402

Monochromatic Colors of #029444

#029444

Complementary Color

#029444 #940252

#029444 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#029444 Color Preview on White Background

Lorem ipsum dolor sit amet.

#029444 Color CSS Codes

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

#029444 Text Font Color

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

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


#029444 Background Color

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

This div background color is #029444


#029444 Border Color

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

This div border color is #029444


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #029444


Comments

No comments written yet.

Please login to write comment.