Color Hex Logo

#229139 Color Hex

#229139
(34,145,57)
0 Favorites   0 Comments

Color spaces of #229139

RGB 3414557
HSL0.370.620.35
HSV132°77°57°
CMYK 0.770.000.61   0.43
XYZ11.523620.88637.2950
Yxy20.88630.29020.5260
Hunter Lab45.7015-34.969122.5270
CIE-Lab52.8248-49.190337.4331

#229139 color RGB value is (34,145,57).

#229139 hex color red value is 34, green value is 145 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #229139 hue: 0.37 , saturation: 0.62 and the lightness value of 229139 is 0.35.

The process color (four color CMYK) of #229139 color hex is 0.77, 0.00, 0.61, 0.43. Web safe color of #229139 is #339933. Color #229139 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 10010001 00111001
Octal 42 221 71
Decimal 34 145 57
Hex 22 91 39

RGB Percentages of Color #229139

%14.41
%61.44
%24.15

CMYK Percentages of Color #229139

%77
%0
%61
%43

Triadic Colors of #229139

#229139 #392291 #913922

Analogous Colors of #229139

#229139 #229171 #439122

Monochromatic Colors of #229139

#229139

Complementary Color

#229139 #91227a

#229139 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#229139 Color Preview on White Background

Lorem ipsum dolor sit amet.

#229139 Color CSS Codes

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

#229139 Text Font Color

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

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


#229139 Background Color

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

This div background color is #229139


#229139 Border Color

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

This div border color is #229139


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #229139


Comments

No comments written yet.

Please login to write comment.