COLOR #28C773

HEX: #28C773
RGB: (40,199,115)

Color info

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

RGB color model

#28C773 color RGB value is (40,199,115).

  • red value is 40;
  • green value is 199;
  • blue value is 115.
RGB:
(40,199,115)
(16%,78%,45%)

RGB channels and saturation

R 40 of 255 = 16%
G 199 of 255 = 78%
B 115 of 255 = 45%

40
199
115

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

Portions of RGB colors in percentages

R + G + B =
40 + 199 + 115 = 354 (100%)
R 40 of 354 ~ 11.3%
G 199 of 354 ~ 56.21%
B 115 of 354 ~ 32.49%

%11.3
%56.21
%32.49

CMYK color model

#28C773 color CMYK value is (80,0,42,22).

  • cyan value is 79.90%
  • magenta value is 0.00%
  • yellow value is 42.21%
  • key color value is 21.96%
CMYK:
(80,0,42,22)
C80M0Y42K22 
(80%,0%,42%,22%)
(0.80/0.00/0.42/0.22)	

CMYK percentages

%79.9
%0
%42.21
%21.96

Codes

Color #28C773 in popluar color models

28C773
RGB40199115
HSL148°66.53%46.86%
HSB/HSV148°79.90%78.04%
CMYK79.90%0.00%42.21%
21.96%

Color #28C773 in popluar number systems.

HEX28C773
Decimal40199115
Binary101000110001111110011
Octal50307163

Shades and tints

Shades of #28C773

#28C773
(40,199,115)
#25B569
(37,181,105)
#22A35F
(34,163,95)
#1F9155
(31,145,85)
#1C7F4B
(28,127,75)
#196D41
(25,109,65)
#165B37
(22,91,55)
#13492D
(19,73,45)
#103723
(16,55,35)
#0D2519
(13,37,25)
#0A130F
(10,19,15)
#000000
(0,0,0)

Tints of #28C773

#28C773
(40,199,115)
#3BCC7F
(59,204,127)
#4ED18B
(78,209,139)
#61D697
(97,214,151)
#74DBA3
(116,219,163)
#87E0AF
(135,224,175)
#9AE5BB
(154,229,187)
#ADEAC7
(173,234,199)
#C0EFD3
(192,239,211)
#D3F4DF
(211,244,223)
#E6F9EB
(230,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #28C773 color. Also use rgb(40,199,115) instead hex code.

Text Font Color

.myTextColor { color: #28C773; }

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

This text font color is #28C773.


Background Color

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

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

This div background color is #28C773.


Border color

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

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

This div border color is #28C773.


Opacity

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

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

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

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

This text has shadow with #28C773 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #28C773 on black background.


Color preview on white background

This text has color #28C773 on white background.



Black color preview on #28C773 background

This text has black color on #28C773 background.


White color preview on #28C773 background

This text has white color on #28C773 background.