Color Hex Logo

#2f791b Color Hex

#2F791B
(47,121,27)
0 Favorites   0 Comments

Color spaces of #2f791b

RGB 4712127
HSL0.300.640.29
HSV107°78°47°
CMYK 0.610.000.78   0.53
XYZ8.207514.35823.3757
Yxy14.35820.31640.5535
Hunter Lab37.8922-27.648121.2426
CIE-Lab44.7423-40.819441.8985

#2f791b color RGB value is (47,121,27).

#2f791b hex color red value is 47, green value is 121 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #2f791b hue: 0.30 , saturation: 0.64 and the lightness value of 2f791b is 0.29.

The process color (four color CMYK) of #2f791b color hex is 0.61, 0.00, 0.78, 0.53. Web safe color of #2f791b is #336633. Color #2f791b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 01111001 00011011
Octal 57 171 33
Decimal 47 121 27
Hex 2F 79 1B

RGB Percentages of Color #2f791b

%24.10
%62.05
%13.85

CMYK Percentages of Color #2f791b

%61
%0
%78
%53

Triadic Colors of #2f791b

#2f791b #1b2f79 #791b2f

Analogous Colors of #2f791b

#2f791b #1b7936 #5e791b

Monochromatic Colors of #2f791b

#2f791b

Complementary Color

#2f791b #651b79

#2f791b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f791b Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f791b Color CSS Codes

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

#2f791b Text Font Color

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

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


#2f791b Background Color

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

This div background color is #2f791b


#2f791b Border Color

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

This div border color is #2f791b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f791b


Comments

No comments written yet.

Please login to write comment.