COLOR #2F6D30

HEX: #2F6D30
RGB: (47,109,48)

Color info

#2F6D30 contains mainly green color. Web safe color of #2F6D30 is #336633 (or #363).

RGB color model

#2F6D30 color RGB value is (47,109,48).

  • red value is 47;
  • green value is 109;
  • blue value is 48.
RGB:
(47,109,48)
(18%,43%,19%)

RGB channels and saturation

R 47 of 255 = 18%
G 109 of 255 = 43%
B 48 of 255 = 19%

47
109
48

R + G + B ~ 27%. #2F6D30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 109 + 48 = 204 (100%)
R 47 of 204 ~ 23.04%
G 109 of 204 ~ 53.43%
B 48 of 204 ~ 23.53%

%23.04
%53.43
%23.53

CMYK color model

#2F6D30 color CMYK value is (57,0,56,57).

  • cyan value is 56.88%
  • magenta value is 0.00%
  • yellow value is 55.96%
  • key color value is 57.25%
CMYK:
(57,0,56,57)
C57M0Y56K57 
(57%,0%,56%,57%)
(0.57/0.00/0.56/0.57)	

CMYK percentages

%56.88
%0
%55.96
%57.25

Codes

Color #2F6D30 in popluar color models

2F6D30
RGB4710948
HSL121°39.74%30.59%
HSB/HSV121°56.88%42.75%
CMYK56.88%0.00%55.96%
57.25%

Color #2F6D30 in popluar number systems.

HEX2F6D30
Decimal4710948
Binary1011111101101110000
Octal5715560

Shades and tints

Shades of #2F6D30

#2F6D30
(47,109,48)
#2B642C
(43,100,44)
#275B28
(39,91,40)
#235224
(35,82,36)
#1F4920
(31,73,32)
#1B401C
(27,64,28)
#173718
(23,55,24)
#132E14
(19,46,20)
#0F2510
(15,37,16)
#0B1C0C
(11,28,12)
#071308
(7,19,8)
#000000
(0,0,0)

Tints of #2F6D30

#2F6D30
(47,109,48)
#417A42
(65,122,66)
#538754
(83,135,84)
#659466
(101,148,102)
#77A178
(119,161,120)
#89AE8A
(137,174,138)
#9BBB9C
(155,187,156)
#ADC8AE
(173,200,174)
#BFD5C0
(191,213,192)
#D1E2D2
(209,226,210)
#E3EFE4
(227,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F6D30 color. Also use rgb(47,109,48) instead hex code.

Text Font Color

.myTextColor { color: #2F6D30; }

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

This text font color is #2F6D30.


Background Color

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

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

This div background color is #2F6D30.


Border color

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

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

This div border color is #2F6D30.


Opacity

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

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

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

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

This text has shadow with #2F6D30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F6D30 on black background.


Color preview on white background

This text has color #2F6D30 on white background.



Black color preview on #2F6D30 background

This text has black color on #2F6D30 background.


White color preview on #2F6D30 background

This text has white color on #2F6D30 background.