COLOR #2F8D35

HEX: #2F8D35 RGB: (47,141,53)

Color info

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

RGB color model

#2F8D35 color RGB value is (47,141,53).

RGB: (47,141,53) (18%, 55%, 21%)

RGB channels and saturation

R 47 of 255 = 18%
G 141 of 255 = 55%
B 53 of 255 = 21%

47
141
53

R + G + B ~ 31%. #2F8D35 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 47 + 141 + 53 = 241 (100%)
R 47 of 241 ~ 19.5%
G 141 of 241 ~ 58.51%
B 53 of 241 ~ 21.99'%

%19.5
%58.51
%21.99

CMYK color model

#2F8D35 color CMYK value is (67,0,62,45).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 62.41%
  • key color value is 44.71%
CMYK: (67,0,62,45) C67M0Y62K45 (67%,0%,62%,45%) (0.67/0.00/0.62/0.45) 

CMYK percentages

%66.67
%0
%62.41
%44.71

Codes

Color #2F8D35 in popluar color models

2F 8D 35
RGB 47 141 53
HSL 124° 50.00% 36.86%
HSB/HSV 124° 66.67% 55.29%
CMYK 66.67% 0.00% 62.41%
44.71%

Color #2F8D35 in popluar number systems.

HEX 2F 8D 35
Decimal 47 141 53
Binary 101111 10001101 110101
Octal 57 215 65

Shades and tints

Shades of #2F8D35

#2F8D35
(47,141,53)
#2B8131
(43,129,49)
#27752D
(39,117,45)
#236929
(35,105,41)
#1F5D25
(31,93,37)
#1B5121
(27,81,33)
#17451D
(23,69,29)
#133919
(19,57,25)
#0F2D15
(15,45,21)
#0B2111
(11,33,17)
#07150D
(7,21,13)
#000000
(0,0,0)

Tints of #2F8D35

#2F8D35
(47,141,53)
#419747
(65,151,71)
#53A159
(83,161,89)
#65AB6B
(101,171,107)
#77B57D
(119,181,125)
#89BF8F
(137,191,143)
#9BC9A1
(155,201,161)
#ADD3B3
(173,211,179)
#BFDDC5
(191,221,197)
#D1E7D7
(209,231,215)
#E3F1E9
(227,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F8D35 color. Also use rgb(47,141,53) instead hex code.

Text Font Color

.myTextColor { color: #2F8D35; }

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

This text font color is #2F8D35.

Background Color

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

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

This div background color is #2F8D35.

Border color

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

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

This div border color is #2F8D35.

Opacity

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

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

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

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

This text has shadow with #2F8D35 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F8D35.

Preview

Color preview on black background

This text has color #2F8D35 on black background.


Color preview on white background

This text has color #2F8D35 on white background.


Black color preview on #2F8D35 background

This text has black color on #2F8D35 background.


White color preview on #2F8D35 background

This text has white color on #2F8D35 background.


Related colors

Complementary color

Complementary color for #hex is #D072CA.


I love getcolorcode.com

Triadic colors

1 #352F8D and #8D352F with #2F8D35 are triadic colors.

2 #358D2F and #8D2F35 with #2F8D35 are triadic colors.