HEX: #002714
RGB: (0,39,20)
#002714 contains only green and blue colors. Web safe color of #002714 is #003300 (or #030).
#002714 color RGB value is (0,39,20).
RGB: (0,39,20)
(0%, 15%, 8%)
R 0 of 255 = 0%
G 39 of 255 = 15%
B 20 of 255 = 8%
R + G + B ~ 8%. #002714 is dark color.
R + G + B = 0 + 39 + 20 = 59 (100%)
R 0 of 59 ~ 0%
G 39 of 59 ~ 66.1%
B 20 of 59 ~ 33.9'%
#002714 color CMYK value is (100,0,49,85).
CMYK: (100,0,49,85)
C100M0Y49K85 (100%, 0%, 49%, 85%)
(1.00 / 0.00 / 0.49 / 0.85)
Color #002714 in popluar color models
00 | 27 | 14 | |
---|---|---|---|
RGB | 0 | 39 | 20 |
HSL | 151° | 100.00% | 7.65% |
HSB/HSV | 151° | 100.00% | 15.29% |
CMYK | 100.00% | 0.00% | 48.72% |
84.71% |
Color #002714 in popluar number systems.
HEX | 00 | 27 | 14 |
Decimal | 0 | 39 | 20 |
Binary | 0 | 100111 | 10100 |
Octal | 0 | 47 | 24 |
Shades of #002714
Tints of #002714
Examples of css and html codes for elements with #002714 color. Also use rgb(0,39,20) instead hex code.
.myTextColor { color: #002714; }
<p style="color:#002714">This sample text font color is #002714.</p>
This text font color is #002714.
.myBgColor { background-color: #002714; }
<div style="background-color:#002714">Inner text</div>
This div background color is #002714.
.myBorderColor { border: 1px solid #002714; }
<div style="border:3px solid #002714">Div</div>
This div border color is #002714.
.myOpacity80 { color: #002714; opacity: 0.8; }
<p style="color:#002714;opacity:0.8;">80%</p>
Text with #002714 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #002714;}
<p style="text-shadow: 3px 3px 1px #002714">Text here.</p>
This text has shadow with #002714 color.
.textShadow {text-shadow: 3px 3px 1px #002714', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #002714, 5px 5px 20px red">Text here.</p>
This text has shadow with #002714 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#002714, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#002714, Direction=45, Strength=4)">Text</p>
This text has shadow with #002714 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #002714;
-webkit-box-shadow: 1px 1px 3px 2px #002714;
box-shadow: 1px 1px 3px 2px #002714;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #002714; -webkit-box-shadow: 1px 1px 3px 2px #002714; box-shadow:1px 1px 3px 2px #002714;">
Div content here
</div>
This text has color #002714 on black background.
This text has color #002714 on white background.
This text has black color on #002714 background.
This text has white color on #002714 background.
Complementary color for #hex is #FFD8EB.