COLOR #2F761C

HEX: #2F761C
RGB: (47,118,28)

Color info

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

RGB color model

#2F761C color RGB value is (47,118,28).

  • red value is 47;
  • green value is 118;
  • blue value is 28.
RGB:
(47,118,28)
(18%,46%,11%)

RGB channels and saturation

R 47 of 255 = 18%
G 118 of 255 = 46%
B 28 of 255 = 11%

47
118
28

R + G + B ~ 25%. #2F761C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 118 + 28 = 193 (100%)
R 47 of 193 ~ 24.35%
G 118 of 193 ~ 61.14%
B 28 of 193 ~ 14.51%

%24.35
%61.14
%14.51

CMYK color model

#2F761C color CMYK value is (60,0,76,54).

  • cyan value is 60.17%
  • magenta value is 0.00%
  • yellow value is 76.27%
  • key color value is 53.73%
CMYK:
(60,0,76,54)
C60M0Y76K54 
(60%,0%,76%,54%)
(0.60/0.00/0.76/0.54)	

CMYK percentages

%60.17
%0
%76.27
%53.73

Codes

Color #2F761C in popluar color models

2F761C
RGB4711828
HSL107°61.64%28.63%
HSB/HSV107°76.27%46.27%
CMYK60.17%0.00%76.27%
53.73%

Color #2F761C in popluar number systems.

HEX2F761C
Decimal4711828
Binary101111111011011100
Octal5716634

Shades and tints

Shades of #2F761C

#2F761C
(47,118,28)
#2B6C1A
(43,108,26)
#276218
(39,98,24)
#235816
(35,88,22)
#1F4E14
(31,78,20)
#1B4412
(27,68,18)
#173A10
(23,58,16)
#13300E
(19,48,14)
#0F260C
(15,38,12)
#0B1C0A
(11,28,10)
#071208
(7,18,8)
#000000
(0,0,0)

Tints of #2F761C

#2F761C
(47,118,28)
#418230
(65,130,48)
#538E44
(83,142,68)
#659A58
(101,154,88)
#77A66C
(119,166,108)
#89B280
(137,178,128)
#9BBE94
(155,190,148)
#ADCAA8
(173,202,168)
#BFD6BC
(191,214,188)
#D1E2D0
(209,226,208)
#E3EEE4
(227,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F761C; }

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

This text font color is #2F761C.


Background Color

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

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

This div background color is #2F761C.


Border color

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

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

This div border color is #2F761C.


Opacity

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

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

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

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

This text has shadow with #2F761C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F761C on black background.


Color preview on white background

This text has color #2F761C on white background.



Black color preview on #2F761C background

This text has black color on #2F761C background.


White color preview on #2F761C background

This text has white color on #2F761C background.