HEX: #00601D
RGB: (0,96,29)
#00601D contains mainly green color. Web safe color of #00601D is #006633 (or #063).
#00601D color RGB value is (0,96,29).
RGB: (0,96,29)
(0%, 38%, 11%)
R 0 of 255 = 0%
G 96 of 255 = 38%
B 29 of 255 = 11%
R + G + B ~ 16%. #00601D is dark color.
R + G + B = 0 + 96 + 29 = 125 (100%)
R 0 of 125 ~ 0%
G 96 of 125 ~ 76.8%
B 29 of 125 ~ 23.2'%
#00601D color CMYK value is (100,0,70,62).
CMYK: (100,0,70,62)
C100M0Y70K62 (100%, 0%, 70%, 62%)
(1.00 / 0.00 / 0.70 / 0.62)
Color #00601D in popluar color models
00 | 60 | 1D | |
---|---|---|---|
RGB | 0 | 96 | 29 |
HSL | 138° | 100.00% | 18.82% |
HSB/HSV | 138° | 100.00% | 37.65% |
CMYK | 100.00% | 0.00% | 69.79% |
62.35% |
Color #00601D in popluar number systems.
HEX | 00 | 60 | 1D |
Decimal | 0 | 96 | 29 |
Binary | 0 | 1100000 | 11101 |
Octal | 0 | 140 | 35 |
Shades of #00601D
Tints of #00601D
Examples of css and html codes for elements with #00601D color. Also use rgb(0,96,29) instead hex code.
.myTextColor { color: #00601D; }
<p style="color:#00601D">This sample text font color is #00601D.</p>
This text font color is #00601D.
.myBgColor { background-color: #00601D; }
<div style="background-color:#00601D">Inner text</div>
This div background color is #00601D.
.myBorderColor { border: 1px solid #00601D; }
<div style="border:3px solid #00601D">Div</div>
This div border color is #00601D.
.myOpacity80 { color: #00601D; opacity: 0.8; }
<p style="color:#00601D;opacity:0.8;">80%</p>
Text with #00601D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #00601D;}
<p style="text-shadow: 3px 3px 1px #00601D">Text here.</p>
This text has shadow with #00601D color.
.textShadow {text-shadow: 3px 3px 1px #00601D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #00601D, 5px 5px 20px red">Text here.</p>
This text has shadow with #00601D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#00601D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#00601D, Direction=45, Strength=4)">Text</p>
This text has shadow with #00601D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #00601D;
-webkit-box-shadow: 1px 1px 3px 2px #00601D;
box-shadow: 1px 1px 3px 2px #00601D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #00601D; -webkit-box-shadow: 1px 1px 3px 2px #00601D; box-shadow:1px 1px 3px 2px #00601D;">
Div content here
</div>
This text has color #00601D on black background.
This text has color #00601D on white background.
This text has black color on #00601D background.
This text has white color on #00601D background.
Complementary color for #hex is #FF9FE2.