COLOR #2F7A60

HEX: #2F7A60
RGB: (47,122,96)

Color info

#2F7A60 contains mainly green and blue colors. Web safe color of #2F7A60 is #336666 (or #366).

RGB color model

#2F7A60 color RGB value is (47,122,96).

  • red value is 47;
  • green value is 122;
  • blue value is 96.
RGB:
(47,122,96)
(18%,48%,38%)

RGB channels and saturation

R 47 of 255 = 18%
G 122 of 255 = 48%
B 96 of 255 = 38%

47
122
96

R + G + B ~ 35%. #2F7A60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 122 + 96 = 265 (100%)
R 47 of 265 ~ 17.74%
G 122 of 265 ~ 46.04%
B 96 of 265 ~ 36.23%

%17.74
%46.04
%36.23

CMYK color model

#2F7A60 color CMYK value is (61,0,21,52).

  • cyan value is 61.48%
  • magenta value is 0.00%
  • yellow value is 21.31%
  • key color value is 52.16%
CMYK:
(61,0,21,52)
C61M0Y21K52 
(61%,0%,21%,52%)
(0.61/0.00/0.21/0.52)	

CMYK percentages

%61.48
%0
%21.31
%52.16

Codes

Color #2F7A60 in popluar color models

2F7A60
RGB4712296
HSL159°44.38%33.14%
HSB/HSV159°61.48%47.84%
CMYK61.48%0.00%21.31%
52.16%

Color #2F7A60 in popluar number systems.

HEX2F7A60
Decimal4712296
Binary10111111110101100000
Octal57172140

Shades and tints

Shades of #2F7A60

#2F7A60
(47,122,96)
#2B6F58
(43,111,88)
#276450
(39,100,80)
#235948
(35,89,72)
#1F4E40
(31,78,64)
#1B4338
(27,67,56)
#173830
(23,56,48)
#132D28
(19,45,40)
#0F2220
(15,34,32)
#0B1718
(11,23,24)
#070C10
(7,12,16)
#000000
(0,0,0)

Tints of #2F7A60

#2F7A60
(47,122,96)
#41866E
(65,134,110)
#53927C
(83,146,124)
#659E8A
(101,158,138)
#77AA98
(119,170,152)
#89B6A6
(137,182,166)
#9BC2B4
(155,194,180)
#ADCEC2
(173,206,194)
#BFDAD0
(191,218,208)
#D1E6DE
(209,230,222)
#E3F2EC
(227,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F7A60 color. Also use rgb(47,122,96) instead hex code.

Text Font Color

.myTextColor { color: #2F7A60; }

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

This text font color is #2F7A60.


Background Color

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

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

This div background color is #2F7A60.


Border color

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

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

This div border color is #2F7A60.


Opacity

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

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

Text with #2F7A60 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 #2F7A60;}

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

This text has shadow with #2F7A60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F7A60 on black background.


Color preview on white background

This text has color #2F7A60 on white background.



Black color preview on #2F7A60 background

This text has black color on #2F7A60 background.


White color preview on #2F7A60 background

This text has white color on #2F7A60 background.