Color Hex Logo

#2fa52f Color Hex

#2FA52F
(47,165,47)
0 Favorites   0 Comments

Color spaces of #2fa52f

RGB 4716547
HSL0.330.560.42
HSV120°72°65°
CMYK 0.720.000.72   0.35
XYZ15.140527.71987.2418
Yxy27.71980.30220.5533
Hunter Lab52.6496-40.805428.6995
CIE-Lab59.6347-54.969449.3723

#2fa52f color RGB value is (47,165,47).

#2fa52f hex color red value is 47, green value is 165 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #2fa52f hue: 0.33 , saturation: 0.56 and the lightness value of 2fa52f is 0.42.

The process color (four color CMYK) of #2fa52f color hex is 0.72, 0.00, 0.72, 0.35. Web safe color of #2fa52f is #339933. Color #2fa52f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 10100101 00101111
Octal 57 245 57
Decimal 47 165 47
Hex 2F A5 2F

RGB Percentages of Color #2fa52f

%18.15
%63.71
%18.15

CMYK Percentages of Color #2fa52f

%72
%0
%72
%35

Triadic Colors of #2fa52f

#2fa52f #2f2fa5 #a52f2f

Analogous Colors of #2fa52f

#2fa52f #2fa56a #6aa52f

Monochromatic Colors of #2fa52f

#2fa52f

Complementary Color

#2fa52f #a52fa5

#2fa52f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fa52f Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fa52f Color CSS Codes

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

#2fa52f Text Font Color

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

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


#2fa52f Background Color

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

This div background color is #2fa52f


#2fa52f Border Color

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

This div border color is #2fa52f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fa52f


Comments

No comments written yet.

Please login to write comment.