COLOR #2F6631

HEX: #2F6631
RGB: (47,102,49)

Color info

#2F6631 contains red, green and blue colors in about the same proportion. Web safe color of #2F6631 is #336633 (or #363).

RGB color model

#2F6631 color RGB value is (47,102,49).

  • red value is 47;
  • green value is 102;
  • blue value is 49.
RGB:
(47,102,49)
(18%,40%,19%)

RGB channels and saturation

R 47 of 255 = 18%
G 102 of 255 = 40%
B 49 of 255 = 19%

47
102
49

R + G + B ~ 26%. #2F6631 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 102 + 49 = 198 (100%)
R 47 of 198 ~ 23.74%
G 102 of 198 ~ 51.52%
B 49 of 198 ~ 24.75%

%23.74
%51.52
%24.75

CMYK color model

#2F6631 color CMYK value is (54,0,52,60).

  • cyan value is 53.92%
  • magenta value is 0.00%
  • yellow value is 51.96%
  • key color value is 60.00%
CMYK:
(54,0,52,60)
C54M0Y52K60 
(54%,0%,52%,60%)
(0.54/0.00/0.52/0.60)	

CMYK percentages

%53.92
%0
%51.96
%60

Codes

Color #2F6631 in popluar color models

2F6631
RGB4710249
HSL122°36.91%29.22%
HSB/HSV122°53.92%40.00%
CMYK53.92%0.00%51.96%
60.00%

Color #2F6631 in popluar number systems.

HEX2F6631
Decimal4710249
Binary1011111100110110001
Octal5714661

Shades and tints

Shades of #2F6631

#2F6631
(47,102,49)
#2B5D2D
(43,93,45)
#275429
(39,84,41)
#234B25
(35,75,37)
#1F4221
(31,66,33)
#1B391D
(27,57,29)
#173019
(23,48,25)
#132715
(19,39,21)
#0F1E11
(15,30,17)
#0B150D
(11,21,13)
#070C09
(7,12,9)
#000000
(0,0,0)

Tints of #2F6631

#2F6631
(47,102,49)
#417343
(65,115,67)
#538055
(83,128,85)
#658D67
(101,141,103)
#779A79
(119,154,121)
#89A78B
(137,167,139)
#9BB49D
(155,180,157)
#ADC1AF
(173,193,175)
#BFCEC1
(191,206,193)
#D1DBD3
(209,219,211)
#E3E8E5
(227,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F6631 color. Also use rgb(47,102,49) instead hex code.

Text Font Color

.myTextColor { color: #2F6631; }

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

This text font color is #2F6631.


Background Color

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

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

This div background color is #2F6631.


Border color

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

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

This div border color is #2F6631.


Opacity

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

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

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

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

This text has shadow with #2F6631 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F6631 on black background.


Color preview on white background

This text has color #2F6631 on white background.



Black color preview on #2F6631 background

This text has black color on #2F6631 background.


White color preview on #2F6631 background

This text has white color on #2F6631 background.