COLOR #2F6200

HEX: #2F6200
RGB: (47,98,0)

Color info

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

RGB color model

#2F6200 color RGB value is (47,98,0).

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

RGB channels and saturation

R 47 of 255 = 18%
G 98 of 255 = 38%
B 0 of 255 = 0%

47
98
0

R + G + B ~ 19%. #2F6200 is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 98 + 0 = 145 (100%)
R 47 of 145 ~ 32.41%
G 98 of 145 ~ 67.59%
B 0 of 145 ~ 0%

%32.41
%67.59

CMYK color model

#2F6200 color CMYK value is (52,0,100,62).

  • cyan value is 52.04%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 61.57%
CMYK:
(52,0,100,62)
C52M0Y100K62 
(52%,0%,100%,62%)
(0.52/0.00/1.00/0.62)	

CMYK percentages

%52.04
%0
%100
%61.57

Codes

Color #2F6200 in popluar color models

2F6200
RGB47980
HSL91°100.00%19.22%
HSB/HSV91°100.00%38.43%
CMYK52.04%0.00%100.00%
61.57%

Color #2F6200 in popluar number systems.

HEX2F6200
Decimal47980
Binary10111111000100
Octal571420

Shades and tints

Shades of #2F6200

#2F6200
(47,98,0)
#2B5A00
(43,90,0)
#275200
(39,82,0)
#234A00
(35,74,0)
#1F4200
(31,66,0)
#1B3A00
(27,58,0)
#173200
(23,50,0)
#132A00
(19,42,0)
#0F2200
(15,34,0)
#0B1A00
(11,26,0)
#071200
(7,18,0)
#000000
(0,0,0)

Tints of #2F6200

#2F6200
(47,98,0)
#417017
(65,112,23)
#537E2E
(83,126,46)
#658C45
(101,140,69)
#779A5C
(119,154,92)
#89A873
(137,168,115)
#9BB68A
(155,182,138)
#ADC4A1
(173,196,161)
#BFD2B8
(191,210,184)
#D1E0CF
(209,224,207)
#E3EEE6
(227,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F6200; }

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

This text font color is #2F6200.


Background Color

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

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

This div background color is #2F6200.


Border color

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

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

This div border color is #2F6200.


Opacity

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

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

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

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

This text has shadow with #2F6200 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F6200 on black background.


Color preview on white background

This text has color #2F6200 on white background.



Black color preview on #2F6200 background

This text has black color on #2F6200 background.


White color preview on #2F6200 background

This text has white color on #2F6200 background.