Color Hex Logo

#029038 Color Hex

#029038
(2,144,56)
0 Favorites   0 Comments

Color spaces of #029038

RGB 214456
HSL0.400.970.29
HSV143°99°56°
CMYK 0.990.000.61   0.44
XYZ10.712120.24497.0845
Yxy20.24490.28160.5322
Hunter Lab44.9943-36.243422.1606
CIE-Lab52.1130-52.072836.9948

#029038 color RGB value is (2,144,56).

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

The process color (four color CMYK) of #029038 color hex is 0.99, 0.00, 0.61, 0.44. Web safe color of #029038 is #009933. Color #029038 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10010000 00111000
Octal 2 220 70
Decimal 2 144 56
Hex 2 90 38

RGB Percentages of Color #029038

%0.99
%71.29
%27.72

CMYK Percentages of Color #029038

%99
%0
%61
%44

Triadic Colors of #029038

#029038 #380290 #903802

Analogous Colors of #029038

#029038 #02907f #139002

Monochromatic Colors of #029038

#029038

Complementary Color

#029038 #90025a

#029038 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#029038 Color Preview on White Background

Lorem ipsum dolor sit amet.

#029038 Color CSS Codes

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

#029038 Text Font Color

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

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


#029038 Background Color

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

This div background color is #029038


#029038 Border Color

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

This div border color is #029038


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #029038


Comments

No comments written yet.

Please login to write comment.