COLOR #001912

HEX: #001912
RGB: (0,25,18)

Color info

#001912 contains only green and blue colors. Web safe color of #001912 is #000000 (or #000).

RGB color model

#001912 color RGB value is (0,25,18).

  • red value is 0;
  • green value is 25;
  • blue value is 18.
RGB:
(0,25,18)
(0%,10%,7%)

RGB channels and saturation

R 0 of 255 = 0%
G 25 of 255 = 10%
B 18 of 255 = 7%

0
25
18

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

Portions of RGB colors in percentages

R + G + B =
0 + 25 + 18 = 43 (100%)
R 0 of 43 ~ 0%
G 25 of 43 ~ 58.14%
B 18 of 43 ~ 41.86%

%58.14
%41.86

CMYK color model

#001912 color CMYK value is (100,0,28,90).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 28.00%
  • key color value is 90.20%
CMYK:
(100,0,28,90)
C100M0Y28K90 
(100%,0%,28%,90%)
(1.00/0.00/0.28/0.90)	

CMYK percentages

%100
%0
%28
%90.2

Codes

Color #001912 in popluar color models

001912
RGB02518
HSL163°100.00%4.90%
HSB/HSV163°100.00%9.80%
CMYK100.00%0.00%28.00%
90.20%

Color #001912 in popluar number systems.

HEX001912
Decimal02518
Binary01100110010
Octal03122

Shades and tints

Shades of #001912

#001912
(0,25,18)
#001711
(0,23,17)
#001510
(0,21,16)
#00130F
(0,19,15)
#00110E
(0,17,14)
#000F0D
(0,15,13)
#000D0C
(0,13,12)
#000B0B
(0,11,11)
#00090A
(0,9,10)
#000709
(0,7,9)
#000508
(0,5,8)
#000000
(0,0,0)

Tints of #001912

#001912
(0,25,18)
#172D27
(23,45,39)
#2E413C
(46,65,60)
#455551
(69,85,81)
#5C6966
(92,105,102)
#737D7B
(115,125,123)
#8A9190
(138,145,144)
#A1A5A5
(161,165,165)
#B8B9BA
(184,185,186)
#CFCDCF
(207,205,207)
#E6E1E4
(230,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001912 color. Also use rgb(0,25,18) instead hex code.

Text Font Color

.myTextColor { color: #001912; }

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

This text font color is #001912.


Background Color

.myBgColor { background-color: #001912; }

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

This div background color is #001912.


Border color

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

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

This div border color is #001912.


Opacity

.myOpacity80 { color: #001912; opacity: 0.8; }

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

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

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

This text has shadow with #001912 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001912 on black background.


Color preview on white background

This text has color #001912 on white background.



Black color preview on #001912 background

This text has black color on #001912 background.


White color preview on #001912 background

This text has white color on #001912 background.