COLOR #1C7420

HEX: #1C7420 RGB: (28,116,32)

Color info

#1C7420 contains mainly green color. Web safe color of #1C7420 is #336633 (or #363).

RGB color model

#1C7420 color RGB value is (28,116,32).

RGB: (28,116,32) (11%, 45%, 13%)

RGB channels and saturation

R 28 of 255 = 11%
G 116 of 255 = 45%
B 32 of 255 = 13%

28
116
32

R + G + B ~ 23%. #1C7420 is dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 116 + 32 = 176 (100%)
R 28 of 176 ~ 15.91%
G 116 of 176 ~ 65.91%
B 32 of 176 ~ 18.18'%

%15.91
%65.91
%18.18

CMYK color model

#1C7420 color CMYK value is (76,0,72,55).

  • cyan value is 75.86%
  • magenta value is 0.00%
  • yellow value is 72.41%
  • key color value is 54.51%
CMYK: (76,0,72,55) C76M0Y72K55 (76%,0%,72%,55%) (0.76/0.00/0.72/0.55) 

CMYK percentages

%75.86
%0
%72.41
%54.51

Codes

Color #1C7420 in popluar color models

1C 74 20
RGB 28 116 32
HSL 123° 61.11% 28.24%
HSB/HSV 123° 75.86% 45.49%
CMYK 75.86% 0.00% 72.41%
54.51%

Color #1C7420 in popluar number systems.

HEX 1C 74 20
Decimal 28 116 32
Binary 11100 1110100 100000
Octal 34 164 40

Shades and tints

Shades of #1C7420

#1C7420
(28,116,32)
#1A6A1E
(26,106,30)
#18601C
(24,96,28)
#16561A
(22,86,26)
#144C18
(20,76,24)
#124216
(18,66,22)
#103814
(16,56,20)
#0E2E12
(14,46,18)
#0C2410
(12,36,16)
#0A1A0E
(10,26,14)
#08100C
(8,16,12)
#000000
(0,0,0)

Tints of #1C7420

#1C7420
(28,116,32)
#308034
(48,128,52)
#448C48
(68,140,72)
#58985C
(88,152,92)
#6CA470
(108,164,112)
#80B084
(128,176,132)
#94BC98
(148,188,152)
#A8C8AC
(168,200,172)
#BCD4C0
(188,212,192)
#D0E0D4
(208,224,212)
#E4ECE8
(228,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C7420 color. Also use rgb(28,116,32) instead hex code.

Text Font Color

.myTextColor { color: #1C7420; }

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

This text font color is #1C7420.

Background Color

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

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

This div background color is #1C7420.

Border color

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

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

This div border color is #1C7420.

Opacity

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

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

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

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

This text has shadow with #1C7420 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C7420.

Preview

Color preview on black background

This text has color #1C7420 on black background.


Color preview on white background

This text has color #1C7420 on white background.


Black color preview on #1C7420 background

This text has black color on #1C7420 background.


White color preview on #1C7420 background

This text has white color on #1C7420 background.


Related colors

Complementary color

Complementary color for #hex is #E38BDF.


I love getcolorcode.com

Triadic colors

1 #201C74 and #74201C with #1C7420 are triadic colors.

2 #20741C and #741C20 with #1C7420 are triadic colors.