COLOR #2F7E6D

HEX: #2F7E6D
RGB: (47,126,109)

Color info

#2F7E6D contains mainly green and blue colors. Web safe color of #2F7E6D is #336666 (or #366).

RGB color model

#2F7E6D color RGB value is (47,126,109).

  • red value is 47;
  • green value is 126;
  • blue value is 109.
RGB:
(47,126,109)
(18%,49%,43%)

RGB channels and saturation

R 47 of 255 = 18%
G 126 of 255 = 49%
B 109 of 255 = 43%

47
126
109

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

Portions of RGB colors in percentages

R + G + B =
47 + 126 + 109 = 282 (100%)
R 47 of 282 ~ 16.67%
G 126 of 282 ~ 44.68%
B 109 of 282 ~ 38.65%

%16.67
%44.68
%38.65

CMYK color model

#2F7E6D color CMYK value is (63,0,13,51).

  • cyan value is 62.70%
  • magenta value is 0.00%
  • yellow value is 13.49%
  • key color value is 50.59%
CMYK:
(63,0,13,51)
C63M0Y13K51 
(63%,0%,13%,51%)
(0.63/0.00/0.13/0.51)	

CMYK percentages

%62.7
%0
%13.49
%50.59

Codes

Color #2F7E6D in popluar color models

2F7E6D
RGB47126109
HSL167°45.66%33.92%
HSB/HSV167°62.70%49.41%
CMYK62.70%0.00%13.49%
50.59%

Color #2F7E6D in popluar number systems.

HEX2F7E6D
Decimal47126109
Binary10111111111101101101
Octal57176155

Shades and tints

Shades of #2F7E6D

#2F7E6D
(47,126,109)
#2B7364
(43,115,100)
#27685B
(39,104,91)
#235D52
(35,93,82)
#1F5249
(31,82,73)
#1B4740
(27,71,64)
#173C37
(23,60,55)
#13312E
(19,49,46)
#0F2625
(15,38,37)
#0B1B1C
(11,27,28)
#071013
(7,16,19)
#000000
(0,0,0)

Tints of #2F7E6D

#2F7E6D
(47,126,109)
#41897A
(65,137,122)
#539487
(83,148,135)
#659F94
(101,159,148)
#77AAA1
(119,170,161)
#89B5AE
(137,181,174)
#9BC0BB
(155,192,187)
#ADCBC8
(173,203,200)
#BFD6D5
(191,214,213)
#D1E1E2
(209,225,226)
#E3ECEF
(227,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F7E6D color. Also use rgb(47,126,109) instead hex code.

Text Font Color

.myTextColor { color: #2F7E6D; }

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

This text font color is #2F7E6D.


Background Color

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

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

This div background color is #2F7E6D.


Border color

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

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

This div border color is #2F7E6D.


Opacity

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

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

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

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

This text has shadow with #2F7E6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F7E6D on black background.


Color preview on white background

This text has color #2F7E6D on white background.



Black color preview on #2F7E6D background

This text has black color on #2F7E6D background.


White color preview on #2F7E6D background

This text has white color on #2F7E6D background.