COLOR #2F7342

HEX: #2F7342 RGB: (47,115,66)

Color info

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

RGB color model

#2F7342 color RGB value is (47,115,66).

RGB: (47,115,66) (18%, 45%, 26%)

RGB channels and saturation

R 47 of 255 = 18%
G 115 of 255 = 45%
B 66 of 255 = 26%

47
115
66

R + G + B ~ 30%. #2F7342 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 47 + 115 + 66 = 228 (100%)
R 47 of 228 ~ 20.61%
G 115 of 228 ~ 50.44%
B 66 of 228 ~ 28.95'%

%20.61
%50.44
%28.95

CMYK color model

#2F7342 color CMYK value is (59,0,43,55).

  • cyan value is 59.13%
  • magenta value is 0.00%
  • yellow value is 42.61%
  • key color value is 54.90%

CMYK: (59,0,43,55)
C59M0Y43K55 (59%, 0%, 43%, 55%)
(0.59 / 0.00 / 0.43 / 0.55)

CMYK percentages

%59.13
%0
%42.61
%54.9

Codes

Color #2F7342 in popluar color models

2F 73 42
RGB 47 115 66
HSL 137° 41.98% 31.76%
HSB/HSV 137° 59.13% 45.10%
CMYK 59.13% 0.00% 42.61%
54.90%

Color #2F7342 in popluar number systems.

HEX 2F 73 42
Decimal 47 115 66
Binary 101111 1110011 1000010
Octal 57 163 102

Shades and tints

Shades of #2F7342

#2F7342
(47,115,66)
#2B693C
(43,105,60)
#275F36
(39,95,54)
#235530
(35,85,48)
#1F4B2A
(31,75,42)
#1B4124
(27,65,36)
#17371E
(23,55,30)
#132D18
(19,45,24)
#0F2312
(15,35,18)
#0B190C
(11,25,12)
#070F06
(7,15,6)
#000000
(0,0,0)

Tints of #2F7342

#2F7342
(47,115,66)
#417F53
(65,127,83)
#538B64
(83,139,100)
#659775
(101,151,117)
#77A386
(119,163,134)
#89AF97
(137,175,151)
#9BBBA8
(155,187,168)
#ADC7B9
(173,199,185)
#BFD3CA
(191,211,202)
#D1DFDB
(209,223,219)
#E3EBEC
(227,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F7342; }

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

This text font color is #2F7342.

Background Color

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

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

This div background color is #2F7342.

Border color

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

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

This div border color is #2F7342.

Opacity

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

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

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

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

This text has shadow with #2F7342 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F7342.

Preview

Color preview on black background

This text has color #2F7342 on black background.


Color preview on white background

This text has color #2F7342 on white background.


Black color preview on #2F7342 background

This text has black color on #2F7342 background.


White color preview on #2F7342 background

This text has white color on #2F7342 background.


Related colors

Complementary color

Complementary color for #hex is #D08CBD.


I love getcolorcode.com

Triadic colors

1 #422F73 and #73422F with #2F7342 are triadic colors.

2 #42732F and #732F42 with #2F7342 are triadic colors.