COLOR #58AB2F

HEX: #58AB2F RGB: (88,171,47)

Color info

#58AB2F contains mainly green color. Web safe color of #58AB2F is #669933 (or #693).

RGB color model

#58AB2F color RGB value is (88,171,47).

RGB: (88,171,47) (35%, 67%, 18%)

RGB channels and saturation

R 88 of 255 = 35%
G 171 of 255 = 67%
B 47 of 255 = 18%

88
171
47

R + G + B ~ 40%. #58AB2F is middle color (not dark and not light).

Portions of RGB colors in percentages

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'%

%28.76
%55.88
%15.36

CMYK color model

#58AB2F color CMYK value is (49,0,73,33).

  • cyan value is 48.54%
  • magenta value is 0.00%
  • yellow value is 72.51%
  • key color value is 32.94%

CMYK: (49,0,73,33)
C49M0Y73K33 (49%, 0%, 73%, 33%)
(0.49 / 0.00 / 0.73 / 0.33)

CMYK percentages

%48.54
%0
%72.51
%32.94

Codes

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 and tints

Shades of #58AB2F

#58AB2F
(88,171,47)
#509C2B
(80,156,43)
#488D27
(72,141,39)
#407E23
(64,126,35)
#386F1F
(56,111,31)
#30601B
(48,96,27)
#285117
(40,81,23)
#204213
(32,66,19)
#18330F
(24,51,15)
#10240B
(16,36,11)
#081507
(8,21,7)
#000000
(0,0,0)

Tints of #58AB2F

#58AB2F
(88,171,47)
#67B241
(103,178,65)
#76B953
(118,185,83)
#85C065
(133,192,101)
#94C777
(148,199,119)
#A3CE89
(163,206,137)
#B2D59B
(178,213,155)
#C1DCAD
(193,220,173)
#D0E3BF
(208,227,191)
#DFEAD1
(223,234,209)
#EEF1E3
(238,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58AB2F color. Also use rgb(88,171,47) instead hex code.

Text Font Color

.myTextColor { color: #58AB2F; }

<p style="color:#58AB2F">This sample text font color is #58AB2F.</p>

This text font color is #58AB2F.

Background Color

.myBgColor { background-color: #58AB2F; }

<div style="background-color:#58AB2F">Inner text</div>

This div background color is #58AB2F.

Border color

.myBorderColor { border: 1px solid #58AB2F; }

<div style="border:3px solid #58AB2F">Div</div>

This div border color is #58AB2F.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #58AB2F.

Preview

Color preview on black background

This text has color #58AB2F on black background.


Color preview on white background

This text has color #58AB2F on white background.


Black color preview on #58AB2F background

This text has black color on #58AB2F background.


White color preview on #58AB2F background

This text has white color on #58AB2F background.


Related colors

Complementary color

Complementary color for #hex is #A754D0.


I love getcolorcode.com

Triadic colors

1 #2F58AB and #AB2F58 with #58AB2F are triadic colors.

2 #2FAB58 and #AB582F with #58AB2F are triadic colors.