Color Hex Logo

#2f592f Color Hex

#2F592F
(47,89,47)
0 Favorites   0 Comments

Color spaces of #2f592f

RGB 478947
HSL0.330.310.27
HSV120°47°35°
CMYK 0.470.000.47   0.65
XYZ5.25787.95433.9476
Yxy7.95430.30640.4635
Hunter Lab28.2034-16.079111.4436
CIE-Lab33.8875-24.519219.8186

#2f592f color RGB value is (47,89,47).

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

The process color (four color CMYK) of #2f592f color hex is 0.47, 0.00, 0.47, 0.65. Web safe color of #2f592f is #336633. Color #2f592f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 01011001 00101111
Octal 57 131 57
Decimal 47 89 47
Hex 2F 59 2F

RGB Percentages of Color #2f592f

%25.68
%48.63
%25.68

CMYK Percentages of Color #2f592f

%47
%0
%47
%65

Triadic Colors of #2f592f

#2f592f #2f2f59 #592f2f

Analogous Colors of #2f592f

#2f592f #2f5944 #44592f

Monochromatic Colors of #2f592f

#2f592f

Complementary Color

#2f592f #592f59

#2f592f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f592f Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f592f Color CSS Codes

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

#2f592f Text Font Color

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

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


#2f592f Background Color

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

This div background color is #2f592f


#2f592f Border Color

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

This div border color is #2f592f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(47,89,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 #2f592f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f592f


Comments

No comments written yet.

Please login to write comment.