COLOR #001500

HEX: #001500
RGB: (0,21,0)

Color info

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

RGB color model

#001500 color RGB value is (0,21,0).

  • red value is 0;
  • green value is 21;
  • blue value is 0.
RGB:
(0,21,0)
(0%,8%,0%)

RGB channels and saturation

R 0 of 255 = 0%
G 21 of 255 = 8%
B 0 of 255 = 0%

0
21
0

R + G + B ~ 3%. #001500 is dark color.

Portions of RGB colors in percentages

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

%100

CMYK color model

#001500 color CMYK value is (100,0,100,92).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 91.76%
CMYK:
(100,0,100,92)
C100M0Y100K92 
(100%,0%,100%,92%)
(1.00/0.00/1.00/0.92)	

CMYK percentages

%100
%0
%100
%91.76

Codes

Color #001500 in popluar color models

001500
RGB0210
HSL120°100.00%4.12%
HSB/HSV120°100.00%8.24%
CMYK100.00%0.00%100.00%
91.76%

Color #001500 in popluar number systems.

HEX001500
Decimal0210
Binary0101010
Octal0250

Shades and tints

Shades of #001500

#001500
(0,21,0)
#001400
(0,20,0)
#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)
#000000
(0,0,0)

Tints of #001500

#001500
(0,21,0)
#172A17
(23,42,23)
#2E3F2E
(46,63,46)
#455445
(69,84,69)
#5C695C
(92,105,92)
#737E73
(115,126,115)
#8A938A
(138,147,138)
#A1A8A1
(161,168,161)
#B8BDB8
(184,189,184)
#CFD2CF
(207,210,207)
#E6E7E6
(230,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001500; }

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

This text font color is #001500.


Background Color

.myBgColor { background-color: #001500; }

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

This div background color is #001500.


Border color

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

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

This div border color is #001500.


Opacity

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

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

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

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

This text has shadow with #001500 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001500 on black background.


Color preview on white background

This text has color #001500 on white background.



Black color preview on #001500 background

This text has black color on #001500 background.


White color preview on #001500 background

This text has white color on #001500 background.