HEX: #58AB2F
RGB: (88,171,47)
#58AB2F contains mainly green color. Web safe color of #58AB2F is #669933 (or #693).
#58AB2F color RGB value is (88,171,47).
RGB: (88,171,47)
(35%, 67%, 18%)
R 88 of 255 = 35%
G 171 of 255 = 67%
B 47 of 255 = 18%
R + G + B ~ 40%. #58AB2F is middle color (not dark and not light).
R + G + B = 88 + 171 + 47 = 306 (100%)
R 88 of 306 ~ 28.76%
G 171 of 306 ~ 55.88%
B 47 of 306 ~ 15.36'%
#58AB2F color CMYK value is (49,0,73,33).
CMYK: (49,0,73,33)
C49M0Y73K33 (49%, 0%, 73%, 33%)
(0.49 / 0.00 / 0.73 / 0.33)
Color #58AB2F in popluar color models
58 | AB | 2F | |
---|---|---|---|
RGB | 88 | 171 | 47 |
HSL | 100° | 56.88% | 42.75% |
HSB/HSV | 100° | 72.51% | 67.06% |
CMYK | 48.54% | 0.00% | 72.51% |
32.94% |
Color #58AB2F in popluar number systems.
HEX | 58 | AB | 2F |
Decimal | 88 | 171 | 47 |
Binary | 1011000 | 10101011 | 101111 |
Octal | 130 | 253 | 57 |
Shades of #58AB2F
Tints of #58AB2F
Examples of css and html codes for elements with #58AB2F color. Also use rgb(88,171,47) instead hex code.
.myTextColor { color: #58AB2F; }
<p style="color:#58AB2F">This sample text font color is #58AB2F.</p>
This text font color is #58AB2F.
.myBgColor { background-color: #58AB2F; }
<div style="background-color:#58AB2F">Inner text</div>
This div background color is #58AB2F.
.myBorderColor { border: 1px solid #58AB2F; }
<div style="border:3px solid #58AB2F">Div</div>
This div border color is #58AB2F.
.myOpacity80 { color: #58AB2F; opacity: 0.8; }
<p style="color:#58AB2F;opacity:0.8;">80%</p>
Text with #58AB2F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #58AB2F;}
<p style="text-shadow: 3px 3px 1px #58AB2F">Text here.</p>
This text has shadow with #58AB2F color.
.textShadow {text-shadow: 3px 3px 1px #58AB2F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #58AB2F, 5px 5px 20px red">Text here.</p>
This text has shadow with #58AB2F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#58AB2F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#58AB2F, Direction=45, Strength=4)">Text</p>
This text has shadow with #58AB2F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #58AB2F;
-webkit-box-shadow: 1px 1px 3px 2px #58AB2F;
box-shadow: 1px 1px 3px 2px #58AB2F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #58AB2F; -webkit-box-shadow: 1px 1px 3px 2px #58AB2F; box-shadow:1px 1px 3px 2px #58AB2F;">
Div content here
</div>
This text has color #58AB2F on black background.
This text has color #58AB2F on white background.
This text has black color on #58AB2F background.
This text has white color on #58AB2F background.
Complementary color for #hex is #A754D0.