Color Hex Logo

#2f873d Color Hex

#2F873D
(47,135,61)
0 Favorites   0 Comments

Color spaces of #2f873d

RGB 4713561
HSL0.360.480.36
HSV130°65°53°
CMYK 0.650.000.55   0.47
XYZ10.678618.26927.3784
Yxy18.26920.29400.5029
Hunter Lab42.7425-30.203719.6848
CIE-Lab49.8210-42.445731.9457

#2f873d color RGB value is (47,135,61).

#2f873d hex color red value is 47, green value is 135 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #2f873d hue: 0.36 , saturation: 0.48 and the lightness value of 2f873d is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 10000111 00111101
Octal 57 207 75
Decimal 47 135 61
Hex 2F 87 3D

RGB Percentages of Color #2f873d

%19.34
%55.56
%25.10

CMYK Percentages of Color #2f873d

%65
%0
%55
%47

Triadic Colors of #2f873d

#2f873d #3d2f87 #873d2f

Analogous Colors of #2f873d

#2f873d #2f8769 #4d872f

Monochromatic Colors of #2f873d

#2f873d

Complementary Color

#2f873d #872f79

#2f873d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f873d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f873d Color CSS Codes

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

#2f873d Text Font Color

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

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


#2f873d Background Color

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

This div background color is #2f873d


#2f873d Border Color

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

This div border color is #2f873d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f873d


Comments

No comments written yet.

Please login to write comment.