COLOR #2F5A31

HEX: #2F5A31 RGB: (47,90,49)

Color info

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

RGB color model

#2F5A31 color RGB value is (47,90,49).

RGB: (47,90,49) (18%, 35%, 19%)

RGB channels and saturation

R 47 of 255 = 18%
G 90 of 255 = 35%
B 49 of 255 = 19%

47
90
49

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

Portions of RGB colors in percentages

R + G + B = 47 + 90 + 49 = 186 (100%)
R 47 of 186 ~ 25.27%
G 90 of 186 ~ 48.39%
B 49 of 186 ~ 26.34'%

%25.27
%48.39
%26.34

CMYK color model

#2F5A31 color CMYK value is (48,0,46,65).

  • cyan value is 47.78%
  • magenta value is 0.00%
  • yellow value is 45.56%
  • key color value is 64.71%

CMYK: (48,0,46,65)
C48M0Y46K65 (48%, 0%, 46%, 65%)
(0.48 / 0.00 / 0.46 / 0.65)

CMYK percentages

%47.78
%0
%45.56
%64.71

Codes

Color #2F5A31 in popluar color models

2F 5A 31
RGB 47 90 49
HSL 123° 31.39% 26.86%
HSB/HSV 123° 47.78% 35.29%
CMYK 47.78% 0.00% 45.56%
64.71%

Color #2F5A31 in popluar number systems.

HEX 2F 5A 31
Decimal 47 90 49
Binary 101111 1011010 110001
Octal 57 132 61

Shades and tints

Shades of #2F5A31

#2F5A31
(47,90,49)
#2B522D
(43,82,45)
#274A29
(39,74,41)
#234225
(35,66,37)
#1F3A21
(31,58,33)
#1B321D
(27,50,29)
#172A19
(23,42,25)
#132215
(19,34,21)
#0F1A11
(15,26,17)
#0B120D
(11,18,13)
#070A09
(7,10,9)
#000000
(0,0,0)

Tints of #2F5A31

#2F5A31
(47,90,49)
#416943
(65,105,67)
#537855
(83,120,85)
#658767
(101,135,103)
#779679
(119,150,121)
#89A58B
(137,165,139)
#9BB49D
(155,180,157)
#ADC3AF
(173,195,175)
#BFD2C1
(191,210,193)
#D1E1D3
(209,225,211)
#E3F0E5
(227,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F5A31; }

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

This text font color is #2F5A31.

Background Color

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

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

This div background color is #2F5A31.

Border color

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

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

This div border color is #2F5A31.

Opacity

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

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

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

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

This text has shadow with #2F5A31 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F5A31.

Preview

Color preview on black background

This text has color #2F5A31 on black background.


Color preview on white background

This text has color #2F5A31 on white background.


Black color preview on #2F5A31 background

This text has black color on #2F5A31 background.


White color preview on #2F5A31 background

This text has white color on #2F5A31 background.


Related colors

Complementary color

Complementary color for #hex is #D0A5CE.


I love getcolorcode.com

Triadic colors

1 #312F5A and #5A312F with #2F5A31 are triadic colors.

2 #315A2F and #5A2F31 with #2F5A31 are triadic colors.