COLOR #2F734A

HEX: #2F734A
RGB: (47,115,74)

Color info

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

RGB color model

#2F734A color RGB value is (47,115,74).

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

RGB channels and saturation

R 47 of 255 = 18%
G 115 of 255 = 45%
B 74 of 255 = 29%

47
115
74

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

Portions of RGB colors in percentages

R + G + B =
47 + 115 + 74 = 236 (100%)
R 47 of 236 ~ 19.92%
G 115 of 236 ~ 48.73%
B 74 of 236 ~ 31.36%

%19.92
%48.73
%31.36

CMYK color model

#2F734A color CMYK value is (59,0,36,55).

  • cyan value is 59.13%
  • magenta value is 0.00%
  • yellow value is 35.65%
  • key color value is 54.90%
CMYK:
(59,0,36,55)
C59M0Y36K55 
(59%,0%,36%,55%)
(0.59/0.00/0.36/0.55)	

CMYK percentages

%59.13
%0
%35.65
%54.9

Codes

Color #2F734A in popluar color models

2F734A
RGB4711574
HSL144°41.98%31.76%
HSB/HSV144°59.13%45.10%
CMYK59.13%0.00%35.65%
54.90%

Color #2F734A in popluar number systems.

HEX2F734A
Decimal4711574
Binary10111111100111001010
Octal57163112

Shades and tints

Shades of #2F734A

#2F734A
(47,115,74)
#2B6944
(43,105,68)
#275F3E
(39,95,62)
#235538
(35,85,56)
#1F4B32
(31,75,50)
#1B412C
(27,65,44)
#173726
(23,55,38)
#132D20
(19,45,32)
#0F231A
(15,35,26)
#0B1914
(11,25,20)
#070F0E
(7,15,14)
#000000
(0,0,0)

Tints of #2F734A

#2F734A
(47,115,74)
#417F5A
(65,127,90)
#538B6A
(83,139,106)
#65977A
(101,151,122)
#77A38A
(119,163,138)
#89AF9A
(137,175,154)
#9BBBAA
(155,187,170)
#ADC7BA
(173,199,186)
#BFD3CA
(191,211,202)
#D1DFDA
(209,223,218)
#E3EBEA
(227,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F734A; }

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

This text font color is #2F734A.


Background Color

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

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

This div background color is #2F734A.


Border color

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

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

This div border color is #2F734A.


Opacity

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

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

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

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

This text has shadow with #2F734A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F734A on black background.


Color preview on white background

This text has color #2F734A on white background.



Black color preview on #2F734A background

This text has black color on #2F734A background.


White color preview on #2F734A background

This text has white color on #2F734A background.