COLOR #1C6812

HEX: #1C6812 RGB: (28,104,18)

Color info

#1C6812 contains mainly green color. Web safe color of #1C6812 is #336600 (or #360).

RGB color model

#1C6812 color RGB value is (28,104,18).

RGB: (28,104,18) (11%, 41%, 7%)

RGB channels and saturation

R 28 of 255 = 11%
G 104 of 255 = 41%
B 18 of 255 = 7%

28
104
18

R + G + B ~ 20%. #1C6812 is dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 104 + 18 = 150 (100%)
R 28 of 150 ~ 18.67%
G 104 of 150 ~ 69.33%
B 18 of 150 ~ 12'%

%18.67
%69.33
%12

CMYK color model

#1C6812 color CMYK value is (73,0,83,59).

  • cyan value is 73.08%
  • magenta value is 0.00%
  • yellow value is 82.69%
  • key color value is 59.22%

CMYK: (73,0,83,59)
C73M0Y83K59 (73%, 0%, 83%, 59%)
(0.73 / 0.00 / 0.83 / 0.59)

CMYK percentages

%73.08
%0
%82.69
%59.22

Codes

Color #1C6812 in popluar color models

1C 68 12
RGB 28 104 18
HSL 113° 70.49% 23.92%
HSB/HSV 113° 82.69% 40.78%
CMYK 73.08% 0.00% 82.69%
59.22%

Color #1C6812 in popluar number systems.

HEX 1C 68 12
Decimal 28 104 18
Binary 11100 1101000 10010
Octal 34 150 22

Shades and tints

Shades of #1C6812

#1C6812
(28,104,18)
#1A5F11
(26,95,17)
#185610
(24,86,16)
#164D0F
(22,77,15)
#14440E
(20,68,14)
#123B0D
(18,59,13)
#10320C
(16,50,12)
#0E290B
(14,41,11)
#0C200A
(12,32,10)
#0A1709
(10,23,9)
#080E08
(8,14,8)
#000000
(0,0,0)

Tints of #1C6812

#1C6812
(28,104,18)
#307527
(48,117,39)
#44823C
(68,130,60)
#588F51
(88,143,81)
#6C9C66
(108,156,102)
#80A97B
(128,169,123)
#94B690
(148,182,144)
#A8C3A5
(168,195,165)
#BCD0BA
(188,208,186)
#D0DDCF
(208,221,207)
#E4EAE4
(228,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C6812 color. Also use rgb(28,104,18) instead hex code.

Text Font Color

.myTextColor { color: #1C6812; }

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

This text font color is #1C6812.

Background Color

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

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

This div background color is #1C6812.

Border color

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

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

This div border color is #1C6812.

Opacity

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

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

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

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

This text has shadow with #1C6812 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C6812.

Preview

Color preview on black background

This text has color #1C6812 on black background.


Color preview on white background

This text has color #1C6812 on white background.


Black color preview on #1C6812 background

This text has black color on #1C6812 background.


White color preview on #1C6812 background

This text has white color on #1C6812 background.


Related colors

Complementary color

Complementary color for #hex is #E397ED.


I love getcolorcode.com

Triadic colors

1 #121C68 and #68121C with #1C6812 are triadic colors.

2 #12681C and #681C12 with #1C6812 are triadic colors.