Color Hex Logo

#2f581e Color Hex

#2F581E
(47,88,30)
0 Favorites   0 Comments

Color spaces of #2f581e

RGB 478830
HSL0.280.490.23
HSV102°66°35°
CMYK 0.470.000.66   0.65
XYZ4.89647.67752.4521
Yxy7.67750.32590.5109
Hunter Lab27.7083-16.946414.1488
CIE-Lab33.3020-26.464428.5242

#2f581e color RGB value is (47,88,30).

#2f581e hex color red value is 47, green value is 88 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #2f581e hue: 0.28 , saturation: 0.49 and the lightness value of 2f581e is 0.23.

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 01011000 00011110
Octal 57 130 36
Decimal 47 88 30
Hex 2F 58 1E

RGB Percentages of Color #2f581e

%28.48
%53.33
%18.18

CMYK Percentages of Color #2f581e

%47
%0
%66
%65

Triadic Colors of #2f581e

#2f581e #1e2f58 #581e2f

Analogous Colors of #2f581e

#2f581e #1e582a #4c581e

Monochromatic Colors of #2f581e

#2f581e

Complementary Color

#2f581e #471e58

#2f581e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f581e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f581e Color CSS Codes

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

#2f581e Text Font Color

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

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


#2f581e Background Color

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

This div background color is #2f581e


#2f581e Border Color

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

This div border color is #2f581e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f581e


Comments

No comments written yet.

Please login to write comment.