Color Hex Logo

#2f602e Color Hex

#2F602E
(47,96,46)
1 Favorites   0 Comments

Color spaces of #2f602e

RGB 479646
HSL0.330.350.28
HSV119°52°38°
CMYK 0.510.000.52   0.62
XYZ5.84839.16734.0460
Yxy9.16730.30680.4809
Hunter Lab30.2775-18.507313.2713
CIE-Lab36.3044-28.056223.4402

#2f602e color RGB value is (47,96,46).

#2f602e hex color red value is 47, green value is 96 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #2f602e hue: 0.33 , saturation: 0.35 and the lightness value of 2f602e is 0.28.

The process color (four color CMYK) of #2f602e color hex is 0.51, 0.00, 0.52, 0.62. Web safe color of #2f602e is #336633. Color #2f602e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 01100000 00101110
Octal 57 140 56
Decimal 47 96 46
Hex 2F 60 2E

RGB Percentages of Color #2f602e

%24.87
%50.79
%24.34

CMYK Percentages of Color #2f602e

%51
%0
%52
%62

Triadic Colors of #2f602e

#2f602e #2e2f60 #602e2f

Analogous Colors of #2f602e

#2f602e #2e6046 #48602e

Monochromatic Colors of #2f602e

#2f602e

Complementary Color

#2f602e #5f2e60

#2f602e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f602e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f602e Color CSS Codes

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

#2f602e Text Font Color

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

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


#2f602e Background Color

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

This div background color is #2f602e


#2f602e Border Color

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

This div border color is #2f602e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f602e


Comments

No comments written yet.

Please login to write comment.