COLOR #001300

HEX: #001300
RGB: (0,19,0)

Color info

#001300 contains only green color. Web safe color of #001300 is #000000 (or #000).

RGB color model

#001300 color RGB value is (0,19,0).

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

RGB channels and saturation

R 0 of 255 = 0%
G 19 of 255 = 7%
B 0 of 255 = 0%

0
19
0

R + G + B ~ 2%. #001300 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 19 + 0 = 19 (100%)
R 0 of 19 ~ 0%
G 19 of 19 ~ 100%
B 0 of 19 ~ 0%

%100

CMYK color model

#001300 color CMYK value is (100,0,100,93).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 92.55%
CMYK:
(100,0,100,93)
C100M0Y100K93 
(100%,0%,100%,93%)
(1.00/0.00/1.00/0.93)	

CMYK percentages

%100
%0
%100
%92.55

Codes

Color #001300 in popluar color models

001300
RGB0190
HSL120°100.00%3.73%
HSB/HSV120°100.00%7.45%
CMYK100.00%0.00%100.00%
92.55%

Color #001300 in popluar number systems.

HEX001300
Decimal0190
Binary0100110
Octal0230

Shades and tints

Shades of #001300

#001300
(0,19,0)
#001200
(0,18,0)
#001100
(0,17,0)
#001000
(0,16,0)
#000F00
(0,15,0)
#000E00
(0,14,0)
#000D00
(0,13,0)
#000C00
(0,12,0)
#000B00
(0,11,0)
#000A00
(0,10,0)
#000900
(0,9,0)
#000000
(0,0,0)

Tints of #001300

#001300
(0,19,0)
#172817
(23,40,23)
#2E3D2E
(46,61,46)
#455245
(69,82,69)
#5C675C
(92,103,92)
#737C73
(115,124,115)
#8A918A
(138,145,138)
#A1A6A1
(161,166,161)
#B8BBB8
(184,187,184)
#CFD0CF
(207,208,207)
#E6E5E6
(230,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001300; }

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

This text font color is #001300.


Background Color

.myBgColor { background-color: #001300; }

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

This div background color is #001300.


Border color

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

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

This div border color is #001300.


Opacity

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

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

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

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

This text has shadow with #001300 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001300 on black background.


Color preview on white background

This text has color #001300 on white background.



Black color preview on #001300 background

This text has black color on #001300 background.


White color preview on #001300 background

This text has white color on #001300 background.