Color Hex Logo

#34b72a Color Hex

#34B72A
(52,183,42)
0 Favorites   0 Comments

Color spaces of #34b72a

RGB 5218342
HSL0.320.630.44
HSV116°77°72°
CMYK 0.720.000.77   0.28
XYZ18.767634.76427.9115
Yxy34.76420.30540.5658
Hunter Lab58.9612-46.364733.3172
CIE-Lab65.5647-60.415157.1717

#34b72a color RGB value is (52,183,42).

#34b72a hex color red value is 52, green value is 183 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #34b72a hue: 0.32 , saturation: 0.63 and the lightness value of 34b72a is 0.44.

The process color (four color CMYK) of #34b72a color hex is 0.72, 0.00, 0.77, 0.28. Web safe color of #34b72a is #33cc33. Color #34b72a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10110111 00101010
Octal 64 267 52
Decimal 52 183 42
Hex 34 B7 2A

RGB Percentages of Color #34b72a

%18.77
%66.06
%15.16

CMYK Percentages of Color #34b72a

%72
%0
%77
%28

Triadic Colors of #34b72a

#34b72a #2a34b7 #b72a34

Analogous Colors of #34b72a

#34b72a #2ab767 #7bb72a

Monochromatic Colors of #34b72a

#34b72a

Complementary Color

#34b72a #ad2ab7

#34b72a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34b72a Color Preview on White Background

Lorem ipsum dolor sit amet.

#34b72a Color CSS Codes

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

#34b72a Text Font Color

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

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


#34b72a Background Color

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

This div background color is #34b72a


#34b72a Border Color

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

This div border color is #34b72a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,183,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #34b72a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #34b72a;
  -webkit-box-shadow: 1px 1px 3px 2px #34b72a;
  box-shadow:         1px 1px 3px 2px #34b72a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34b72a


Comments

No comments written yet.

Please login to write comment.