Color Hex Logo

#029137 Color Hex

#029137
(2,145,55)
0 Favorites   0 Comments

Color spaces of #029137

RGB 214555
HSL0.400.970.29
HSV142°99°57°
CMYK 0.990.000.62   0.43
XYZ10.840020.53957.0076
Yxy20.53950.28240.5351
Hunter Lab45.3205-36.616422.5568
CIE-Lab52.4418-52.532737.8538

#029137 color RGB value is (2,145,55).

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

The process color (four color CMYK) of #029137 color hex is 0.99, 0.00, 0.62, 0.43. Web safe color of #029137 is #009933. Color #029137 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10010001 00110111
Octal 2 221 67
Decimal 2 145 55
Hex 2 91 37

RGB Percentages of Color #029137

%0.99
%71.78
%27.23

CMYK Percentages of Color #029137

%99
%0
%62
%43

Triadic Colors of #029137

#029137 #370291 #913702

Analogous Colors of #029137

#029137 #02917f #159102

Monochromatic Colors of #029137

#029137

Complementary Color

#029137 #91025c

#029137 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#029137 Color Preview on White Background

Lorem ipsum dolor sit amet.

#029137 Color CSS Codes

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

#029137 Text Font Color

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

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


#029137 Background Color

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

This div background color is #029137


#029137 Border Color

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

This div border color is #029137


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #029137


Comments

No comments written yet.

Please login to write comment.