HEX: #00120F
RGB: (0,18,15)
#00120F contains only green and blue colors. Web safe color of #00120F is #000000 (or #000).
#00120F color RGB value is (0,18,15).
RGB: (0,18,15)
(0%, 7%, 6%)
R 0 of 255 = 0%
G 18 of 255 = 7%
B 15 of 255 = 6%
R + G + B ~ 4%. #00120F is dark color.
R + G + B = 0 + 18 + 15 = 33 (100%)
R 0 of 33 ~ 0%
G 18 of 33 ~ 54.55%
B 15 of 33 ~ 45.45'%
#00120F color CMYK value is (100,0,17,93).
CMYK: (100,0,17,93)
C100M0Y17K93 (100%, 0%, 17%, 93%)
(1.00 / 0.00 / 0.17 / 0.93)
Color #00120F in popluar color models
00 | 12 | 0F | |
---|---|---|---|
RGB | 0 | 18 | 15 |
HSL | 170° | 100.00% | 3.53% |
HSB/HSV | 170° | 100.00% | 7.06% |
CMYK | 100.00% | 0.00% | 16.67% |
92.94% |
Color #00120F in popluar number systems.
HEX | 00 | 12 | 0F |
Decimal | 0 | 18 | 15 |
Binary | 0 | 10010 | 1111 |
Octal | 0 | 22 | 17 |
Shades of #00120F
Tints of #00120F
Examples of css and html codes for elements with #00120F color. Also use rgb(0,18,15) instead hex code.
.myTextColor { color: #00120F; }
<p style="color:#00120F">This sample text font color is #00120F.</p>
This text font color is #00120F.
.myBgColor { background-color: #00120F; }
<div style="background-color:#00120F">Inner text</div>
This div background color is #00120F.
.myBorderColor { border: 1px solid #00120F; }
<div style="border:3px solid #00120F">Div</div>
This div border color is #00120F.
.myOpacity80 { color: #00120F; opacity: 0.8; }
<p style="color:#00120F;opacity:0.8;">80%</p>
Text with #00120F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #00120F;}
<p style="text-shadow: 3px 3px 1px #00120F">Text here.</p>
This text has shadow with #00120F color.
.textShadow {text-shadow: 3px 3px 1px #00120F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #00120F, 5px 5px 20px red">Text here.</p>
This text has shadow with #00120F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#00120F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#00120F, Direction=45, Strength=4)">Text</p>
This text has shadow with #00120F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #00120F;
-webkit-box-shadow: 1px 1px 3px 2px #00120F;
box-shadow: 1px 1px 3px 2px #00120F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #00120F; -webkit-box-shadow: 1px 1px 3px 2px #00120F; box-shadow:1px 1px 3px 2px #00120F;">
Div content here
</div>
This text has color #00120F on black background.
This text has color #00120F on white background.
This text has black color on #00120F background.
This text has white color on #00120F background.
Complementary color for #hex is #FFEDF0.