COLOR #1E5A13

HEX: #1E5A13
RGB: (30,90,19)

Color info

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

RGB color model

#1E5A13 color RGB value is (30,90,19).

  • red value is 30;
  • green value is 90;
  • blue value is 19.
RGB: (30,90,19) (12%,35%,7%)

RGB channels and saturation

R 30 of 255 = 12%
G 90 of 255 = 35%
B 19 of 255 = 7%

30
90
19

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

Portions of RGB colors in percentages

R + G + B =
30 + 90 + 19 = 139 (100%)
R 30 of 139 ~ 21.58%
G 90 of 139 ~ 64.75%
B 19 of 139 ~ 13.67%

%21.58
%64.75
%13.67

CMYK color model

#1E5A13 color CMYK value is (67,0,79,65).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 78.89%
  • key color value is 64.71%
CMYK: (67,0,79,65) C67M0Y79K65 (67%,0%,79%,65%) (0.67/0.00/0.79/0.65)

CMYK percentages

%66.67
%0
%78.89
%64.71

Codes

Color #1E5A13 in popluar color models

1E5A13
RGB309019
HSL111°65.14%21.37%
HSB/HSV111°78.89%35.29%
CMYK66.67%0.00%78.89%
64.71%

Color #1E5A13 in popluar number systems.

HEX1E5A13
Decimal309019
Binary11110101101010011
Octal3613223

Shades and tints

Shades of #1E5A13

#1E5A13
(30,90,19)
#1C5212
(28,82,18)
#1A4A11
(26,74,17)
#184210
(24,66,16)
#163A0F
(22,58,15)
#14320E
(20,50,14)
#122A0D
(18,42,13)
#10220C
(16,34,12)
#0E1A0B
(14,26,11)
#0C120A
(12,18,10)
#0A0A09
(10,10,9)
#000000
(0,0,0)

Tints of #1E5A13

#1E5A13
(30,90,19)
#326928
(50,105,40)
#46783D
(70,120,61)
#5A8752
(90,135,82)
#6E9667
(110,150,103)
#82A57C
(130,165,124)
#96B491
(150,180,145)
#AAC3A6
(170,195,166)
#BED2BB
(190,210,187)
#D2E1D0
(210,225,208)
#E6F0E5
(230,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E5A13 color. Also use rgb(30,90,19) instead hex code.

Text Font Color

.myTextColor { color: #1E5A13; }

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

This text font color is #1E5A13.


Background Color

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

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

This div background color is #1E5A13.


Border color

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

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

This div border color is #1E5A13.


Opacity

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

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

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

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

This text has shadow with #1E5A13 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #1E5A13 on black background.


Color preview on white background

This text has color #1E5A13 on white background.



Black color preview on #1E5A13 background

This text has black color on #1E5A13 background.


White color preview on #1E5A13 background

This text has white color on #1E5A13 background.