COLOR #2F5700

HEX: #2F5700
RGB: (47,87,0)

Color info

#2F5700 contains only red and green colors. Web safe color of #2F5700 is #336600 (or #360).

RGB color model

#2F5700 color RGB value is (47,87,0).

  • red value is 47;
  • green value is 87;
  • blue value is 0.
RGB:
(47,87,0)
(18%,34%,0%)

RGB channels and saturation

R 47 of 255 = 18%
G 87 of 255 = 34%
B 0 of 255 = 0%

47
87
0

R + G + B ~ 17%. #2F5700 is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 87 + 0 = 134 (100%)
R 47 of 134 ~ 35.07%
G 87 of 134 ~ 64.93%
B 0 of 134 ~ 0%

%35.07
%64.93

CMYK color model

#2F5700 color CMYK value is (46,0,100,66).

  • cyan value is 45.98%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 65.88%
CMYK:
(46,0,100,66)
C46M0Y100K66 
(46%,0%,100%,66%)
(0.46/0.00/1.00/0.66)	

CMYK percentages

%45.98
%0
%100
%65.88

Codes

Color #2F5700 in popluar color models

2F5700
RGB47870
HSL88°100.00%17.06%
HSB/HSV88°100.00%34.12%
CMYK45.98%0.00%100.00%
65.88%

Color #2F5700 in popluar number systems.

HEX2F5700
Decimal47870
Binary10111110101110
Octal571270

Shades and tints

Shades of #2F5700

#2F5700
(47,87,0)
#2B5000
(43,80,0)
#274900
(39,73,0)
#234200
(35,66,0)
#1F3B00
(31,59,0)
#1B3400
(27,52,0)
#172D00
(23,45,0)
#132600
(19,38,0)
#0F1F00
(15,31,0)
#0B1800
(11,24,0)
#071100
(7,17,0)
#000000
(0,0,0)

Tints of #2F5700

#2F5700
(47,87,0)
#416617
(65,102,23)
#53752E
(83,117,46)
#658445
(101,132,69)
#77935C
(119,147,92)
#89A273
(137,162,115)
#9BB18A
(155,177,138)
#ADC0A1
(173,192,161)
#BFCFB8
(191,207,184)
#D1DECF
(209,222,207)
#E3EDE6
(227,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F5700 color. Also use rgb(47,87,0) instead hex code.

Text Font Color

.myTextColor { color: #2F5700; }

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

This text font color is #2F5700.


Background Color

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

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

This div background color is #2F5700.


Border color

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

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

This div border color is #2F5700.


Opacity

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

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

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

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

This text has shadow with #2F5700 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F5700 on black background.


Color preview on white background

This text has color #2F5700 on white background.



Black color preview on #2F5700 background

This text has black color on #2F5700 background.


White color preview on #2F5700 background

This text has white color on #2F5700 background.