Color Hex Logo

#2f6006 Color Hex

#2F6006
(47,96,6)
0 Favorites   0 Comments

Color spaces of #2f6006

RGB 47966
HSL0.260.880.20
HSV93°94°38°
CMYK 0.510.000.94   0.62
XYZ5.38808.98321.6223
Yxy8.98320.33690.5617
Hunter Lab29.9720-20.362417.7712
CIE-Lab35.9519-31.857740.3585

#2f6006 color RGB value is (47,96,6).

#2f6006 hex color red value is 47, green value is 96 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #2f6006 hue: 0.26 , saturation: 0.88 and the lightness value of 2f6006 is 0.20.

The process color (four color CMYK) of #2f6006 color hex is 0.51, 0.00, 0.94, 0.62. Web safe color of #2f6006 is #336600. Color #2f6006 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 01100000 00000110
Octal 57 140 6
Decimal 47 96 6
Hex 2F 60 6

RGB Percentages of Color #2f6006

%31.54
%64.43
%4.03

CMYK Percentages of Color #2f6006

%51
%0
%94
%62

Triadic Colors of #2f6006

#2f6006 #062f60 #60062f

Analogous Colors of #2f6006

#2f6006 #06600a #5c6006

Monochromatic Colors of #2f6006

#2f6006

Complementary Color

#2f6006 #370660

#2f6006 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f6006 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f6006 Color CSS Codes

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

#2f6006 Text Font Color

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

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


#2f6006 Background Color

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

This div background color is #2f6006


#2f6006 Border Color

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

This div border color is #2f6006


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f6006


Comments

No comments written yet.

Please login to write comment.