COLOR #28C658

HEX: #28C658 RGB: (40,198,88)

Color info

#28C658 contains mainly green color. Web safe color of #28C658 is #33CC66 (or #3C6).

RGB color model

#28C658 color RGB value is (40,198,88).

RGB: (40,198,88) (16%, 78%, 35%)

RGB channels and saturation

R 40 of 255 = 16%
G 198 of 255 = 78%
B 88 of 255 = 35%

40
198
88

R + G + B ~ 43%. #28C658 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 40 + 198 + 88 = 326 (100%)
R 40 of 326 ~ 12.27%
G 198 of 326 ~ 60.74%
B 88 of 326 ~ 26.99'%

%12.27
%60.74
%26.99

CMYK color model

#28C658 color CMYK value is (80,0,56,22).

  • cyan value is 79.80%
  • magenta value is 0.00%
  • yellow value is 55.56%
  • key color value is 22.35%

CMYK: (80,0,56,22)
C80M0Y56K22 (80%, 0%, 56%, 22%)
(0.80 / 0.00 / 0.56 / 0.22)

CMYK percentages

%79.8
%0
%55.56
%22.35

Codes

Color #28C658 in popluar color models

28 C6 58
RGB 40 198 88
HSL 138° 66.39% 46.67%
HSB/HSV 138° 79.80% 77.65%
CMYK 79.80% 0.00% 55.56%
22.35%

Color #28C658 in popluar number systems.

HEX 28 C6 58
Decimal 40 198 88
Binary 101000 11000110 1011000
Octal 50 306 130

Shades and tints

Shades of #28C658

#28C658
(40,198,88)
#25B450
(37,180,80)
#22A248
(34,162,72)
#1F9040
(31,144,64)
#1C7E38
(28,126,56)
#196C30
(25,108,48)
#165A28
(22,90,40)
#134820
(19,72,32)
#103618
(16,54,24)
#0D2410
(13,36,16)
#0A1208
(10,18,8)
#000000
(0,0,0)

Tints of #28C658

#28C658
(40,198,88)
#3BCB67
(59,203,103)
#4ED076
(78,208,118)
#61D585
(97,213,133)
#74DA94
(116,218,148)
#87DFA3
(135,223,163)
#9AE4B2
(154,228,178)
#ADE9C1
(173,233,193)
#C0EED0
(192,238,208)
#D3F3DF
(211,243,223)
#E6F8EE
(230,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #28C658 color. Also use rgb(40,198,88) instead hex code.

Text Font Color

.myTextColor { color: #28C658; }

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

This text font color is #28C658.

Background Color

.myBgColor { background-color: #28C658; }

<div style="background-color:#28C658">Inner text</div>

This div background color is #28C658.

Border color

.myBorderColor { border: 1px solid #28C658; }

<div style="border:3px solid #28C658">Div</div>

This div border color is #28C658.

Opacity

.myOpacity80 { color: #28C658; opacity: 0.8; }

<p style="color:#28C658;opacity:0.8;">80%</p>

Text with #28C658 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 #28C658;}

<p style="text-shadow: 3px 3px 1px #28C658">Text here.</p>

This text has shadow with #28C658 color.


.textShadow {text-shadow: 3px 3px 1px #28C658', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #28C658, 5px 5px 20px red">Text here.</p>

This text has shadow with #28C658 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#28C658, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#28C658, Direction=45, Strength=4)">Text</p>

This text has shadow with #28C658 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #28C658;
-webkit-box-shadow: 1px 1px 3px 2px #28C658;
box-shadow: 1px 1px 3px 2px #28C658;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #28C658; -webkit-box-shadow: 1px 1px 3px 2px #28C658; box-shadow:1px 1px 3px 2px #28C658;">
Div content here
</div>

This div box has shadow with color #28C658.

Preview

Color preview on black background

This text has color #28C658 on black background.


Color preview on white background

This text has color #28C658 on white background.


Black color preview on #28C658 background

This text has black color on #28C658 background.


White color preview on #28C658 background

This text has white color on #28C658 background.


Related colors

Complementary color

Complementary color for #hex is #D739A7.


I love getcolorcode.com

Triadic colors

1 #5828C6 and #C65828 with #28C658 are triadic colors.

2 #58C628 and #C62858 with #28C658 are triadic colors.