Color Hex Logo

#2f582a Color Hex

#2F582A
(47,88,42)
0 Favorites   0 Comments

Color spaces of #2f582a

RGB 478842
HSL0.320.350.25
HSV113°52°35°
CMYK 0.470.000.52   0.65
XYZ5.07997.75103.4188
Yxy7.75100.31260.4770
Hunter Lab27.8406-16.151312.2077
CIE-Lab33.4588-24.844822.1779

#2f582a color RGB value is (47,88,42).

#2f582a hex color red value is 47, green value is 88 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #2f582a hue: 0.32 , saturation: 0.35 and the lightness value of 2f582a is 0.25.

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 01011000 00101010
Octal 57 130 52
Decimal 47 88 42
Hex 2F 58 2A

RGB Percentages of Color #2f582a

%26.55
%49.72
%23.73

CMYK Percentages of Color #2f582a

%47
%0
%52
%65

Triadic Colors of #2f582a

#2f582a #2a2f58 #582a2f

Analogous Colors of #2f582a

#2f582a #2a583c #46582a

Monochromatic Colors of #2f582a

#2f582a

Complementary Color

#2f582a #532a58

#2f582a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f582a Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f582a Color CSS Codes

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

#2f582a Text Font Color

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

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


#2f582a Background Color

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

This div background color is #2f582a


#2f582a Border Color

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

This div border color is #2f582a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f582a


Comments

No comments written yet.

Please login to write comment.