COLOR #2F8448

HEX: #2F8448
RGB: (47,132,72)

Color info

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

RGB color model

#2F8448 color RGB value is (47,132,72).

  • red value is 47;
  • green value is 132;
  • blue value is 72.
RGB:
(47,132,72)
(18%,52%,28%)

RGB channels and saturation

R 47 of 255 = 18%
G 132 of 255 = 52%
B 72 of 255 = 28%

47
132
72

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

Portions of RGB colors in percentages

R + G + B =
47 + 132 + 72 = 251 (100%)
R 47 of 251 ~ 18.73%
G 132 of 251 ~ 52.59%
B 72 of 251 ~ 28.69%

%18.73
%52.59
%28.69

CMYK color model

#2F8448 color CMYK value is (64,0,45,48).

  • cyan value is 64.39%
  • magenta value is 0.00%
  • yellow value is 45.45%
  • key color value is 48.24%
CMYK:
(64,0,45,48)
C64M0Y45K48 
(64%,0%,45%,48%)
(0.64/0.00/0.45/0.48)	

CMYK percentages

%64.39
%0
%45.45
%48.24

Codes

Color #2F8448 in popluar color models

2F8448
RGB4713272
HSL138°47.49%35.10%
HSB/HSV138°64.39%51.76%
CMYK64.39%0.00%45.45%
48.24%

Color #2F8448 in popluar number systems.

HEX2F8448
Decimal4713272
Binary101111100001001001000
Octal57204110

Shades and tints

Shades of #2F8448

#2F8448
(47,132,72)
#2B7842
(43,120,66)
#276C3C
(39,108,60)
#236036
(35,96,54)
#1F5430
(31,84,48)
#1B482A
(27,72,42)
#173C24
(23,60,36)
#13301E
(19,48,30)
#0F2418
(15,36,24)
#0B1812
(11,24,18)
#070C0C
(7,12,12)
#000000
(0,0,0)

Tints of #2F8448

#2F8448
(47,132,72)
#418F58
(65,143,88)
#539A68
(83,154,104)
#65A578
(101,165,120)
#77B088
(119,176,136)
#89BB98
(137,187,152)
#9BC6A8
(155,198,168)
#ADD1B8
(173,209,184)
#BFDCC8
(191,220,200)
#D1E7D8
(209,231,216)
#E3F2E8
(227,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F8448; }

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

This text font color is #2F8448.


Background Color

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

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

This div background color is #2F8448.


Border color

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

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

This div border color is #2F8448.


Opacity

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

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

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

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

This text has shadow with #2F8448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F8448 on black background.


Color preview on white background

This text has color #2F8448 on white background.



Black color preview on #2F8448 background

This text has black color on #2F8448 background.


White color preview on #2F8448 background

This text has white color on #2F8448 background.