COLOR #2F8C5D

HEX: #2F8C5D
RGB: (47,140,93)

Color info

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

RGB color model

#2F8C5D color RGB value is (47,140,93).

  • red value is 47;
  • green value is 140;
  • blue value is 93.
RGB:
(47,140,93)
(18%,55%,36%)

RGB channels and saturation

R 47 of 255 = 18%
G 140 of 255 = 55%
B 93 of 255 = 36%

47
140
93

R + G + B ~ 36%. #2F8C5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 140 + 93 = 280 (100%)
R 47 of 280 ~ 16.79%
G 140 of 280 ~ 50%
B 93 of 280 ~ 33.21%

%16.79
%50
%33.21

CMYK color model

#2F8C5D color CMYK value is (66,0,34,45).

  • cyan value is 66.43%
  • magenta value is 0.00%
  • yellow value is 33.57%
  • key color value is 45.10%
CMYK:
(66,0,34,45)
C66M0Y34K45 
(66%,0%,34%,45%)
(0.66/0.00/0.34/0.45)	

CMYK percentages

%66.43
%0
%33.57
%45.1

Codes

Color #2F8C5D in popluar color models

2F8C5D
RGB4714093
HSL150°49.73%36.67%
HSB/HSV150°66.43%54.90%
CMYK66.43%0.00%33.57%
45.10%

Color #2F8C5D in popluar number systems.

HEX2F8C5D
Decimal4714093
Binary101111100011001011101
Octal57214135

Shades and tints

Shades of #2F8C5D

#2F8C5D
(47,140,93)
#2B8055
(43,128,85)
#27744D
(39,116,77)
#236845
(35,104,69)
#1F5C3D
(31,92,61)
#1B5035
(27,80,53)
#17442D
(23,68,45)
#133825
(19,56,37)
#0F2C1D
(15,44,29)
#0B2015
(11,32,21)
#07140D
(7,20,13)
#000000
(0,0,0)

Tints of #2F8C5D

#2F8C5D
(47,140,93)
#41966B
(65,150,107)
#53A079
(83,160,121)
#65AA87
(101,170,135)
#77B495
(119,180,149)
#89BEA3
(137,190,163)
#9BC8B1
(155,200,177)
#ADD2BF
(173,210,191)
#BFDCCD
(191,220,205)
#D1E6DB
(209,230,219)
#E3F0E9
(227,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F8C5D color. Also use rgb(47,140,93) instead hex code.

Text Font Color

.myTextColor { color: #2F8C5D; }

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

This text font color is #2F8C5D.


Background Color

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

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

This div background color is #2F8C5D.


Border color

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

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

This div border color is #2F8C5D.


Opacity

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

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

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

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

This text has shadow with #2F8C5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F8C5D on black background.


Color preview on white background

This text has color #2F8C5D on white background.



Black color preview on #2F8C5D background

This text has black color on #2F8C5D background.


White color preview on #2F8C5D background

This text has white color on #2F8C5D background.