COLOR #1C6E20

HEX: #1C6E20 RGB: (28,110,32)

Color info

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

RGB color model

#1C6E20 color RGB value is (28,110,32).

RGB: (28,110,32) (11%, 43%, 13%)

RGB channels and saturation

R 28 of 255 = 11%
G 110 of 255 = 43%
B 32 of 255 = 13%

28
110
32

R + G + B ~ 22%. #1C6E20 is dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 110 + 32 = 170 (100%)
R 28 of 170 ~ 16.47%
G 110 of 170 ~ 64.71%
B 32 of 170 ~ 18.82'%

%16.47
%64.71
%18.82

CMYK color model

#1C6E20 color CMYK value is (75,0,71,57).

  • cyan value is 74.55%
  • magenta value is 0.00%
  • yellow value is 70.91%
  • key color value is 56.86%

CMYK: (75,0,71,57)
C75M0Y71K57 (75%, 0%, 71%, 57%)
(0.75 / 0.00 / 0.71 / 0.57)

CMYK percentages

%74.55
%0
%70.91
%56.86

Codes

Color #1C6E20 in popluar color models

1C 6E 20
RGB 28 110 32
HSL 123° 59.42% 27.06%
HSB/HSV 123° 74.55% 43.14%
CMYK 74.55% 0.00% 70.91%
56.86%

Color #1C6E20 in popluar number systems.

HEX 1C 6E 20
Decimal 28 110 32
Binary 11100 1101110 100000
Octal 34 156 40

Shades and tints

Shades of #1C6E20

#1C6E20
(28,110,32)
#1A641E
(26,100,30)
#185A1C
(24,90,28)
#16501A
(22,80,26)
#144618
(20,70,24)
#123C16
(18,60,22)
#103214
(16,50,20)
#0E2812
(14,40,18)
#0C1E10
(12,30,16)
#0A140E
(10,20,14)
#080A0C
(8,10,12)
#000000
(0,0,0)

Tints of #1C6E20

#1C6E20
(28,110,32)
#307B34
(48,123,52)
#448848
(68,136,72)
#58955C
(88,149,92)
#6CA270
(108,162,112)
#80AF84
(128,175,132)
#94BC98
(148,188,152)
#A8C9AC
(168,201,172)
#BCD6C0
(188,214,192)
#D0E3D4
(208,227,212)
#E4F0E8
(228,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C6E20; }

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

This text font color is #1C6E20.

Background Color

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

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

This div background color is #1C6E20.

Border color

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

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

This div border color is #1C6E20.

Opacity

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

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

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

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

This text has shadow with #1C6E20 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C6E20.

Preview

Color preview on black background

This text has color #1C6E20 on black background.


Color preview on white background

This text has color #1C6E20 on white background.


Black color preview on #1C6E20 background

This text has black color on #1C6E20 background.


White color preview on #1C6E20 background

This text has white color on #1C6E20 background.


Related colors

Complementary color

Complementary color for #hex is #E391DF.


I love getcolorcode.com

Triadic colors

1 #201C6E and #6E201C with #1C6E20 are triadic colors.

2 #206E1C and #6E1C20 with #1C6E20 are triadic colors.