Color Hex Logo

#2f794b Color Hex

#2F794B
(47,121,75)
0 Favorites   0 Comments

Color spaces of #2f794b

RGB 4712175
HSL0.400.440.33
HSV143°61°47°
CMYK 0.610.000.38   0.53
XYZ9.279714.78719.0217
Yxy14.78710.28050.4469
Hunter Lab38.4540-24.219013.0078
CIE-Lab45.3412-34.168318.5695

#2f794b color RGB value is (47,121,75).

#2f794b hex color red value is 47, green value is 121 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #2f794b hue: 0.40 , saturation: 0.44 and the lightness value of 2f794b is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 01111001 01001011
Octal 57 171 113
Decimal 47 121 75
Hex 2F 79 4B

RGB Percentages of Color #2f794b

%19.34
%49.79
%30.86

CMYK Percentages of Color #2f794b

%61
%0
%38
%53

Triadic Colors of #2f794b

#2f794b #4b2f79 #794b2f

Analogous Colors of #2f794b

#2f794b #2f7970 #38792f

Monochromatic Colors of #2f794b

#2f794b

Complementary Color

#2f794b #792f5d

#2f794b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f794b Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f794b Color CSS Codes

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

#2f794b Text Font Color

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

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


#2f794b Background Color

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

This div background color is #2f794b


#2f794b Border Color

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

This div border color is #2f794b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f794b


Comments

No comments written yet.

Please login to write comment.