COLOR #001200

HEX: #001200
RGB: (0,18,0)

Color info

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

RGB color model

#001200 color RGB value is (0,18,0).

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

RGB channels and saturation

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

0
18
0

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

Portions of RGB colors in percentages

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

%100

CMYK color model

#001200 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.94%
CMYK:
(100,0,100,93)
C100M0Y100K93 
(100%,0%,100%,93%)
(1.00/0.00/1.00/0.93)	

CMYK percentages

%100
%0
%100
%92.94

Codes

Color #001200 in popluar color models

001200
RGB0180
HSL120°100.00%3.53%
HSB/HSV120°100.00%7.06%
CMYK100.00%0.00%100.00%
92.94%

Color #001200 in popluar number systems.

HEX001200
Decimal0180
Binary0100100
Octal0220

Shades and tints

Shades of #001200

#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)
#000800
(0,8,0)
#000000
(0,0,0)

Tints of #001200

#001200
(0,18,0)
#172717
(23,39,23)
#2E3C2E
(46,60,46)
#455145
(69,81,69)
#5C665C
(92,102,92)
#737B73
(115,123,115)
#8A908A
(138,144,138)
#A1A5A1
(161,165,161)
#B8BAB8
(184,186,184)
#CFCFCF
(207,207,207)
#E6E4E6
(230,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001200; }

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

This text font color is #001200.


Background Color

.myBgColor { background-color: #001200; }

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

This div background color is #001200.


Border color

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

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

This div border color is #001200.


Opacity

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

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

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

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

This text has shadow with #001200 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001200 on black background.


Color preview on white background

This text has color #001200 on white background.



Black color preview on #001200 background

This text has black color on #001200 background.


White color preview on #001200 background

This text has white color on #001200 background.