COLOR #2F6520

HEX: #2F6520
RGB: (47,101,32)

Color info

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

RGB color model

#2F6520 color RGB value is (47,101,32).

  • red value is 47;
  • green value is 101;
  • blue value is 32.
RGB:
(47,101,32)
(18%,40%,13%)

RGB channels and saturation

R 47 of 255 = 18%
G 101 of 255 = 40%
B 32 of 255 = 13%

47
101
32

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

Portions of RGB colors in percentages

R + G + B =
47 + 101 + 32 = 180 (100%)
R 47 of 180 ~ 26.11%
G 101 of 180 ~ 56.11%
B 32 of 180 ~ 17.78%

%26.11
%56.11
%17.78

CMYK color model

#2F6520 color CMYK value is (53,0,68,60).

  • cyan value is 53.47%
  • magenta value is 0.00%
  • yellow value is 68.32%
  • key color value is 60.39%
CMYK:
(53,0,68,60)
C53M0Y68K60 
(53%,0%,68%,60%)
(0.53/0.00/0.68/0.60)	

CMYK percentages

%53.47
%0
%68.32
%60.39

Codes

Color #2F6520 in popluar color models

2F6520
RGB4710132
HSL107°51.88%26.08%
HSB/HSV107°68.32%39.61%
CMYK53.47%0.00%68.32%
60.39%

Color #2F6520 in popluar number systems.

HEX2F6520
Decimal4710132
Binary1011111100101100000
Octal5714540

Shades and tints

Shades of #2F6520

#2F6520
(47,101,32)
#2B5C1E
(43,92,30)
#27531C
(39,83,28)
#234A1A
(35,74,26)
#1F4118
(31,65,24)
#1B3816
(27,56,22)
#172F14
(23,47,20)
#132612
(19,38,18)
#0F1D10
(15,29,16)
#0B140E
(11,20,14)
#070B0C
(7,11,12)
#000000
(0,0,0)

Tints of #2F6520

#2F6520
(47,101,32)
#417334
(65,115,52)
#538148
(83,129,72)
#658F5C
(101,143,92)
#779D70
(119,157,112)
#89AB84
(137,171,132)
#9BB998
(155,185,152)
#ADC7AC
(173,199,172)
#BFD5C0
(191,213,192)
#D1E3D4
(209,227,212)
#E3F1E8
(227,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F6520; }

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

This text font color is #2F6520.


Background Color

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

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

This div background color is #2F6520.


Border color

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

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

This div border color is #2F6520.


Opacity

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

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

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

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

This text has shadow with #2F6520 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F6520 on black background.


Color preview on white background

This text has color #2F6520 on white background.



Black color preview on #2F6520 background

This text has black color on #2F6520 background.


White color preview on #2F6520 background

This text has white color on #2F6520 background.