COLOR #2F6B20

HEX: #2F6B20 RGB: (47,107,32)

Color info

#2F6B20 contains mainly green color. Web safe color of #2F6B20 is #336633 (or #363).

RGB color model

#2F6B20 color RGB value is (47,107,32).

RGB: (47,107,32) (18%, 42%, 13%)

RGB channels and saturation

R 47 of 255 = 18%
G 107 of 255 = 42%
B 32 of 255 = 13%

47
107
32

R + G + B ~ 24%. #2F6B20 is dark color.

Portions of RGB colors in percentages

R + G + B = 47 + 107 + 32 = 186 (100%)
R 47 of 186 ~ 25.27%
G 107 of 186 ~ 57.53%
B 32 of 186 ~ 17.2'%

%25.27
%57.53
%17.2

CMYK color model

#2F6B20 color CMYK value is (56,0,70,58).

  • cyan value is 56.07%
  • magenta value is 0.00%
  • yellow value is 70.09%
  • key color value is 58.04%

CMYK: (56,0,70,58)
C56M0Y70K58 (56%, 0%, 70%, 58%)
(0.56 / 0.00 / 0.70 / 0.58)

CMYK percentages

%56.07
%0
%70.09
%58.04

Codes

Color #2F6B20 in popluar color models

2F 6B 20
RGB 47 107 32
HSL 108° 53.96% 27.25%
HSB/HSV 108° 70.09% 41.96%
CMYK 56.07% 0.00% 70.09%
58.04%

Color #2F6B20 in popluar number systems.

HEX 2F 6B 20
Decimal 47 107 32
Binary 101111 1101011 100000
Octal 57 153 40

Shades and tints

Shades of #2F6B20

#2F6B20
(47,107,32)
#2B621E
(43,98,30)
#27591C
(39,89,28)
#23501A
(35,80,26)
#1F4718
(31,71,24)
#1B3E16
(27,62,22)
#173514
(23,53,20)
#132C12
(19,44,18)
#0F2310
(15,35,16)
#0B1A0E
(11,26,14)
#07110C
(7,17,12)
#000000
(0,0,0)

Tints of #2F6B20

#2F6B20
(47,107,32)
#417834
(65,120,52)
#538548
(83,133,72)
#65925C
(101,146,92)
#779F70
(119,159,112)
#89AC84
(137,172,132)
#9BB998
(155,185,152)
#ADC6AC
(173,198,172)
#BFD3C0
(191,211,192)
#D1E0D4
(209,224,212)
#E3EDE8
(227,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F6B20 color. Also use rgb(47,107,32) instead hex code.

Text Font Color

.myTextColor { color: #2F6B20; }

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

This text font color is #2F6B20.

Background Color

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

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

This div background color is #2F6B20.

Border color

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

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

This div border color is #2F6B20.

Opacity

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

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

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

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

This text has shadow with #2F6B20 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F6B20.

Preview

Color preview on black background

This text has color #2F6B20 on black background.


Color preview on white background

This text has color #2F6B20 on white background.


Black color preview on #2F6B20 background

This text has black color on #2F6B20 background.


White color preview on #2F6B20 background

This text has white color on #2F6B20 background.


Related colors

Complementary color

Complementary color for #hex is #D094DF.


I love getcolorcode.com

Triadic colors

1 #202F6B and #6B202F with #2F6B20 are triadic colors.

2 #206B2F and #6B2F20 with #2F6B20 are triadic colors.