COLOR #2F9471

HEX: #2F9471
RGB: (47,148,113)

Color info

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

RGB color model

#2F9471 color RGB value is (47,148,113).

  • red value is 47;
  • green value is 148;
  • blue value is 113.
RGB:
(47,148,113)
(18%,58%,44%)

RGB channels and saturation

R 47 of 255 = 18%
G 148 of 255 = 58%
B 113 of 255 = 44%

47
148
113

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

Portions of RGB colors in percentages

R + G + B =
47 + 148 + 113 = 308 (100%)
R 47 of 308 ~ 15.26%
G 148 of 308 ~ 48.05%
B 113 of 308 ~ 36.69%

%15.26
%48.05
%36.69

CMYK color model

#2F9471 color CMYK value is (68,0,24,42).

  • cyan value is 68.24%
  • magenta value is 0.00%
  • yellow value is 23.65%
  • key color value is 41.96%
CMYK:
(68,0,24,42)
C68M0Y24K42 
(68%,0%,24%,42%)
(0.68/0.00/0.24/0.42)	

CMYK percentages

%68.24
%0
%23.65
%41.96

Codes

Color #2F9471 in popluar color models

2F9471
RGB47148113
HSL159°51.79%38.24%
HSB/HSV159°68.24%58.04%
CMYK68.24%0.00%23.65%
41.96%

Color #2F9471 in popluar number systems.

HEX2F9471
Decimal47148113
Binary101111100101001110001
Octal57224161

Shades and tints

Shades of #2F9471

#2F9471
(47,148,113)
#2B8767
(43,135,103)
#277A5D
(39,122,93)
#236D53
(35,109,83)
#1F6049
(31,96,73)
#1B533F
(27,83,63)
#174635
(23,70,53)
#13392B
(19,57,43)
#0F2C21
(15,44,33)
#0B1F17
(11,31,23)
#07120D
(7,18,13)
#000000
(0,0,0)

Tints of #2F9471

#2F9471
(47,148,113)
#419D7D
(65,157,125)
#53A689
(83,166,137)
#65AF95
(101,175,149)
#77B8A1
(119,184,161)
#89C1AD
(137,193,173)
#9BCAB9
(155,202,185)
#ADD3C5
(173,211,197)
#BFDCD1
(191,220,209)
#D1E5DD
(209,229,221)
#E3EEE9
(227,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F9471 color. Also use rgb(47,148,113) instead hex code.

Text Font Color

.myTextColor { color: #2F9471; }

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

This text font color is #2F9471.


Background Color

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

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

This div background color is #2F9471.


Border color

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

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

This div border color is #2F9471.


Opacity

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

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

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

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

This text has shadow with #2F9471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F9471 on black background.


Color preview on white background

This text has color #2F9471 on white background.



Black color preview on #2F9471 background

This text has black color on #2F9471 background.


White color preview on #2F9471 background

This text has white color on #2F9471 background.