Color Hex Logo

#349b2d Color Hex

#349B2D
(52,155,45)
0 Favorites   0 Comments

Color spaces of #349b2d

RGB 5215545
HSL0.320.550.39
HSV116°71°61°
CMYK 0.660.000.71   0.39
XYZ13.611224.36226.4676
Yxy24.36220.30630.5482
Hunter Lab49.3581-37.152726.7816
CIE-Lab56.4486-50.687646.8761

#349b2d color RGB value is (52,155,45).

#349b2d hex color red value is 52, green value is 155 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #349b2d hue: 0.32 , saturation: 0.55 and the lightness value of 349b2d is 0.39.

The process color (four color CMYK) of #349b2d color hex is 0.66, 0.00, 0.71, 0.39. Web safe color of #349b2d is #339933. Color #349b2d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10011011 00101101
Octal 64 233 55
Decimal 52 155 45
Hex 34 9B 2D

RGB Percentages of Color #349b2d

%20.63
%61.51
%17.86

CMYK Percentages of Color #349b2d

%66
%0
%71
%39

Triadic Colors of #349b2d

#349b2d #2d349b #9b2d34

Analogous Colors of #349b2d

#349b2d #2d9b5d #6b9b2d

Monochromatic Colors of #349b2d

#349b2d

Complementary Color

#349b2d #942d9b

#349b2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#349b2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#349b2d Color CSS Codes

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

#349b2d Text Font Color

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

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


#349b2d Background Color

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

This div background color is #349b2d


#349b2d Border Color

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

This div border color is #349b2d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,155,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #349b2d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #349b2d;
  -webkit-box-shadow: 1px 1px 3px 2px #349b2d;
  box-shadow:         1px 1px 3px 2px #349b2d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #349b2d


Comments

No comments written yet.

Please login to write comment.