COLOR #1E6B00

HEX: #1E6B00
RGB: (30,107,0)

Color info

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

RGB color model

#1E6B00 color RGB value is (30,107,0).

  • red value is 30;
  • green value is 107;
  • blue value is 0.
RGB:
(30,107,0)
(12%,42%,0%)

RGB channels and saturation

R 30 of 255 = 12%
G 107 of 255 = 42%
B 0 of 255 = 0%

30
107
0

R + G + B ~ 18%. #1E6B00 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 107 + 0 = 137 (100%)
R 30 of 137 ~ 21.9%
G 107 of 137 ~ 78.1%
B 0 of 137 ~ 0%

%21.9
%78.1

CMYK color model

#1E6B00 color CMYK value is (72,0,100,58).

  • cyan value is 71.96%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 58.04%
CMYK:
(72,0,100,58)
C72M0Y100K58 
(72%,0%,100%,58%)
(0.72/0.00/1.00/0.58)	

CMYK percentages

%71.96
%0
%100
%58.04

Codes

Color #1E6B00 in popluar color models

1E6B00
RGB301070
HSL103°100.00%20.98%
HSB/HSV103°100.00%41.96%
CMYK71.96%0.00%100.00%
58.04%

Color #1E6B00 in popluar number systems.

HEX1E6B00
Decimal301070
Binary1111011010110
Octal361530

Shades and tints

Shades of #1E6B00

#1E6B00
(30,107,0)
#1C6200
(28,98,0)
#1A5900
(26,89,0)
#185000
(24,80,0)
#164700
(22,71,0)
#143E00
(20,62,0)
#123500
(18,53,0)
#102C00
(16,44,0)
#0E2300
(14,35,0)
#0C1A00
(12,26,0)
#0A1100
(10,17,0)
#000000
(0,0,0)

Tints of #1E6B00

#1E6B00
(30,107,0)
#327817
(50,120,23)
#46852E
(70,133,46)
#5A9245
(90,146,69)
#6E9F5C
(110,159,92)
#82AC73
(130,172,115)
#96B98A
(150,185,138)
#AAC6A1
(170,198,161)
#BED3B8
(190,211,184)
#D2E0CF
(210,224,207)
#E6EDE6
(230,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E6B00 color. Also use rgb(30,107,0) instead hex code.

Text Font Color

.myTextColor { color: #1E6B00; }

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

This text font color is #1E6B00.


Background Color

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

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

This div background color is #1E6B00.


Border color

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

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

This div border color is #1E6B00.


Opacity

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

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

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

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

This text has shadow with #1E6B00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E6B00 on black background.


Color preview on white background

This text has color #1E6B00 on white background.



Black color preview on #1E6B00 background

This text has black color on #1E6B00 background.


White color preview on #1E6B00 background

This text has white color on #1E6B00 background.