Color Hex Logo

#2f934f Color Hex

#2F934F
(47,147,79)
0 Favorites   0 Comments

Color spaces of #2f934f

RGB 4714779
HSL0.390.520.38
HSV139°68°58°
CMYK 0.680.000.46   0.42
XYZ13.017322.036310.9645
Yxy22.03630.28290.4789
Hunter Lab46.9428-32.651719.0115
CIE-Lab54.0655-44.276927.7548

#2f934f color RGB value is (47,147,79).

#2f934f hex color red value is 47, green value is 147 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #2f934f hue: 0.39 , saturation: 0.52 and the lightness value of 2f934f is 0.38.

The process color (four color CMYK) of #2f934f color hex is 0.68, 0.00, 0.46, 0.42. Web safe color of #2f934f is #339966. Color #2f934f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 10010011 01001111
Octal 57 223 117
Decimal 47 147 79
Hex 2F 93 4F

RGB Percentages of Color #2f934f

%17.22
%53.85
%28.94

CMYK Percentages of Color #2f934f

%68
%0
%46
%42

Triadic Colors of #2f934f

#2f934f #4f2f93 #934f2f

Analogous Colors of #2f934f

#2f934f #2f9381 #41932f

Monochromatic Colors of #2f934f

#2f934f

Complementary Color

#2f934f #932f73

#2f934f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f934f Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f934f Color CSS Codes

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

#2f934f Text Font Color

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

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


#2f934f Background Color

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

This div background color is #2f934f


#2f934f Border Color

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

This div border color is #2f934f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f934f


Comments

No comments written yet.

Please login to write comment.