COLOR #1C6420

HEX: #1C6420
RGB: (28,100,32)

Color info

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

RGB color model

#1C6420 color RGB value is (28,100,32).

  • red value is 28;
  • green value is 100;
  • blue value is 32.
RGB:
(28,100,32)
(11%,39%,13%)

RGB channels and saturation

R 28 of 255 = 11%
G 100 of 255 = 39%
B 32 of 255 = 13%

28
100
32

R + G + B ~ 21%. #1C6420 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 100 + 32 = 160 (100%)
R 28 of 160 ~ 17.5%
G 100 of 160 ~ 62.5%
B 32 of 160 ~ 20%

%17.5
%62.5
%20

CMYK color model

#1C6420 color CMYK value is (72,0,68,61).

  • cyan value is 72.00%
  • magenta value is 0.00%
  • yellow value is 68.00%
  • key color value is 60.78%
CMYK:
(72,0,68,61)
C72M0Y68K61 
(72%,0%,68%,61%)
(0.72/0.00/0.68/0.61)	

CMYK percentages

%72
%0
%68
%60.78

Codes

Color #1C6420 in popluar color models

1C6420
RGB2810032
HSL123°56.25%25.10%
HSB/HSV123°72.00%39.22%
CMYK72.00%0.00%68.00%
60.78%

Color #1C6420 in popluar number systems.

HEX1C6420
Decimal2810032
Binary111001100100100000
Octal3414440

Shades and tints

Shades of #1C6420

#1C6420
(28,100,32)
#1A5B1E
(26,91,30)
#18521C
(24,82,28)
#16491A
(22,73,26)
#144018
(20,64,24)
#123716
(18,55,22)
#102E14
(16,46,20)
#0E2512
(14,37,18)
#0C1C10
(12,28,16)
#0A130E
(10,19,14)
#080A0C
(8,10,12)
#000000
(0,0,0)

Tints of #1C6420

#1C6420
(28,100,32)
#307234
(48,114,52)
#448048
(68,128,72)
#588E5C
(88,142,92)
#6C9C70
(108,156,112)
#80AA84
(128,170,132)
#94B898
(148,184,152)
#A8C6AC
(168,198,172)
#BCD4C0
(188,212,192)
#D0E2D4
(208,226,212)
#E4F0E8
(228,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C6420; }

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

This text font color is #1C6420.


Background Color

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

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

This div background color is #1C6420.


Border color

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

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

This div border color is #1C6420.


Opacity

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

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

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

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

This text has shadow with #1C6420 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C6420 on black background.


Color preview on white background

This text has color #1C6420 on white background.



Black color preview on #1C6420 background

This text has black color on #1C6420 background.


White color preview on #1C6420 background

This text has white color on #1C6420 background.