Color Hex Logo

#2f713b Color Hex

#2F713B
(47,113,59)
0 Favorites   0 Comments

Color spaces of #2f713b

RGB 4711359
HSL0.360.410.31
HSV131°58°44°
CMYK 0.580.000.48   0.56
XYZ7.866812.73046.1803
Yxy12.73040.29380.4754
Hunter Lab35.6797-23.083114.7058
CIE-Lab42.3542-33.627023.7484

#2f713b color RGB value is (47,113,59).

#2f713b hex color red value is 47, green value is 113 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #2f713b hue: 0.36 , saturation: 0.41 and the lightness value of 2f713b is 0.31.

The process color (four color CMYK) of #2f713b color hex is 0.58, 0.00, 0.48, 0.56. Web safe color of #2f713b is #336633. Color #2f713b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 01110001 00111011
Octal 57 161 73
Decimal 47 113 59
Hex 2F 71 3B

RGB Percentages of Color #2f713b

%21.46
%51.60
%26.94

CMYK Percentages of Color #2f713b

%58
%0
%48
%56

Triadic Colors of #2f713b

#2f713b #3b2f71 #713b2f

Analogous Colors of #2f713b

#2f713b #2f715c #44712f

Monochromatic Colors of #2f713b

#2f713b

Complementary Color

#2f713b #712f65

#2f713b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f713b Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f713b Color CSS Codes

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

#2f713b Text Font Color

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

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


#2f713b Background Color

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

This div background color is #2f713b


#2f713b Border Color

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

This div border color is #2f713b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f713b


Comments

No comments written yet.

Please login to write comment.