COLOR #2F8E63

HEX: #2F8E63
RGB: (47,142,99)

Color info

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

RGB color model

#2F8E63 color RGB value is (47,142,99).

  • red value is 47;
  • green value is 142;
  • blue value is 99.
RGB:
(47,142,99)
(18%,56%,39%)

RGB channels and saturation

R 47 of 255 = 18%
G 142 of 255 = 56%
B 99 of 255 = 39%

47
142
99

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

Portions of RGB colors in percentages

R + G + B =
47 + 142 + 99 = 288 (100%)
R 47 of 288 ~ 16.32%
G 142 of 288 ~ 49.31%
B 99 of 288 ~ 34.38%

%16.32
%49.31
%34.38

CMYK color model

#2F8E63 color CMYK value is (67,0,30,44).

  • cyan value is 66.90%
  • magenta value is 0.00%
  • yellow value is 30.28%
  • key color value is 44.31%
CMYK:
(67,0,30,44)
C67M0Y30K44 
(67%,0%,30%,44%)
(0.67/0.00/0.30/0.44)	

CMYK percentages

%66.9
%0
%30.28
%44.31

Codes

Color #2F8E63 in popluar color models

2F8E63
RGB4714299
HSL153°50.26%37.06%
HSB/HSV153°66.90%55.69%
CMYK66.90%0.00%30.28%
44.31%

Color #2F8E63 in popluar number systems.

HEX2F8E63
Decimal4714299
Binary101111100011101100011
Octal57216143

Shades and tints

Shades of #2F8E63

#2F8E63
(47,142,99)
#2B825A
(43,130,90)
#277651
(39,118,81)
#236A48
(35,106,72)
#1F5E3F
(31,94,63)
#1B5236
(27,82,54)
#17462D
(23,70,45)
#133A24
(19,58,36)
#0F2E1B
(15,46,27)
#0B2212
(11,34,18)
#071609
(7,22,9)
#000000
(0,0,0)

Tints of #2F8E63

#2F8E63
(47,142,99)
#419871
(65,152,113)
#53A27F
(83,162,127)
#65AC8D
(101,172,141)
#77B69B
(119,182,155)
#89C0A9
(137,192,169)
#9BCAB7
(155,202,183)
#ADD4C5
(173,212,197)
#BFDED3
(191,222,211)
#D1E8E1
(209,232,225)
#E3F2EF
(227,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F8E63 color. Also use rgb(47,142,99) instead hex code.

Text Font Color

.myTextColor { color: #2F8E63; }

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

This text font color is #2F8E63.


Background Color

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

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

This div background color is #2F8E63.


Border color

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

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

This div border color is #2F8E63.


Opacity

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

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

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

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

This text has shadow with #2F8E63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F8E63 on black background.


Color preview on white background

This text has color #2F8E63 on white background.



Black color preview on #2F8E63 background

This text has black color on #2F8E63 background.


White color preview on #2F8E63 background

This text has white color on #2F8E63 background.