COLOR #2C8149

HEX: #2C8149
RGB: (44,129,73)

Color info

#2C8149 contains mainly green and blue colors. Web safe color of #2C8149 is #339933 (or #393).

RGB color model

#2C8149 color RGB value is (44,129,73).

  • red value is 44;
  • green value is 129;
  • blue value is 73.
RGB:
(44,129,73)
(17%,51%,29%)

RGB channels and saturation

R 44 of 255 = 17%
G 129 of 255 = 51%
B 73 of 255 = 29%

44
129
73

R + G + B ~ 32%. #2C8149 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 129 + 73 = 246 (100%)
R 44 of 246 ~ 17.89%
G 129 of 246 ~ 52.44%
B 73 of 246 ~ 29.67%

%17.89
%52.44
%29.67

CMYK color model

#2C8149 color CMYK value is (66,0,43,49).

  • cyan value is 65.89%
  • magenta value is 0.00%
  • yellow value is 43.41%
  • key color value is 49.41%
CMYK:
(66,0,43,49)
C66M0Y43K49 
(66%,0%,43%,49%)
(0.66/0.00/0.43/0.49)	

CMYK percentages

%65.89
%0
%43.41
%49.41

Codes

Color #2C8149 in popluar color models

2C8149
RGB4412973
HSL140°49.13%33.92%
HSB/HSV140°65.89%50.59%
CMYK65.89%0.00%43.41%
49.41%

Color #2C8149 in popluar number systems.

HEX2C8149
Decimal4412973
Binary101100100000011001001
Octal54201111

Shades and tints

Shades of #2C8149

#2C8149
(44,129,73)
#287643
(40,118,67)
#246B3D
(36,107,61)
#206037
(32,96,55)
#1C5531
(28,85,49)
#184A2B
(24,74,43)
#143F25
(20,63,37)
#10341F
(16,52,31)
#0C2919
(12,41,25)
#081E13
(8,30,19)
#04130D
(4,19,13)
#000000
(0,0,0)

Tints of #2C8149

#2C8149
(44,129,73)
#3F8C59
(63,140,89)
#529769
(82,151,105)
#65A279
(101,162,121)
#78AD89
(120,173,137)
#8BB899
(139,184,153)
#9EC3A9
(158,195,169)
#B1CEB9
(177,206,185)
#C4D9C9
(196,217,201)
#D7E4D9
(215,228,217)
#EAEFE9
(234,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C8149 color. Also use rgb(44,129,73) instead hex code.

Text Font Color

.myTextColor { color: #2C8149; }

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

This text font color is #2C8149.


Background Color

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

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

This div background color is #2C8149.


Border color

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

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

This div border color is #2C8149.


Opacity

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

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

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

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

This text has shadow with #2C8149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C8149 on black background.


Color preview on white background

This text has color #2C8149 on white background.



Black color preview on #2C8149 background

This text has black color on #2C8149 background.


White color preview on #2C8149 background

This text has white color on #2C8149 background.