COLOR #2F5B25

HEX: #2F5B25 RGB: (47,91,37)

Color info

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

RGB color model

#2F5B25 color RGB value is (47,91,37).

RGB: (47,91,37) (18%, 36%, 15%)

RGB channels and saturation

R 47 of 255 = 18%
G 91 of 255 = 36%
B 37 of 255 = 15%

47
91
37

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

Portions of RGB colors in percentages

R + G + B = 47 + 91 + 37 = 175 (100%)
R 47 of 175 ~ 26.86%
G 91 of 175 ~ 52%
B 37 of 175 ~ 21.14'%

%26.86
%52
%21.14

CMYK color model

#2F5B25 color CMYK value is (48,0,59,64).

  • cyan value is 48.35%
  • magenta value is 0.00%
  • yellow value is 59.34%
  • key color value is 64.31%

CMYK: (48,0,59,64)
C48M0Y59K64 (48%, 0%, 59%, 64%)
(0.48 / 0.00 / 0.59 / 0.64)

CMYK percentages

%48.35
%0
%59.34
%64.31

Codes

Color #2F5B25 in popluar color models

2F 5B 25
RGB 47 91 37
HSL 109° 42.19% 25.10%
HSB/HSV 109° 59.34% 35.69%
CMYK 48.35% 0.00% 59.34%
64.31%

Color #2F5B25 in popluar number systems.

HEX 2F 5B 25
Decimal 47 91 37
Binary 101111 1011011 100101
Octal 57 133 45

Shades and tints

Shades of #2F5B25

#2F5B25
(47,91,37)
#2B5322
(43,83,34)
#274B1F
(39,75,31)
#23431C
(35,67,28)
#1F3B19
(31,59,25)
#1B3316
(27,51,22)
#172B13
(23,43,19)
#132310
(19,35,16)
#0F1B0D
(15,27,13)
#0B130A
(11,19,10)
#070B07
(7,11,7)
#000000
(0,0,0)

Tints of #2F5B25

#2F5B25
(47,91,37)
#416938
(65,105,56)
#53774B
(83,119,75)
#65855E
(101,133,94)
#779371
(119,147,113)
#89A184
(137,161,132)
#9BAF97
(155,175,151)
#ADBDAA
(173,189,170)
#BFCBBD
(191,203,189)
#D1D9D0
(209,217,208)
#E3E7E3
(227,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F5B25 color. Also use rgb(47,91,37) instead hex code.

Text Font Color

.myTextColor { color: #2F5B25; }

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

This text font color is #2F5B25.

Background Color

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

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

This div background color is #2F5B25.

Border color

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

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

This div border color is #2F5B25.

Opacity

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

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

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

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

This text has shadow with #2F5B25 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F5B25.

Preview

Color preview on black background

This text has color #2F5B25 on black background.


Color preview on white background

This text has color #2F5B25 on white background.


Black color preview on #2F5B25 background

This text has black color on #2F5B25 background.


White color preview on #2F5B25 background

This text has white color on #2F5B25 background.


Related colors

Complementary color

Complementary color for #hex is #D0A4DA.


I love getcolorcode.com

Triadic colors

1 #252F5B and #5B252F with #2F5B25 are triadic colors.

2 #255B2F and #5B2F25 with #2F5B25 are triadic colors.