COLOR #2F824E

HEX: #2F824E
RGB: (47,130,78)

Color info

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

RGB color model

#2F824E color RGB value is (47,130,78).

  • red value is 47;
  • green value is 130;
  • blue value is 78.
RGB:
(47,130,78)
(18%,51%,31%)

RGB channels and saturation

R 47 of 255 = 18%
G 130 of 255 = 51%
B 78 of 255 = 31%

47
130
78

R + G + B ~ 33%. #2F824E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 130 + 78 = 255 (100%)
R 47 of 255 ~ 18.43%
G 130 of 255 ~ 50.98%
B 78 of 255 ~ 30.59%

%18.43
%50.98
%30.59

CMYK color model

#2F824E color CMYK value is (64,0,40,49).

  • cyan value is 63.85%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 49.02%
CMYK:
(64,0,40,49)
C64M0Y40K49 
(64%,0%,40%,49%)
(0.64/0.00/0.40/0.49)	

CMYK percentages

%63.85
%0
%40
%49.02

Codes

Color #2F824E in popluar color models

2F824E
RGB4713078
HSL142°46.89%34.71%
HSB/HSV142°63.85%50.98%
CMYK63.85%0.00%40.00%
49.02%

Color #2F824E in popluar number systems.

HEX2F824E
Decimal4713078
Binary101111100000101001110
Octal57202116

Shades and tints

Shades of #2F824E

#2F824E
(47,130,78)
#2B7747
(43,119,71)
#276C40
(39,108,64)
#236139
(35,97,57)
#1F5632
(31,86,50)
#1B4B2B
(27,75,43)
#174024
(23,64,36)
#13351D
(19,53,29)
#0F2A16
(15,42,22)
#0B1F0F
(11,31,15)
#071408
(7,20,8)
#000000
(0,0,0)

Tints of #2F824E

#2F824E
(47,130,78)
#418D5E
(65,141,94)
#53986E
(83,152,110)
#65A37E
(101,163,126)
#77AE8E
(119,174,142)
#89B99E
(137,185,158)
#9BC4AE
(155,196,174)
#ADCFBE
(173,207,190)
#BFDACE
(191,218,206)
#D1E5DE
(209,229,222)
#E3F0EE
(227,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F824E color. Also use rgb(47,130,78) instead hex code.

Text Font Color

.myTextColor { color: #2F824E; }

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

This text font color is #2F824E.


Background Color

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

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

This div background color is #2F824E.


Border color

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

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

This div border color is #2F824E.


Opacity

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

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

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

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

This text has shadow with #2F824E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F824E on black background.


Color preview on white background

This text has color #2F824E on white background.



Black color preview on #2F824E background

This text has black color on #2F824E background.


White color preview on #2F824E background

This text has white color on #2F824E background.