COLOR #001E10

HEX: #001E10 RGB: (0,30,16)

Color info

#001E10 contains only green and blue colors. Web safe color of #001E10 is #003300 (or #030).

RGB color model

#001E10 color RGB value is (0,30,16).

RGB: (0,30,16) (0%, 12%, 6%)

RGB channels and saturation

R 0 of 255 = 0%
G 30 of 255 = 12%
B 16 of 255 = 6%

0
30
16

R + G + B ~ 6%. #001E10 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 30 + 16 = 46 (100%)
R 0 of 46 ~ 0%
G 30 of 46 ~ 65.22%
B 16 of 46 ~ 34.78'%

%65.22
%34.78

CMYK color model

#001E10 color CMYK value is (100,0,47,88).

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

CMYK: (100,0,47,88)
C100M0Y47K88 (100%, 0%, 47%, 88%)
(1.00 / 0.00 / 0.47 / 0.88)

CMYK percentages

%100
%0
%46.67
%88.24

Codes

Color #001E10 in popluar color models

00 1E 10
RGB 0 30 16
HSL 152° 100.00% 5.88%
HSB/HSV 152° 100.00% 11.76%
CMYK 100.00% 0.00% 46.67%
88.24%

Color #001E10 in popluar number systems.

HEX 00 1E 10
Decimal 0 30 16
Binary 0 11110 10000
Octal 0 36 20

Shades and tints

Shades of #001E10

#001E10
(0,30,16)
#001C0F
(0,28,15)
#001A0E
(0,26,14)
#00180D
(0,24,13)
#00160C
(0,22,12)
#00140B
(0,20,11)
#00120A
(0,18,10)
#001009
(0,16,9)
#000E08
(0,14,8)
#000C07
(0,12,7)
#000A06
(0,10,6)
#000000
(0,0,0)

Tints of #001E10

#001E10
(0,30,16)
#173225
(23,50,37)
#2E463A
(46,70,58)
#455A4F
(69,90,79)
#5C6E64
(92,110,100)
#738279
(115,130,121)
#8A968E
(138,150,142)
#A1AAA3
(161,170,163)
#B8BEB8
(184,190,184)
#CFD2CD
(207,210,205)
#E6E6E2
(230,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001E10 color. Also use rgb(0,30,16) instead hex code.

Text Font Color

.myTextColor { color: #001E10; }

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

This text font color is #001E10.

Background Color

.myBgColor { background-color: #001E10; }

<div style="background-color:#001E10">Inner text</div>

This div background color is #001E10.

Border color

.myBorderColor { border: 1px solid #001E10; }

<div style="border:3px solid #001E10">Div</div>

This div border color is #001E10.

Opacity

.myOpacity80 { color: #001E10; opacity: 0.8; }

<p style="color:#001E10;opacity:0.8;">80%</p>

Text with #001E10 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 #001E10;}

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

This text has shadow with #001E10 color.


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

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

This text has shadow with #001E10 primary color and red secondary color.


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

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

This text has shadow with #001E10 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #001E10.

Preview

Color preview on black background

This text has color #001E10 on black background.


Color preview on white background

This text has color #001E10 on white background.


Black color preview on #001E10 background

This text has black color on #001E10 background.


White color preview on #001E10 background

This text has white color on #001E10 background.


Related colors

Complementary color

Complementary color for #hex is #FFE1EF.


I love getcolorcode.com

Triadic colors

1 #10001E and #1E1000 with #001E10 are triadic colors.

2 #101E00 and #1E0010 with #001E10 are triadic colors.