Color Hex Logo

#2fa65f Color Hex

#2FA65F
(47,166,95)
0 Favorites   0 Comments

Color spaces of #2fa65f

RGB 4716695
HSL0.400.560.42
HSV144°72°65°
CMYK 0.720.000.43   0.35
XYZ16.874128.703015.4774
Yxy28.70300.27640.4701
Hunter Lab53.5752-37.536020.3743
CIE-Lab60.5186-48.805827.5506

#2fa65f color RGB value is (47,166,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 10100110 01011111
Octal 57 246 137
Decimal 47 166 95
Hex 2F A6 5F

RGB Percentages of Color #2fa65f

%15.26
%53.90
%30.84

CMYK Percentages of Color #2fa65f

%72
%0
%43
%35

Triadic Colors of #2fa65f

#2fa65f #5f2fa6 #a65f2f

Analogous Colors of #2fa65f

#2fa65f #2fa69b #3ba62f

Monochromatic Colors of #2fa65f

#2fa65f

Complementary Color

#2fa65f #a62f76

#2fa65f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fa65f Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fa65f Color CSS Codes

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

#2fa65f Text Font Color

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

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


#2fa65f Background Color

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

This div background color is #2fa65f


#2fa65f Border Color

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

This div border color is #2fa65f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fa65f


Comments

No comments written yet.

Please login to write comment.