COLOR #2C8549

HEX: #2C8549
RGB: (44,133,73)

Color info

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

RGB color model

#2C8549 color RGB value is (44,133,73).

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

RGB channels and saturation

R 44 of 255 = 17%
G 133 of 255 = 52%
B 73 of 255 = 29%

44
133
73

R + G + B ~ 33%. #2C8549 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 133 + 73 = 250 (100%)
R 44 of 250 ~ 17.6%
G 133 of 250 ~ 53.2%
B 73 of 250 ~ 29.2%

%17.6
%53.2
%29.2

CMYK color model

#2C8549 color CMYK value is (67,0,45,48).

  • cyan value is 66.92%
  • magenta value is 0.00%
  • yellow value is 45.11%
  • key color value is 47.84%
CMYK:
(67,0,45,48)
C67M0Y45K48 
(67%,0%,45%,48%)
(0.67/0.00/0.45/0.48)	

CMYK percentages

%66.92
%0
%45.11
%47.84

Codes

Color #2C8549 in popluar color models

2C8549
RGB4413373
HSL140°50.28%34.71%
HSB/HSV140°66.92%52.16%
CMYK66.92%0.00%45.11%
47.84%

Color #2C8549 in popluar number systems.

HEX2C8549
Decimal4413373
Binary101100100001011001001
Octal54205111

Shades and tints

Shades of #2C8549

#2C8549
(44,133,73)
#287943
(40,121,67)
#246D3D
(36,109,61)
#206137
(32,97,55)
#1C5531
(28,85,49)
#18492B
(24,73,43)
#143D25
(20,61,37)
#10311F
(16,49,31)
#0C2519
(12,37,25)
#081913
(8,25,19)
#040D0D
(4,13,13)
#000000
(0,0,0)

Tints of #2C8549

#2C8549
(44,133,73)
#3F9059
(63,144,89)
#529B69
(82,155,105)
#65A679
(101,166,121)
#78B189
(120,177,137)
#8BBC99
(139,188,153)
#9EC7A9
(158,199,169)
#B1D2B9
(177,210,185)
#C4DDC9
(196,221,201)
#D7E8D9
(215,232,217)
#EAF3E9
(234,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C8549; }

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

This text font color is #2C8549.


Background Color

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

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

This div background color is #2C8549.


Border color

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

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

This div border color is #2C8549.


Opacity

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

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

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

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

This text has shadow with #2C8549 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C8549 on black background.


Color preview on white background

This text has color #2C8549 on white background.



Black color preview on #2C8549 background

This text has black color on #2C8549 background.


White color preview on #2C8549 background

This text has white color on #2C8549 background.