COLOR #1C9D4C

HEX: #1C9D4C
RGB: (28,157,76)

Color info

#1C9D4C contains mainly green color. Web safe color of #1C9D4C is #339933 (or #393).

RGB color model

#1C9D4C color RGB value is (28,157,76).

  • red value is 28;
  • green value is 157;
  • blue value is 76.
RGB:
(28,157,76)
(11%,62%,30%)

RGB channels and saturation

R 28 of 255 = 11%
G 157 of 255 = 62%
B 76 of 255 = 30%

28
157
76

R + G + B ~ 34%. #1C9D4C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 157 + 76 = 261 (100%)
R 28 of 261 ~ 10.73%
G 157 of 261 ~ 60.15%
B 76 of 261 ~ 29.12%

%10.73
%60.15
%29.12

CMYK color model

#1C9D4C color CMYK value is (82,0,52,38).

  • cyan value is 82.17%
  • magenta value is 0.00%
  • yellow value is 51.59%
  • key color value is 38.43%
CMYK:
(82,0,52,38)
C82M0Y52K38 
(82%,0%,52%,38%)
(0.82/0.00/0.52/0.38)	

CMYK percentages

%82.17
%0
%51.59
%38.43

Codes

Color #1C9D4C in popluar color models

1C9D4C
RGB2815776
HSL142°69.73%36.27%
HSB/HSV142°82.17%61.57%
CMYK82.17%0.00%51.59%
38.43%

Color #1C9D4C in popluar number systems.

HEX1C9D4C
Decimal2815776
Binary11100100111011001100
Octal34235114

Shades and tints

Shades of #1C9D4C

#1C9D4C
(28,157,76)
#1A8F46
(26,143,70)
#188140
(24,129,64)
#16733A
(22,115,58)
#146534
(20,101,52)
#12572E
(18,87,46)
#104928
(16,73,40)
#0E3B22
(14,59,34)
#0C2D1C
(12,45,28)
#0A1F16
(10,31,22)
#081110
(8,17,16)
#000000
(0,0,0)

Tints of #1C9D4C

#1C9D4C
(28,157,76)
#30A55C
(48,165,92)
#44AD6C
(68,173,108)
#58B57C
(88,181,124)
#6CBD8C
(108,189,140)
#80C59C
(128,197,156)
#94CDAC
(148,205,172)
#A8D5BC
(168,213,188)
#BCDDCC
(188,221,204)
#D0E5DC
(208,229,220)
#E4EDEC
(228,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C9D4C color. Also use rgb(28,157,76) instead hex code.

Text Font Color

.myTextColor { color: #1C9D4C; }

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

This text font color is #1C9D4C.


Background Color

.myBgColor { background-color: #1C9D4C; }

<div style="background-color:#1C9D4C">Inner text</div>

This div background color is #1C9D4C.


Border color

.myBorderColor { border: 1px solid #1C9D4C; }

<div style="border:3px solid #1C9D4C">Div</div>

This div border color is #1C9D4C.


Opacity

.myOpacity80 { color: #1C9D4C; opacity: 0.8; }

<p style="color:#1C9D4C;opacity:0.8;">80%</p>

Text with #1C9D4C 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 #1C9D4C;}

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

This text has shadow with #1C9D4C color.

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

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

This text has shadow with #1C9D4C primary color and red secondary color.


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

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

This text has shadow with #1C9D4C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C9D4C on black background.


Color preview on white background

This text has color #1C9D4C on white background.



Black color preview on #1C9D4C background

This text has black color on #1C9D4C background.


White color preview on #1C9D4C background

This text has white color on #1C9D4C background.