COLOR #2F9661

HEX: #2F9661
RGB: (47,150,97)

Color info

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

RGB color model

#2F9661 color RGB value is (47,150,97).

  • red value is 47;
  • green value is 150;
  • blue value is 97.
RGB:
(47,150,97)
(18%,59%,38%)

RGB channels and saturation

R 47 of 255 = 18%
G 150 of 255 = 59%
B 97 of 255 = 38%

47
150
97

R + G + B ~ 38%. #2F9661 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 150 + 97 = 294 (100%)
R 47 of 294 ~ 15.99%
G 150 of 294 ~ 51.02%
B 97 of 294 ~ 32.99%

%15.99
%51.02
%32.99

CMYK color model

#2F9661 color CMYK value is (69,0,35,41).

  • cyan value is 68.67%
  • magenta value is 0.00%
  • yellow value is 35.33%
  • key color value is 41.18%
CMYK:
(69,0,35,41)
C69M0Y35K41 
(69%,0%,35%,41%)
(0.69/0.00/0.35/0.41)	

CMYK percentages

%68.67
%0
%35.33
%41.18

Codes

Color #2F9661 in popluar color models

2F9661
RGB4715097
HSL149°52.28%38.63%
HSB/HSV149°68.67%58.82%
CMYK68.67%0.00%35.33%
41.18%

Color #2F9661 in popluar number systems.

HEX2F9661
Decimal4715097
Binary101111100101101100001
Octal57226141

Shades and tints

Shades of #2F9661

#2F9661
(47,150,97)
#2B8959
(43,137,89)
#277C51
(39,124,81)
#236F49
(35,111,73)
#1F6241
(31,98,65)
#1B5539
(27,85,57)
#174831
(23,72,49)
#133B29
(19,59,41)
#0F2E21
(15,46,33)
#0B2119
(11,33,25)
#071411
(7,20,17)
#000000
(0,0,0)

Tints of #2F9661

#2F9661
(47,150,97)
#419F6F
(65,159,111)
#53A87D
(83,168,125)
#65B18B
(101,177,139)
#77BA99
(119,186,153)
#89C3A7
(137,195,167)
#9BCCB5
(155,204,181)
#ADD5C3
(173,213,195)
#BFDED1
(191,222,209)
#D1E7DF
(209,231,223)
#E3F0ED
(227,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F9661 color. Also use rgb(47,150,97) instead hex code.

Text Font Color

.myTextColor { color: #2F9661; }

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

This text font color is #2F9661.


Background Color

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

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

This div background color is #2F9661.


Border color

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

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

This div border color is #2F9661.


Opacity

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

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

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

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

This text has shadow with #2F9661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F9661 on black background.


Color preview on white background

This text has color #2F9661 on white background.



Black color preview on #2F9661 background

This text has black color on #2F9661 background.


White color preview on #2F9661 background

This text has white color on #2F9661 background.