COLOR #1C5901

HEX: #1C5901 RGB: (28,89,1)

Color info

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

RGB color model

#1C5901 color RGB value is (28,89,1).

RGB: (28,89,1) (11%, 35%, 0%)

RGB channels and saturation

R 28 of 255 = 11%
G 89 of 255 = 35%
B 1 of 255 = 0%

28
89
1

R + G + B ~ 15%. #1C5901 is dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 89 + 1 = 118 (100%)
R 28 of 118 ~ 23.73%
G 89 of 118 ~ 75.42%
B 1 of 118 ~ 0.85'%

%23.73
%75.42

CMYK color model

#1C5901 color CMYK value is (69,0,99,65).

  • cyan value is 68.54%
  • magenta value is 0.00%
  • yellow value is 98.88%
  • key color value is 65.10%

CMYK: (69,0,99,65)
C69M0Y99K65 (69%, 0%, 99%, 65%)
(0.69 / 0.00 / 0.99 / 0.65)

CMYK percentages

%68.54
%0
%98.88
%65.1

Codes

Color #1C5901 in popluar color models

1C 59 01
RGB 28 89 1
HSL 102° 97.78% 17.65%
HSB/HSV 102° 98.88% 34.90%
CMYK 68.54% 0.00% 98.88%
65.10%

Color #1C5901 in popluar number systems.

HEX 1C 59 01
Decimal 28 89 1
Binary 11100 1011001 1
Octal 34 131 1

Shades and tints

Shades of #1C5901

#1C5901
(28,89,1)
#1A5101
(26,81,1)
#184901
(24,73,1)
#164101
(22,65,1)
#143901
(20,57,1)
#123101
(18,49,1)
#102901
(16,41,1)
#0E2101
(14,33,1)
#0C1901
(12,25,1)
#0A1101
(10,17,1)
#080901
(8,9,1)
#000000
(0,0,0)

Tints of #1C5901

#1C5901
(28,89,1)
#306818
(48,104,24)
#44772F
(68,119,47)
#588646
(88,134,70)
#6C955D
(108,149,93)
#80A474
(128,164,116)
#94B38B
(148,179,139)
#A8C2A2
(168,194,162)
#BCD1B9
(188,209,185)
#D0E0D0
(208,224,208)
#E4EFE7
(228,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C5901; }

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

This text font color is #1C5901.

Background Color

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

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

This div background color is #1C5901.

Border color

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

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

This div border color is #1C5901.

Opacity

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

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

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

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

This text has shadow with #1C5901 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C5901.

Preview

Color preview on black background

This text has color #1C5901 on black background.


Color preview on white background

This text has color #1C5901 on white background.


Black color preview on #1C5901 background

This text has black color on #1C5901 background.


White color preview on #1C5901 background

This text has white color on #1C5901 background.


Related colors

Complementary color

Complementary color for #hex is #E3A6FE.


I love getcolorcode.com

Triadic colors

1 #011C59 and #59011C with #1C5901 are triadic colors.

2 #01591C and #591C01 with #1C5901 are triadic colors.