COLOR #2F631F

HEX: #2F631F
RGB: (47,99,31)

Color info

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

RGB color model

#2F631F color RGB value is (47,99,31).

  • red value is 47;
  • green value is 99;
  • blue value is 31.
RGB:
(47,99,31)
(18%,39%,12%)

RGB channels and saturation

R 47 of 255 = 18%
G 99 of 255 = 39%
B 31 of 255 = 12%

47
99
31

R + G + B ~ 23%. #2F631F is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 99 + 31 = 177 (100%)
R 47 of 177 ~ 26.55%
G 99 of 177 ~ 55.93%
B 31 of 177 ~ 17.51%

%26.55
%55.93
%17.51

CMYK color model

#2F631F color CMYK value is (53,0,69,61).

  • cyan value is 52.53%
  • magenta value is 0.00%
  • yellow value is 68.69%
  • key color value is 61.18%
CMYK:
(53,0,69,61)
C53M0Y69K61 
(53%,0%,69%,61%)
(0.53/0.00/0.69/0.61)	

CMYK percentages

%52.53
%0
%68.69
%61.18

Codes

Color #2F631F in popluar color models

2F631F
RGB479931
HSL106°52.31%25.49%
HSB/HSV106°68.69%38.82%
CMYK52.53%0.00%68.69%
61.18%

Color #2F631F in popluar number systems.

HEX2F631F
Decimal479931
Binary101111110001111111
Octal5714337

Shades and tints

Shades of #2F631F

#2F631F
(47,99,31)
#2B5A1D
(43,90,29)
#27511B
(39,81,27)
#234819
(35,72,25)
#1F3F17
(31,63,23)
#1B3615
(27,54,21)
#172D13
(23,45,19)
#132411
(19,36,17)
#0F1B0F
(15,27,15)
#0B120D
(11,18,13)
#07090B
(7,9,11)
#000000
(0,0,0)

Tints of #2F631F

#2F631F
(47,99,31)
#417133
(65,113,51)
#537F47
(83,127,71)
#658D5B
(101,141,91)
#779B6F
(119,155,111)
#89A983
(137,169,131)
#9BB797
(155,183,151)
#ADC5AB
(173,197,171)
#BFD3BF
(191,211,191)
#D1E1D3
(209,225,211)
#E3EFE7
(227,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F631F color. Also use rgb(47,99,31) instead hex code.

Text Font Color

.myTextColor { color: #2F631F; }

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

This text font color is #2F631F.


Background Color

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

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

This div background color is #2F631F.


Border color

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

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

This div border color is #2F631F.


Opacity

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

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

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

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

This text has shadow with #2F631F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F631F on black background.


Color preview on white background

This text has color #2F631F on white background.



Black color preview on #2F631F background

This text has black color on #2F631F background.


White color preview on #2F631F background

This text has white color on #2F631F background.