COLOR #2F964B

HEX: #2F964B
RGB: (47,150,75)

Color info

#2F964B contains mainly green color. Web safe color of #2F964B is #339933 (or #393).

RGB color model

#2F964B color RGB value is (47,150,75).

  • red value is 47;
  • green value is 150;
  • blue value is 75.
RGB:
(47,150,75)
(18%,59%,29%)

RGB channels and saturation

R 47 of 255 = 18%
G 150 of 255 = 59%
B 75 of 255 = 29%

47
150
75

R + G + B ~ 35%. #2F964B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 150 + 75 = 272 (100%)
R 47 of 272 ~ 17.28%
G 150 of 272 ~ 55.15%
B 75 of 272 ~ 27.57%

%17.28
%55.15
%27.57

CMYK color model

#2F964B color CMYK value is (69,0,50,41).

  • cyan value is 68.67%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 41.18%
CMYK:
(69,0,50,41)
C69M0Y50K41 
(69%,0%,50%,41%)
(0.69/0.00/0.50/0.41)	

CMYK percentages

%68.67
%0
%50
%41.18

Codes

Color #2F964B in popluar color models

2F964B
RGB4715075
HSL136°52.28%38.63%
HSB/HSV136°68.67%58.82%
CMYK68.67%0.00%50.00%
41.18%

Color #2F964B in popluar number systems.

HEX2F964B
Decimal4715075
Binary101111100101101001011
Octal57226113

Shades and tints

Shades of #2F964B

#2F964B
(47,150,75)
#2B8945
(43,137,69)
#277C3F
(39,124,63)
#236F39
(35,111,57)
#1F6233
(31,98,51)
#1B552D
(27,85,45)
#174827
(23,72,39)
#133B21
(19,59,33)
#0F2E1B
(15,46,27)
#0B2115
(11,33,21)
#07140F
(7,20,15)
#000000
(0,0,0)

Tints of #2F964B

#2F964B
(47,150,75)
#419F5B
(65,159,91)
#53A86B
(83,168,107)
#65B17B
(101,177,123)
#77BA8B
(119,186,139)
#89C39B
(137,195,155)
#9BCCAB
(155,204,171)
#ADD5BB
(173,213,187)
#BFDECB
(191,222,203)
#D1E7DB
(209,231,219)
#E3F0EB
(227,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F964B color. Also use rgb(47,150,75) instead hex code.

Text Font Color

.myTextColor { color: #2F964B; }

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

This text font color is #2F964B.


Background Color

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

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

This div background color is #2F964B.


Border color

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

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

This div border color is #2F964B.


Opacity

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

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

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

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

This text has shadow with #2F964B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F964B on black background.


Color preview on white background

This text has color #2F964B on white background.



Black color preview on #2F964B background

This text has black color on #2F964B background.


White color preview on #2F964B background

This text has white color on #2F964B background.