Color Hex Logo

#2fa724 Color Hex

#2FA724
(47,167,36)
0 Favorites   0 Comments

Color spaces of #2fa724

RGB 4716736
HSL0.320.650.40
HSV115°78°65°
CMYK 0.720.000.78   0.35
XYZ15.309428.36916.3380
Yxy28.36910.30610.5672
Hunter Lab53.2627-41.903030.2286
CIE-Lab60.2207-56.491153.9045

#2fa724 color RGB value is (47,167,36).

#2fa724 hex color red value is 47, green value is 167 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #2fa724 hue: 0.32 , saturation: 0.65 and the lightness value of 2fa724 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 10100111 00100100
Octal 57 247 44
Decimal 47 167 36
Hex 2F A7 24

RGB Percentages of Color #2fa724

%18.80
%66.80
%14.40

CMYK Percentages of Color #2fa724

%72
%0
%78
%35

Triadic Colors of #2fa724

#2fa724 #242fa7 #a7242f

Analogous Colors of #2fa724

#2fa724 #24a75b #71a724

Monochromatic Colors of #2fa724

#2fa724

Complementary Color

#2fa724 #9c24a7

#2fa724 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fa724 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fa724 Color CSS Codes

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

#2fa724 Text Font Color

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

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


#2fa724 Background Color

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

This div background color is #2fa724


#2fa724 Border Color

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

This div border color is #2fa724


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fa724


Comments

No comments written yet.

Please login to write comment.