COLOR #2C9476

HEX: #2C9476
RGB: (44,148,118)

Color info

#2C9476 contains mainly green and blue colors. Web safe color of #2C9476 is #339966 (or #396).

RGB color model

#2C9476 color RGB value is (44,148,118).

  • red value is 44;
  • green value is 148;
  • blue value is 118.
RGB:
(44,148,118)
(17%,58%,46%)

RGB channels and saturation

R 44 of 255 = 17%
G 148 of 255 = 58%
B 118 of 255 = 46%

44
148
118

R + G + B ~ 40%. #2C9476 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
44 + 148 + 118 = 310 (100%)
R 44 of 310 ~ 14.19%
G 148 of 310 ~ 47.74%
B 118 of 310 ~ 38.06%

%14.19
%47.74
%38.06

CMYK color model

#2C9476 color CMYK value is (70,0,20,42).

  • cyan value is 70.27%
  • magenta value is 0.00%
  • yellow value is 20.27%
  • key color value is 41.96%
CMYK:
(70,0,20,42)
C70M0Y20K42 
(70%,0%,20%,42%)
(0.70/0.00/0.20/0.42)	

CMYK percentages

%70.27
%0
%20.27
%41.96

Codes

Color #2C9476 in popluar color models

2C9476
RGB44148118
HSL163°54.17%37.65%
HSB/HSV163°70.27%58.04%
CMYK70.27%0.00%20.27%
41.96%

Color #2C9476 in popluar number systems.

HEX2C9476
Decimal44148118
Binary101100100101001110110
Octal54224166

Shades and tints

Shades of #2C9476

#2C9476
(44,148,118)
#28876C
(40,135,108)
#247A62
(36,122,98)
#206D58
(32,109,88)
#1C604E
(28,96,78)
#185344
(24,83,68)
#14463A
(20,70,58)
#103930
(16,57,48)
#0C2C26
(12,44,38)
#081F1C
(8,31,28)
#041212
(4,18,18)
#000000
(0,0,0)

Tints of #2C9476

#2C9476
(44,148,118)
#3F9D82
(63,157,130)
#52A68E
(82,166,142)
#65AF9A
(101,175,154)
#78B8A6
(120,184,166)
#8BC1B2
(139,193,178)
#9ECABE
(158,202,190)
#B1D3CA
(177,211,202)
#C4DCD6
(196,220,214)
#D7E5E2
(215,229,226)
#EAEEEE
(234,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C9476 color. Also use rgb(44,148,118) instead hex code.

Text Font Color

.myTextColor { color: #2C9476; }

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

This text font color is #2C9476.


Background Color

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

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

This div background color is #2C9476.


Border color

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

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

This div border color is #2C9476.


Opacity

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

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

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

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

This text has shadow with #2C9476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C9476 on black background.


Color preview on white background

This text has color #2C9476 on white background.



Black color preview on #2C9476 background

This text has black color on #2C9476 background.


White color preview on #2C9476 background

This text has white color on #2C9476 background.