Color Hex Logo

#2f872d Color Hex

#2F872D
(47,135,45)
0 Favorites   0 Comments

Color spaces of #2f872d

RGB 4713545
HSL0.330.500.35
HSV119°67°53°
CMYK 0.650.000.67   0.47
XYZ10.309918.12175.4371
Yxy18.12170.30440.5351
Hunter Lab42.5696-31.266022.2260
CIE-Lab49.6434-44.489439.5294

#2f872d color RGB value is (47,135,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 10000111 00101101
Octal 57 207 55
Decimal 47 135 45
Hex 2F 87 2D

RGB Percentages of Color #2f872d

%20.70
%59.47
%19.82

CMYK Percentages of Color #2f872d

%65
%0
%67
%47

Triadic Colors of #2f872d

#2f872d #2d2f87 #872d2f

Analogous Colors of #2f872d

#2f872d #2d8758 #5c872d

Monochromatic Colors of #2f872d

#2f872d

Complementary Color

#2f872d #852d87

#2f872d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f872d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f872d Color CSS Codes

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

#2f872d Text Font Color

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

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


#2f872d Background Color

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

This div background color is #2f872d


#2f872d Border Color

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

This div border color is #2f872d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f872d


Comments

No comments written yet.

Please login to write comment.