COLOR #2F9061

HEX: #2F9061
RGB: (47,144,97)

Color info

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

RGB color model

#2F9061 color RGB value is (47,144,97).

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

RGB channels and saturation

R 47 of 255 = 18%
G 144 of 255 = 56%
B 97 of 255 = 38%

47
144
97

R + G + B ~ 37%. #2F9061 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 144 + 97 = 288 (100%)
R 47 of 288 ~ 16.32%
G 144 of 288 ~ 50%
B 97 of 288 ~ 33.68%

%16.32
%50
%33.68

CMYK color model

#2F9061 color CMYK value is (67,0,33,44).

  • cyan value is 67.36%
  • magenta value is 0.00%
  • yellow value is 32.64%
  • key color value is 43.53%
CMYK:
(67,0,33,44)
C67M0Y33K44 
(67%,0%,33%,44%)
(0.67/0.00/0.33/0.44)	

CMYK percentages

%67.36
%0
%32.64
%43.53

Codes

Color #2F9061 in popluar color models

2F9061
RGB4714497
HSL151°50.79%37.45%
HSB/HSV151°67.36%56.47%
CMYK67.36%0.00%32.64%
43.53%

Color #2F9061 in popluar number systems.

HEX2F9061
Decimal4714497
Binary101111100100001100001
Octal57220141

Shades and tints

Shades of #2F9061

#2F9061
(47,144,97)
#2B8359
(43,131,89)
#277651
(39,118,81)
#236949
(35,105,73)
#1F5C41
(31,92,65)
#1B4F39
(27,79,57)
#174231
(23,66,49)
#133529
(19,53,41)
#0F2821
(15,40,33)
#0B1B19
(11,27,25)
#070E11
(7,14,17)
#000000
(0,0,0)

Tints of #2F9061

#2F9061
(47,144,97)
#419A6F
(65,154,111)
#53A47D
(83,164,125)
#65AE8B
(101,174,139)
#77B899
(119,184,153)
#89C2A7
(137,194,167)
#9BCCB5
(155,204,181)
#ADD6C3
(173,214,195)
#BFE0D1
(191,224,209)
#D1EADF
(209,234,223)
#E3F4ED
(227,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F9061; }

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

This text font color is #2F9061.


Background Color

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

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

This div background color is #2F9061.


Border color

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

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

This div border color is #2F9061.


Opacity

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

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

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

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

This text has shadow with #2F9061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F9061 on black background.


Color preview on white background

This text has color #2F9061 on white background.



Black color preview on #2F9061 background

This text has black color on #2F9061 background.


White color preview on #2F9061 background

This text has white color on #2F9061 background.