COLOR #2F9A79

HEX: #2F9A79
RGB: (47,154,121)

Color info

#2F9A79 contains mainly green and blue colors. Web safe color of #2F9A79 is #339966 (or #396).

RGB color model

#2F9A79 color RGB value is (47,154,121).

  • red value is 47;
  • green value is 154;
  • blue value is 121.
RGB:
(47,154,121)
(18%,60%,47%)

RGB channels and saturation

R 47 of 255 = 18%
G 154 of 255 = 60%
B 121 of 255 = 47%

47
154
121

R + G + B ~ 42%. #2F9A79 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
47 + 154 + 121 = 322 (100%)
R 47 of 322 ~ 14.6%
G 154 of 322 ~ 47.83%
B 121 of 322 ~ 37.58%

%14.6
%47.83
%37.58

CMYK color model

#2F9A79 color CMYK value is (69,0,21,40).

  • cyan value is 69.48%
  • magenta value is 0.00%
  • yellow value is 21.43%
  • key color value is 39.61%
CMYK:
(69,0,21,40)
C69M0Y21K40 
(69%,0%,21%,40%)
(0.69/0.00/0.21/0.40)	

CMYK percentages

%69.48
%0
%21.43
%39.61

Codes

Color #2F9A79 in popluar color models

2F9A79
RGB47154121
HSL161°53.23%39.41%
HSB/HSV161°69.48%60.39%
CMYK69.48%0.00%21.43%
39.61%

Color #2F9A79 in popluar number systems.

HEX2F9A79
Decimal47154121
Binary101111100110101111001
Octal57232171

Shades and tints

Shades of #2F9A79

#2F9A79
(47,154,121)
#2B8C6E
(43,140,110)
#277E63
(39,126,99)
#237058
(35,112,88)
#1F624D
(31,98,77)
#1B5442
(27,84,66)
#174637
(23,70,55)
#13382C
(19,56,44)
#0F2A21
(15,42,33)
#0B1C16
(11,28,22)
#070E0B
(7,14,11)
#000000
(0,0,0)

Tints of #2F9A79

#2F9A79
(47,154,121)
#41A385
(65,163,133)
#53AC91
(83,172,145)
#65B59D
(101,181,157)
#77BEA9
(119,190,169)
#89C7B5
(137,199,181)
#9BD0C1
(155,208,193)
#ADD9CD
(173,217,205)
#BFE2D9
(191,226,217)
#D1EBE5
(209,235,229)
#E3F4F1
(227,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F9A79 color. Also use rgb(47,154,121) instead hex code.

Text Font Color

.myTextColor { color: #2F9A79; }

<p style="color:#2F9A79">This sample text font color is #2F9A79.</p>

This text font color is #2F9A79.


Background Color

.myBgColor { background-color: #2F9A79; }

<div style="background-color:#2F9A79">Inner text</div>

This div background color is #2F9A79.


Border color

.myBorderColor { border: 1px solid #2F9A79; }

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

This div border color is #2F9A79.


Opacity

.myOpacity80 { color: #2F9A79; opacity: 0.8; }

<p style="color:#2F9A79;opacity:0.8;">80%</p>

Text with #2F9A79 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #2F9A79;}

<p style="text-shadow: 3px 3px 1px #2F9A79">Text here.</p>

This text has shadow with #2F9A79 color.

.textShadow {text-shadow: 3px 3px 1px #2F9A79, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #2F9A79, 5px 5px 20px red">Text here.</p>

This text has shadow with #2F9A79 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#2F9A79, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#2F9A79, Direction=45, Strength=4)">Text</p>

This text has shadow with #2F9A79 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #2F9A79;
  -webkit-box-shadow:	1px 1px 3px 2px #2F9A79;
  box-shadow:		1px 1px 3px 2px #2F9A79;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #2F9A79;
-webkit-box-shadow: 1px 1px 3px 2px #2F9A79;
box-shadow:1px 1px 3px 2px #2F9A79;">
Div content here</div>
This div box has shadow with color #2F9A79.

Preview

Color preview on black background

This text has color #2F9A79 on black background.


Color preview on white background

This text has color #2F9A79 on white background.



Black color preview on #2F9A79 background

This text has black color on #2F9A79 background.


White color preview on #2F9A79 background

This text has white color on #2F9A79 background.