HEX: #137B1E
RGB: (19,123,30)
#137B1E contains mainly green color. Web safe color of #137B1E is #006633 (or #063).
#137B1E color RGB value is (19,123,30).
RGB: (19,123,30)
(7%, 48%, 12%)
R 19 of 255 = 7%
G 123 of 255 = 48%
B 30 of 255 = 12%
R + G + B ~ 22%. #137B1E is dark color.
R + G + B = 19 + 123 + 30 = 172 (100%)
R 19 of 172 ~ 11.05%
G 123 of 172 ~ 71.51%
B 30 of 172 ~ 17.44'%
#137B1E color CMYK value is (85,0,76,52).
CMYK: (85,0,76,52)
C85M0Y76K52 (85%, 0%, 76%, 52%)
(0.85 / 0.00 / 0.76 / 0.52)
Color #137B1E in popluar color models
13 | 7B | 1E | |
---|---|---|---|
RGB | 19 | 123 | 30 |
HSL | 126° | 73.24% | 27.84% |
HSB/HSV | 126° | 84.55% | 48.24% |
CMYK | 84.55% | 0.00% | 75.61% |
51.76% |
Color #137B1E in popluar number systems.
HEX | 13 | 7B | 1E |
Decimal | 19 | 123 | 30 |
Binary | 10011 | 1111011 | 11110 |
Octal | 23 | 173 | 36 |
Shades of #137B1E
Tints of #137B1E
Examples of css and html codes for elements with #137B1E color. Also use rgb(19,123,30) instead hex code.
.myTextColor { color: #137B1E; }
<p style="color:#137B1E">This sample text font color is #137B1E.</p>
This text font color is #137B1E.
.myBgColor { background-color: #137B1E; }
<div style="background-color:#137B1E">Inner text</div>
This div background color is #137B1E.
.myBorderColor { border: 1px solid #137B1E; }
<div style="border:3px solid #137B1E">Div</div>
This div border color is #137B1E.
.myOpacity80 { color: #137B1E; opacity: 0.8; }
<p style="color:#137B1E;opacity:0.8;">80%</p>
Text with #137B1E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #137B1E;}
<p style="text-shadow: 3px 3px 1px #137B1E">Text here.</p>
This text has shadow with #137B1E color.
.textShadow {text-shadow: 3px 3px 1px #137B1E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #137B1E, 5px 5px 20px red">Text here.</p>
This text has shadow with #137B1E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#137B1E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#137B1E, Direction=45, Strength=4)">Text</p>
This text has shadow with #137B1E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #137B1E;
-webkit-box-shadow: 1px 1px 3px 2px #137B1E;
box-shadow: 1px 1px 3px 2px #137B1E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #137B1E; -webkit-box-shadow: 1px 1px 3px 2px #137B1E; box-shadow:1px 1px 3px 2px #137B1E;">
Div content here
</div>
This text has color #137B1E on black background.
This text has color #137B1E on white background.
This text has black color on #137B1E background.
This text has white color on #137B1E background.
Complementary color for #hex is #EC84E1.