COLOR #2F8C2F

HEX: #2F8C2F
RGB: (47,140,47)

Color info

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

RGB color model

#2F8C2F color RGB value is (47,140,47).

  • red value is 47;
  • green value is 140;
  • blue value is 47.
RGB:
(47,140,47)
(18%,55%,18%)

RGB channels and saturation

R 47 of 255 = 18%
G 140 of 255 = 55%
B 47 of 255 = 18%

47
140
47

R + G + B ~ 30%. #2F8C2F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 140 + 47 = 234 (100%)
R 47 of 234 ~ 20.09%
G 140 of 234 ~ 59.83%
B 47 of 234 ~ 20.09%

%20.09
%59.83
%20.09

CMYK color model

#2F8C2F color CMYK value is (66,0,66,45).

  • cyan value is 66.43%
  • magenta value is 0.00%
  • yellow value is 66.43%
  • key color value is 45.10%
CMYK:
(66,0,66,45)
C66M0Y66K45 
(66%,0%,66%,45%)
(0.66/0.00/0.66/0.45)	

CMYK percentages

%66.43
%0
%66.43
%45.1

Codes

Color #2F8C2F in popluar color models

2F8C2F
RGB4714047
HSL120°49.73%36.67%
HSB/HSV120°66.43%54.90%
CMYK66.43%0.00%66.43%
45.10%

Color #2F8C2F in popluar number systems.

HEX2F8C2F
Decimal4714047
Binary10111110001100101111
Octal5721457

Shades and tints

Shades of #2F8C2F

#2F8C2F
(47,140,47)
#2B802B
(43,128,43)
#277427
(39,116,39)
#236823
(35,104,35)
#1F5C1F
(31,92,31)
#1B501B
(27,80,27)
#174417
(23,68,23)
#133813
(19,56,19)
#0F2C0F
(15,44,15)
#0B200B
(11,32,11)
#071407
(7,20,7)
#000000
(0,0,0)

Tints of #2F8C2F

#2F8C2F
(47,140,47)
#419641
(65,150,65)
#53A053
(83,160,83)
#65AA65
(101,170,101)
#77B477
(119,180,119)
#89BE89
(137,190,137)
#9BC89B
(155,200,155)
#ADD2AD
(173,210,173)
#BFDCBF
(191,220,191)
#D1E6D1
(209,230,209)
#E3F0E3
(227,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F8C2F; }

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

This text font color is #2F8C2F.


Background Color

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

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

This div background color is #2F8C2F.


Border color

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

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

This div border color is #2F8C2F.


Opacity

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

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

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

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

This text has shadow with #2F8C2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F8C2F on black background.


Color preview on white background

This text has color #2F8C2F on white background.



Black color preview on #2F8C2F background

This text has black color on #2F8C2F background.


White color preview on #2F8C2F background

This text has white color on #2F8C2F background.