COLOR #2F734F

HEX: #2F734F
RGB: (47,115,79)

Color info

#2F734F contains mainly green and blue colors. Web safe color of #2F734F is #336666 (or #366).

RGB color model

#2F734F color RGB value is (47,115,79).

  • red value is 47;
  • green value is 115;
  • blue value is 79.
RGB:
(47,115,79)
(18%,45%,31%)

RGB channels and saturation

R 47 of 255 = 18%
G 115 of 255 = 45%
B 79 of 255 = 31%

47
115
79

R + G + B ~ 31%. #2F734F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 115 + 79 = 241 (100%)
R 47 of 241 ~ 19.5%
G 115 of 241 ~ 47.72%
B 79 of 241 ~ 32.78%

%19.5
%47.72
%32.78

CMYK color model

#2F734F color CMYK value is (59,0,31,55).

  • cyan value is 59.13%
  • magenta value is 0.00%
  • yellow value is 31.30%
  • key color value is 54.90%
CMYK:
(59,0,31,55)
C59M0Y31K55 
(59%,0%,31%,55%)
(0.59/0.00/0.31/0.55)	

CMYK percentages

%59.13
%0
%31.3
%54.9

Codes

Color #2F734F in popluar color models

2F734F
RGB4711579
HSL148°41.98%31.76%
HSB/HSV148°59.13%45.10%
CMYK59.13%0.00%31.30%
54.90%

Color #2F734F in popluar number systems.

HEX2F734F
Decimal4711579
Binary10111111100111001111
Octal57163117

Shades and tints

Shades of #2F734F

#2F734F
(47,115,79)
#2B6948
(43,105,72)
#275F41
(39,95,65)
#23553A
(35,85,58)
#1F4B33
(31,75,51)
#1B412C
(27,65,44)
#173725
(23,55,37)
#132D1E
(19,45,30)
#0F2317
(15,35,23)
#0B1910
(11,25,16)
#070F09
(7,15,9)
#000000
(0,0,0)

Tints of #2F734F

#2F734F
(47,115,79)
#417F5F
(65,127,95)
#538B6F
(83,139,111)
#65977F
(101,151,127)
#77A38F
(119,163,143)
#89AF9F
(137,175,159)
#9BBBAF
(155,187,175)
#ADC7BF
(173,199,191)
#BFD3CF
(191,211,207)
#D1DFDF
(209,223,223)
#E3EBEF
(227,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F734F; }

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

This text font color is #2F734F.


Background Color

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

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

This div background color is #2F734F.


Border color

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

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

This div border color is #2F734F.


Opacity

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

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

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

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

This text has shadow with #2F734F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F734F on black background.


Color preview on white background

This text has color #2F734F on white background.



Black color preview on #2F734F background

This text has black color on #2F734F background.


White color preview on #2F734F background

This text has white color on #2F734F background.