COLOR #2C724C

HEX: #2C724C RGB: (44,114,76)

Color info

#2C724C contains mainly green and blue colors. Web safe color of #2C724C is #336633 (or #363).

RGB color model

#2C724C color RGB value is (44,114,76).

RGB: (44,114,76) (17%, 45%, 30%)

RGB channels and saturation

R 44 of 255 = 17%
G 114 of 255 = 45%
B 76 of 255 = 30%

44
114
76

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

Portions of RGB colors in percentages

R + G + B = 44 + 114 + 76 = 234 (100%)
R 44 of 234 ~ 18.8%
G 114 of 234 ~ 48.72%
B 76 of 234 ~ 32.48'%

%18.8
%48.72
%32.48

CMYK color model

#2C724C color CMYK value is (61,0,33,55).

  • cyan value is 61.40%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 55.29%

CMYK: (61,0,33,55)
C61M0Y33K55 (61%, 0%, 33%, 55%)
(0.61 / 0.00 / 0.33 / 0.55)

CMYK percentages

%61.4
%0
%33.33
%55.29

Codes

Color #2C724C in popluar color models

2C 72 4C
RGB 44 114 76
HSL 147° 44.30% 30.98%
HSB/HSV 147° 61.40% 44.71%
CMYK 61.40% 0.00% 33.33%
55.29%

Color #2C724C in popluar number systems.

HEX 2C 72 4C
Decimal 44 114 76
Binary 101100 1110010 1001100
Octal 54 162 114

Shades and tints

Shades of #2C724C

#2C724C
(44,114,76)
#286846
(40,104,70)
#245E40
(36,94,64)
#20543A
(32,84,58)
#1C4A34
(28,74,52)
#18402E
(24,64,46)
#143628
(20,54,40)
#102C22
(16,44,34)
#0C221C
(12,34,28)
#081816
(8,24,22)
#040E10
(4,14,16)
#000000
(0,0,0)

Tints of #2C724C

#2C724C
(44,114,76)
#3F7E5C
(63,126,92)
#528A6C
(82,138,108)
#65967C
(101,150,124)
#78A28C
(120,162,140)
#8BAE9C
(139,174,156)
#9EBAAC
(158,186,172)
#B1C6BC
(177,198,188)
#C4D2CC
(196,210,204)
#D7DEDC
(215,222,220)
#EAEAEC
(234,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C724C color. Also use rgb(44,114,76) instead hex code.

Text Font Color

.myTextColor { color: #2C724C; }

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

This text font color is #2C724C.

Background Color

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

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

This div background color is #2C724C.

Border color

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

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

This div border color is #2C724C.

Opacity

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

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

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

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

This text has shadow with #2C724C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2C724C.

Preview

Color preview on black background

This text has color #2C724C on black background.


Color preview on white background

This text has color #2C724C on white background.


Black color preview on #2C724C background

This text has black color on #2C724C background.


White color preview on #2C724C background

This text has white color on #2C724C background.


Related colors

Complementary color

Complementary color for #hex is #D38DB3.


I love getcolorcode.com

Triadic colors

1 #4C2C72 and #724C2C with #2C724C are triadic colors.

2 #4C722C and #722C4C with #2C724C are triadic colors.