COLOR #2F824D

HEX: #2F824D
RGB: (47,130,77)

Color info

#2F824D contains mainly green and blue colors. Web safe color of #2F824D is #339933 (or #393).

RGB color model

#2F824D color RGB value is (47,130,77).

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

RGB channels and saturation

R 47 of 255 = 18%
G 130 of 255 = 51%
B 77 of 255 = 30%

47
130
77

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

Portions of RGB colors in percentages

R + G + B =
47 + 130 + 77 = 254 (100%)
R 47 of 254 ~ 18.5%
G 130 of 254 ~ 51.18%
B 77 of 254 ~ 30.31%

%18.5
%51.18
%30.31

CMYK color model

#2F824D color CMYK value is (64,0,41,49).

  • cyan value is 63.85%
  • magenta value is 0.00%
  • yellow value is 40.77%
  • key color value is 49.02%
CMYK:
(64,0,41,49)
C64M0Y41K49 
(64%,0%,41%,49%)
(0.64/0.00/0.41/0.49)	

CMYK percentages

%63.85
%0
%40.77
%49.02

Codes

Color #2F824D in popluar color models

2F824D
RGB4713077
HSL142°46.89%34.71%
HSB/HSV142°63.85%50.98%
CMYK63.85%0.00%40.77%
49.02%

Color #2F824D in popluar number systems.

HEX2F824D
Decimal4713077
Binary101111100000101001101
Octal57202115

Shades and tints

Shades of #2F824D

#2F824D
(47,130,77)
#2B7746
(43,119,70)
#276C3F
(39,108,63)
#236138
(35,97,56)
#1F5631
(31,86,49)
#1B4B2A
(27,75,42)
#174023
(23,64,35)
#13351C
(19,53,28)
#0F2A15
(15,42,21)
#0B1F0E
(11,31,14)
#071407
(7,20,7)
#000000
(0,0,0)

Tints of #2F824D

#2F824D
(47,130,77)
#418D5D
(65,141,93)
#53986D
(83,152,109)
#65A37D
(101,163,125)
#77AE8D
(119,174,141)
#89B99D
(137,185,157)
#9BC4AD
(155,196,173)
#ADCFBD
(173,207,189)
#BFDACD
(191,218,205)
#D1E5DD
(209,229,221)
#E3F0ED
(227,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F824D; }

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

This text font color is #2F824D.


Background Color

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

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

This div background color is #2F824D.


Border color

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

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

This div border color is #2F824D.


Opacity

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

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

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

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

This text has shadow with #2F824D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F824D on black background.


Color preview on white background

This text has color #2F824D on white background.



Black color preview on #2F824D background

This text has black color on #2F824D background.


White color preview on #2F824D background

This text has white color on #2F824D background.