HEX: #00491E
RGB: (0,73,30)
#00491E contains only green and blue colors. Web safe color of #00491E is #003333 (or #033).
#00491E color RGB value is (0,73,30).
RGB: (0,73,30)
(0%, 29%, 12%)
R 0 of 255 = 0%
G 73 of 255 = 29%
B 30 of 255 = 12%
R + G + B ~ 14%. #00491E is dark color.
R + G + B = 0 + 73 + 30 = 103 (100%)
R 0 of 103 ~ 0%
G 73 of 103 ~ 70.87%
B 30 of 103 ~ 29.13'%
#00491E color CMYK value is (100,0,59,71).
CMYK: (100,0,59,71)
C100M0Y59K71 (100%, 0%, 59%, 71%)
(1.00 / 0.00 / 0.59 / 0.71)
Color #00491E in popluar color models
00 | 49 | 1E | |
---|---|---|---|
RGB | 0 | 73 | 30 |
HSL | 145° | 100.00% | 14.31% |
HSB/HSV | 145° | 100.00% | 28.63% |
CMYK | 100.00% | 0.00% | 58.90% |
71.37% |
Color #00491E in popluar number systems.
HEX | 00 | 49 | 1E |
Decimal | 0 | 73 | 30 |
Binary | 0 | 1001001 | 11110 |
Octal | 0 | 111 | 36 |
Shades of #00491E
Tints of #00491E
Examples of css and html codes for elements with #00491E color. Also use rgb(0,73,30) instead hex code.
.myTextColor { color: #00491E; }
<p style="color:#00491E">This sample text font color is #00491E.</p>
This text font color is #00491E.
.myBgColor { background-color: #00491E; }
<div style="background-color:#00491E">Inner text</div>
This div background color is #00491E.
.myBorderColor { border: 1px solid #00491E; }
<div style="border:3px solid #00491E">Div</div>
This div border color is #00491E.
.myOpacity80 { color: #00491E; opacity: 0.8; }
<p style="color:#00491E;opacity:0.8;">80%</p>
Text with #00491E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #00491E;}
<p style="text-shadow: 3px 3px 1px #00491E">Text here.</p>
This text has shadow with #00491E color.
.textShadow {text-shadow: 3px 3px 1px #00491E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #00491E, 5px 5px 20px red">Text here.</p>
This text has shadow with #00491E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#00491E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#00491E, Direction=45, Strength=4)">Text</p>
This text has shadow with #00491E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #00491E;
-webkit-box-shadow: 1px 1px 3px 2px #00491E;
box-shadow: 1px 1px 3px 2px #00491E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #00491E; -webkit-box-shadow: 1px 1px 3px 2px #00491E; box-shadow:1px 1px 3px 2px #00491E;">
Div content here
</div>
This text has color #00491E on black background.
This text has color #00491E on white background.
This text has black color on #00491E background.
This text has white color on #00491E background.
Complementary color for #hex is #FFB6E1.