Color Hex Logo

#2f882c Color Hex

#2F882C
(47,136,44)
0 Favorites   0 Comments

Color spaces of #2f882c

RGB 4713644
HSL0.330.510.35
HSV118°68°53°
CMYK 0.650.000.68   0.47
XYZ10.431118.39455.3836
Yxy18.39450.30490.5377
Hunter Lab42.8888-31.642022.5798
CIE-Lab49.9711-44.971440.3369

#2f882c color RGB value is (47,136,44).

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

The process color (four color CMYK) of #2f882c color hex is 0.65, 0.00, 0.68, 0.47. Web safe color of #2f882c is #339933. Color #2f882c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 10001000 00101100
Octal 57 210 54
Decimal 47 136 44
Hex 2F 88 2C

RGB Percentages of Color #2f882c

%20.70
%59.91
%19.38

CMYK Percentages of Color #2f882c

%65
%0
%68
%47

Triadic Colors of #2f882c

#2f882c #2c2f88 #882c2f

Analogous Colors of #2f882c

#2f882c #2c8857 #5d882c

Monochromatic Colors of #2f882c

#2f882c

Complementary Color

#2f882c #852c88

#2f882c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f882c Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f882c Color CSS Codes

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

#2f882c Text Font Color

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

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


#2f882c Background Color

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

This div background color is #2f882c


#2f882c Border Color

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

This div border color is #2f882c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f882c


Comments

No comments written yet.

Please login to write comment.