COLOR #1C6428

HEX: #1C6428 RGB: (28,100,40)

Color info

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

RGB color model

#1C6428 color RGB value is (28,100,40).

RGB: (28,100,40) (11%, 39%, 16%)

RGB channels and saturation

R 28 of 255 = 11%
G 100 of 255 = 39%
B 40 of 255 = 16%

28
100
40

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

Portions of RGB colors in percentages

R + G + B = 28 + 100 + 40 = 168 (100%)
R 28 of 168 ~ 16.67%
G 100 of 168 ~ 59.52%
B 40 of 168 ~ 23.81'%

%16.67
%59.52
%23.81

CMYK color model

#1C6428 color CMYK value is (72,0,60,61).

  • cyan value is 72.00%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 60.78%

CMYK: (72,0,60,61)
C72M0Y60K61 (72%, 0%, 60%, 61%)
(0.72 / 0.00 / 0.60 / 0.61)

CMYK percentages

%72
%0
%60
%60.78

Codes

Color #1C6428 in popluar color models

1C 64 28
RGB 28 100 40
HSL 130° 56.25% 25.10%
HSB/HSV 130° 72.00% 39.22%
CMYK 72.00% 0.00% 60.00%
60.78%

Color #1C6428 in popluar number systems.

HEX 1C 64 28
Decimal 28 100 40
Binary 11100 1100100 101000
Octal 34 144 50

Shades and tints

Shades of #1C6428

#1C6428
(28,100,40)
#1A5B25
(26,91,37)
#185222
(24,82,34)
#16491F
(22,73,31)
#14401C
(20,64,28)
#123719
(18,55,25)
#102E16
(16,46,22)
#0E2513
(14,37,19)
#0C1C10
(12,28,16)
#0A130D
(10,19,13)
#080A0A
(8,10,10)
#000000
(0,0,0)

Tints of #1C6428

#1C6428
(28,100,40)
#30723B
(48,114,59)
#44804E
(68,128,78)
#588E61
(88,142,97)
#6C9C74
(108,156,116)
#80AA87
(128,170,135)
#94B89A
(148,184,154)
#A8C6AD
(168,198,173)
#BCD4C0
(188,212,192)
#D0E2D3
(208,226,211)
#E4F0E6
(228,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C6428; }

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

This text font color is #1C6428.

Background Color

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

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

This div background color is #1C6428.

Border color

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

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

This div border color is #1C6428.

Opacity

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

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

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

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

This text has shadow with #1C6428 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C6428.

Preview

Color preview on black background

This text has color #1C6428 on black background.


Color preview on white background

This text has color #1C6428 on white background.


Black color preview on #1C6428 background

This text has black color on #1C6428 background.


White color preview on #1C6428 background

This text has white color on #1C6428 background.


Related colors

Complementary color

Complementary color for #hex is #E39BD7.


I love getcolorcode.com

Triadic colors

1 #281C64 and #64281C with #1C6428 are triadic colors.

2 #28641C and #641C28 with #1C6428 are triadic colors.