COLOR #2F755B

HEX: #2F755B
RGB: (47,117,91)

Color info

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

RGB color model

#2F755B color RGB value is (47,117,91).

  • red value is 47;
  • green value is 117;
  • blue value is 91.
RGB:
(47,117,91)
(18%,46%,36%)

RGB channels and saturation

R 47 of 255 = 18%
G 117 of 255 = 46%
B 91 of 255 = 36%

47
117
91

R + G + B ~ 33%. #2F755B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 117 + 91 = 255 (100%)
R 47 of 255 ~ 18.43%
G 117 of 255 ~ 45.88%
B 91 of 255 ~ 35.69%

%18.43
%45.88
%35.69

CMYK color model

#2F755B color CMYK value is (60,0,22,54).

  • cyan value is 59.83%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 54.12%
CMYK:
(60,0,22,54)
C60M0Y22K54 
(60%,0%,22%,54%)
(0.60/0.00/0.22/0.54)	

CMYK percentages

%59.83
%0
%22.22
%54.12

Codes

Color #2F755B in popluar color models

2F755B
RGB4711791
HSL158°42.68%32.16%
HSB/HSV158°59.83%45.88%
CMYK59.83%0.00%22.22%
54.12%

Color #2F755B in popluar number systems.

HEX2F755B
Decimal4711791
Binary10111111101011011011
Octal57165133

Shades and tints

Shades of #2F755B

#2F755B
(47,117,91)
#2B6B53
(43,107,83)
#27614B
(39,97,75)
#235743
(35,87,67)
#1F4D3B
(31,77,59)
#1B4333
(27,67,51)
#17392B
(23,57,43)
#132F23
(19,47,35)
#0F251B
(15,37,27)
#0B1B13
(11,27,19)
#07110B
(7,17,11)
#000000
(0,0,0)

Tints of #2F755B

#2F755B
(47,117,91)
#418169
(65,129,105)
#538D77
(83,141,119)
#659985
(101,153,133)
#77A593
(119,165,147)
#89B1A1
(137,177,161)
#9BBDAF
(155,189,175)
#ADC9BD
(173,201,189)
#BFD5CB
(191,213,203)
#D1E1D9
(209,225,217)
#E3EDE7
(227,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F755B color. Also use rgb(47,117,91) instead hex code.

Text Font Color

.myTextColor { color: #2F755B; }

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

This text font color is #2F755B.


Background Color

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

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

This div background color is #2F755B.


Border color

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

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

This div border color is #2F755B.


Opacity

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

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

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

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

This text has shadow with #2F755B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F755B on black background.


Color preview on white background

This text has color #2F755B on white background.



Black color preview on #2F755B background

This text has black color on #2F755B background.


White color preview on #2F755B background

This text has white color on #2F755B background.