COLOR #2F743C

HEX: #2F743C
RGB: (47,116,60)

Color info

#2F743C contains mainly green and blue colors. Web safe color of #2F743C is #336633 (or #363).

RGB color model

#2F743C color RGB value is (47,116,60).

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

RGB channels and saturation

R 47 of 255 = 18%
G 116 of 255 = 45%
B 60 of 255 = 24%

47
116
60

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

Portions of RGB colors in percentages

R + G + B =
47 + 116 + 60 = 223 (100%)
R 47 of 223 ~ 21.08%
G 116 of 223 ~ 52.02%
B 60 of 223 ~ 26.91%

%21.08
%52.02
%26.91

CMYK color model

#2F743C color CMYK value is (59,0,48,55).

  • cyan value is 59.48%
  • magenta value is 0.00%
  • yellow value is 48.28%
  • key color value is 54.51%
CMYK:
(59,0,48,55)
C59M0Y48K55 
(59%,0%,48%,55%)
(0.59/0.00/0.48/0.55)	

CMYK percentages

%59.48
%0
%48.28
%54.51

Codes

Color #2F743C in popluar color models

2F743C
RGB4711660
HSL131°42.33%31.96%
HSB/HSV131°59.48%45.49%
CMYK59.48%0.00%48.28%
54.51%

Color #2F743C in popluar number systems.

HEX2F743C
Decimal4711660
Binary1011111110100111100
Octal5716474

Shades and tints

Shades of #2F743C

#2F743C
(47,116,60)
#2B6A37
(43,106,55)
#276032
(39,96,50)
#23562D
(35,86,45)
#1F4C28
(31,76,40)
#1B4223
(27,66,35)
#17381E
(23,56,30)
#132E19
(19,46,25)
#0F2414
(15,36,20)
#0B1A0F
(11,26,15)
#07100A
(7,16,10)
#000000
(0,0,0)

Tints of #2F743C

#2F743C
(47,116,60)
#41804D
(65,128,77)
#538C5E
(83,140,94)
#65986F
(101,152,111)
#77A480
(119,164,128)
#89B091
(137,176,145)
#9BBCA2
(155,188,162)
#ADC8B3
(173,200,179)
#BFD4C4
(191,212,196)
#D1E0D5
(209,224,213)
#E3ECE6
(227,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F743C; }

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

This text font color is #2F743C.


Background Color

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

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

This div background color is #2F743C.


Border color

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

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

This div border color is #2F743C.


Opacity

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

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

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

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

This text has shadow with #2F743C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F743C on black background.


Color preview on white background

This text has color #2F743C on white background.



Black color preview on #2F743C background

This text has black color on #2F743C background.


White color preview on #2F743C background

This text has white color on #2F743C background.