HEX: #1C7420
RGB: (28,116,32)
#1C7420 contains mainly green color. Web safe color of #1C7420 is #336633 (or #363).
#1C7420 color RGB value is (28,116,32).
RGB: (28,116,32)
(11%, 45%, 13%)
R 28 of 255 = 11%
G 116 of 255 = 45%
B 32 of 255 = 13%
R + G + B ~ 23%. #1C7420 is dark color.
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'%
#1C7420 color CMYK value is (76,0,72,55).
CMYK: (76,0,72,55) C76M0Y72K55 (76%,0%,72%,55%) (0.76/0.00/0.72/0.55)
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 of #1C7420
Tints of #1C7420
Examples of css and html codes for elements with #1C7420 color. Also use rgb(28,116,32) instead hex code.
.myTextColor { color: #1C7420; }
<p style="color:#1C7420">This sample text font color is #1C7420.</p>
This text font color is #1C7420.
.myBgColor { background-color: #1C7420; }
<div style="background-color:#1C7420">Inner text</div>
This div background color is #1C7420.
.myBorderColor { border: 1px solid #1C7420; }
<div style="border:3px solid #1C7420">Div</div>
This div border color is #1C7420.
.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%.
.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.
/* 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 text has color #1C7420 on black background.
This text has color #1C7420 on white background.
This text has black color on #1C7420 background.
This text has white color on #1C7420 background.
Complementary color for #hex is #E38BDF.