COLOR #111E00

HEX: #111E00 RGB: (17,30,0)

Color info

#111E00 contains only red and green colors. Web safe color of #111E00 is #003300 (or #030).

RGB color model

#111E00 color RGB value is (17,30,0).

RGB: (17,30,0) (7%, 12%, 0%)

RGB channels and saturation

R 17 of 255 = 7%
G 30 of 255 = 12%
B 0 of 255 = 0%

17
30
0

R + G + B ~ 6%. #111E00 is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 30 + 0 = 47 (100%)
R 17 of 47 ~ 36.17%
G 30 of 47 ~ 63.83%
B 0 of 47 ~ 0'%

%36.17
%63.83

CMYK color model

#111E00 color CMYK value is (43,0,100,88).

  • cyan value is 43.33%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 88.24%

CMYK: (43,0,100,88)
C43M0Y100K88 (43%, 0%, 100%, 88%)
(0.43 / 0.00 / 1.00 / 0.88)

CMYK percentages

%43.33
%0
%100
%88.24

Codes

Color #111E00 in popluar color models

11 1E 00
RGB 17 30 0
HSL 86° 100.00% 5.88%
HSB/HSV 86° 100.00% 11.76%
CMYK 43.33% 0.00% 100.00%
88.24%

Color #111E00 in popluar number systems.

HEX 11 1E 00
Decimal 17 30 0
Binary 10001 11110 0
Octal 21 36 0

Shades and tints

Shades of #111E00

#111E00
(17,30,0)
#101C00
(16,28,0)
#0F1A00
(15,26,0)
#0E1800
(14,24,0)
#0D1600
(13,22,0)
#0C1400
(12,20,0)
#0B1200
(11,18,0)
#0A1000
(10,16,0)
#090E00
(9,14,0)
#080C00
(8,12,0)
#070A00
(7,10,0)
#000000
(0,0,0)

Tints of #111E00

#111E00
(17,30,0)
#263217
(38,50,23)
#3B462E
(59,70,46)
#505A45
(80,90,69)
#656E5C
(101,110,92)
#7A8273
(122,130,115)
#8F968A
(143,150,138)
#A4AAA1
(164,170,161)
#B9BEB8
(185,190,184)
#CED2CF
(206,210,207)
#E3E6E6
(227,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #111E00 color. Also use rgb(17,30,0) instead hex code.

Text Font Color

.myTextColor { color: #111E00; }

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

This text font color is #111E00.

Background Color

.myBgColor { background-color: #111E00; }

<div style="background-color:#111E00">Inner text</div>

This div background color is #111E00.

Border color

.myBorderColor { border: 1px solid #111E00; }

<div style="border:3px solid #111E00">Div</div>

This div border color is #111E00.

Opacity

.myOpacity80 { color: #111E00; opacity: 0.8; }

<p style="color:#111E00;opacity:0.8;">80%</p>

Text with #111E00 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 #111E00;}

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

This text has shadow with #111E00 color.


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

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

This text has shadow with #111E00 primary color and red secondary color.


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

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

This text has shadow with #111E00 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #111E00.

Preview

Color preview on black background

This text has color #111E00 on black background.


Color preview on white background

This text has color #111E00 on white background.


Black color preview on #111E00 background

This text has black color on #111E00 background.


White color preview on #111E00 background

This text has white color on #111E00 background.


Related colors

Complementary color

Complementary color for #hex is #EEE1FF.


I love getcolorcode.com

Triadic colors

1 #00111E and #1E0011 with #111E00 are triadic colors.

2 #001E11 and #1E1100 with #111E00 are triadic colors.