COLOR #2F8331

HEX: #2F8331
RGB: (47,131,49)

Color info

#2F8331 contains mainly green color. Web safe color of #2F8331 is #339933 (or #393).

RGB color model

#2F8331 color RGB value is (47,131,49).

  • red value is 47;
  • green value is 131;
  • blue value is 49.
RGB:
(47,131,49)
(18%,51%,19%)

RGB channels and saturation

R 47 of 255 = 18%
G 131 of 255 = 51%
B 49 of 255 = 19%

47
131
49

R + G + B ~ 29%. #2F8331 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 131 + 49 = 227 (100%)
R 47 of 227 ~ 20.7%
G 131 of 227 ~ 57.71%
B 49 of 227 ~ 21.59%

%20.7
%57.71
%21.59

CMYK color model

#2F8331 color CMYK value is (64,0,63,49).

  • cyan value is 64.12%
  • magenta value is 0.00%
  • yellow value is 62.60%
  • key color value is 48.63%
CMYK:
(64,0,63,49)
C64M0Y63K49 
(64%,0%,63%,49%)
(0.64/0.00/0.63/0.49)	

CMYK percentages

%64.12
%0
%62.6
%48.63

Codes

Color #2F8331 in popluar color models

2F8331
RGB4713149
HSL121°47.19%34.90%
HSB/HSV121°64.12%51.37%
CMYK64.12%0.00%62.60%
48.63%

Color #2F8331 in popluar number systems.

HEX2F8331
Decimal4713149
Binary10111110000011110001
Octal5720361

Shades and tints

Shades of #2F8331

#2F8331
(47,131,49)
#2B782D
(43,120,45)
#276D29
(39,109,41)
#236225
(35,98,37)
#1F5721
(31,87,33)
#1B4C1D
(27,76,29)
#174119
(23,65,25)
#133615
(19,54,21)
#0F2B11
(15,43,17)
#0B200D
(11,32,13)
#071509
(7,21,9)
#000000
(0,0,0)

Tints of #2F8331

#2F8331
(47,131,49)
#418E43
(65,142,67)
#539955
(83,153,85)
#65A467
(101,164,103)
#77AF79
(119,175,121)
#89BA8B
(137,186,139)
#9BC59D
(155,197,157)
#ADD0AF
(173,208,175)
#BFDBC1
(191,219,193)
#D1E6D3
(209,230,211)
#E3F1E5
(227,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F8331 color. Also use rgb(47,131,49) instead hex code.

Text Font Color

.myTextColor { color: #2F8331; }

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

This text font color is #2F8331.


Background Color

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

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

This div background color is #2F8331.


Border color

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

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

This div border color is #2F8331.


Opacity

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

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

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

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

This text has shadow with #2F8331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F8331 on black background.


Color preview on white background

This text has color #2F8331 on white background.



Black color preview on #2F8331 background

This text has black color on #2F8331 background.


White color preview on #2F8331 background

This text has white color on #2F8331 background.