COLOR #2F874C

HEX: #2F874C RGB: (47,135,76)

Color info

#2F874C contains mainly green and blue colors. Web safe color of #2F874C is #339933 (or #393).

RGB color model

#2F874C color RGB value is (47,135,76).

RGB: (47,135,76) (18%, 53%, 30%)

RGB channels and saturation

R 47 of 255 = 18%
G 135 of 255 = 53%
B 76 of 255 = 30%

47
135
76

R + G + B ~ 34%. #2F874C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 47 + 135 + 76 = 258 (100%)
R 47 of 258 ~ 18.22%
G 135 of 258 ~ 52.33%
B 76 of 258 ~ 29.46'%

%18.22
%52.33
%29.46

CMYK color model

#2F874C color CMYK value is (65,0,44,47).

  • cyan value is 65.19%
  • magenta value is 0.00%
  • yellow value is 43.70%
  • key color value is 47.06%

CMYK: (65,0,44,47)
C65M0Y44K47 (65%, 0%, 44%, 47%)
(0.65 / 0.00 / 0.44 / 0.47)

CMYK percentages

%65.19
%0
%43.7
%47.06

Codes

Color #2F874C in popluar color models

2F 87 4C
RGB 47 135 76
HSL 140° 48.35% 35.69%
HSB/HSV 140° 65.19% 52.94%
CMYK 65.19% 0.00% 43.70%
47.06%

Color #2F874C in popluar number systems.

HEX 2F 87 4C
Decimal 47 135 76
Binary 101111 10000111 1001100
Octal 57 207 114

Shades and tints

Shades of #2F874C

#2F874C
(47,135,76)
#2B7B46
(43,123,70)
#276F40
(39,111,64)
#23633A
(35,99,58)
#1F5734
(31,87,52)
#1B4B2E
(27,75,46)
#173F28
(23,63,40)
#133322
(19,51,34)
#0F271C
(15,39,28)
#0B1B16
(11,27,22)
#070F10
(7,15,16)
#000000
(0,0,0)

Tints of #2F874C

#2F874C
(47,135,76)
#41915C
(65,145,92)
#539B6C
(83,155,108)
#65A57C
(101,165,124)
#77AF8C
(119,175,140)
#89B99C
(137,185,156)
#9BC3AC
(155,195,172)
#ADCDBC
(173,205,188)
#BFD7CC
(191,215,204)
#D1E1DC
(209,225,220)
#E3EBEC
(227,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F874C color. Also use rgb(47,135,76) instead hex code.

Text Font Color

.myTextColor { color: #2F874C; }

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

This text font color is #2F874C.

Background Color

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

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

This div background color is #2F874C.

Border color

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

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

This div border color is #2F874C.

Opacity

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

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

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

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

This text has shadow with #2F874C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F874C.

Preview

Color preview on black background

This text has color #2F874C on black background.


Color preview on white background

This text has color #2F874C on white background.


Black color preview on #2F874C background

This text has black color on #2F874C background.


White color preview on #2F874C background

This text has white color on #2F874C background.


Related colors

Complementary color

Complementary color for #hex is #D078B3.


I love getcolorcode.com

Triadic colors

1 #4C2F87 and #874C2F with #2F874C are triadic colors.

2 #4C872F and #872F4C with #2F874C are triadic colors.