COLOR #2F7438

HEX: #2F7438
RGB: (47,116,56)

Color info

#2F7438 contains mainly green color. Web safe color of #2F7438 is #336633 (or #363).

RGB color model

#2F7438 color RGB value is (47,116,56).

  • red value is 47;
  • green value is 116;
  • blue value is 56.
RGB:
(47,116,56)
(18%,45%,22%)

RGB channels and saturation

R 47 of 255 = 18%
G 116 of 255 = 45%
B 56 of 255 = 22%

47
116
56

R + G + B ~ 28%. #2F7438 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 116 + 56 = 219 (100%)
R 47 of 219 ~ 21.46%
G 116 of 219 ~ 52.97%
B 56 of 219 ~ 25.57%

%21.46
%52.97
%25.57

CMYK color model

#2F7438 color CMYK value is (59,0,52,55).

  • cyan value is 59.48%
  • magenta value is 0.00%
  • yellow value is 51.72%
  • key color value is 54.51%
CMYK:
(59,0,52,55)
C59M0Y52K55 
(59%,0%,52%,55%)
(0.59/0.00/0.52/0.55)	

CMYK percentages

%59.48
%0
%51.72
%54.51

Codes

Color #2F7438 in popluar color models

2F7438
RGB4711656
HSL128°42.33%31.96%
HSB/HSV128°59.48%45.49%
CMYK59.48%0.00%51.72%
54.51%

Color #2F7438 in popluar number systems.

HEX2F7438
Decimal4711656
Binary1011111110100111000
Octal5716470

Shades and tints

Shades of #2F7438

#2F7438
(47,116,56)
#2B6A33
(43,106,51)
#27602E
(39,96,46)
#235629
(35,86,41)
#1F4C24
(31,76,36)
#1B421F
(27,66,31)
#17381A
(23,56,26)
#132E15
(19,46,21)
#0F2410
(15,36,16)
#0B1A0B
(11,26,11)
#071006
(7,16,6)
#000000
(0,0,0)

Tints of #2F7438

#2F7438
(47,116,56)
#41804A
(65,128,74)
#538C5C
(83,140,92)
#65986E
(101,152,110)
#77A480
(119,164,128)
#89B092
(137,176,146)
#9BBCA4
(155,188,164)
#ADC8B6
(173,200,182)
#BFD4C8
(191,212,200)
#D1E0DA
(209,224,218)
#E3ECEC
(227,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F7438; }

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

This text font color is #2F7438.


Background Color

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

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

This div background color is #2F7438.


Border color

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

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

This div border color is #2F7438.


Opacity

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

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

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

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

This text has shadow with #2F7438 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F7438 on black background.


Color preview on white background

This text has color #2F7438 on white background.



Black color preview on #2F7438 background

This text has black color on #2F7438 background.


White color preview on #2F7438 background

This text has white color on #2F7438 background.