COLOR #28A648

HEX: #28A648
RGB: (40,166,72)

Color info

#28A648 contains mainly green color. Web safe color of #28A648 is #339933 (or #393).

RGB color model

#28A648 color RGB value is (40,166,72).

  • red value is 40;
  • green value is 166;
  • blue value is 72.
RGB:
(40,166,72)
(16%,65%,28%)

RGB channels and saturation

R 40 of 255 = 16%
G 166 of 255 = 65%
B 72 of 255 = 28%

40
166
72

R + G + B ~ 36%. #28A648 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 166 + 72 = 278 (100%)
R 40 of 278 ~ 14.39%
G 166 of 278 ~ 59.71%
B 72 of 278 ~ 25.9%

%14.39
%59.71
%25.9

CMYK color model

#28A648 color CMYK value is (76,0,57,35).

  • cyan value is 75.90%
  • magenta value is 0.00%
  • yellow value is 56.63%
  • key color value is 34.90%
CMYK:
(76,0,57,35)
C76M0Y57K35 
(76%,0%,57%,35%)
(0.76/0.00/0.57/0.35)	

CMYK percentages

%75.9
%0
%56.63
%34.9

Codes

Color #28A648 in popluar color models

28A648
RGB4016672
HSL135°61.17%40.39%
HSB/HSV135°75.90%65.10%
CMYK75.90%0.00%56.63%
34.90%

Color #28A648 in popluar number systems.

HEX28A648
Decimal4016672
Binary101000101001101001000
Octal50246110

Shades and tints

Shades of #28A648

#28A648
(40,166,72)
#259742
(37,151,66)
#22883C
(34,136,60)
#1F7936
(31,121,54)
#1C6A30
(28,106,48)
#195B2A
(25,91,42)
#164C24
(22,76,36)
#133D1E
(19,61,30)
#102E18
(16,46,24)
#0D1F12
(13,31,18)
#0A100C
(10,16,12)
#000000
(0,0,0)

Tints of #28A648

#28A648
(40,166,72)
#3BAE58
(59,174,88)
#4EB668
(78,182,104)
#61BE78
(97,190,120)
#74C688
(116,198,136)
#87CE98
(135,206,152)
#9AD6A8
(154,214,168)
#ADDEB8
(173,222,184)
#C0E6C8
(192,230,200)
#D3EED8
(211,238,216)
#E6F6E8
(230,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #28A648 color. Also use rgb(40,166,72) instead hex code.

Text Font Color

.myTextColor { color: #28A648; }

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

This text font color is #28A648.


Background Color

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

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

This div background color is #28A648.


Border color

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

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

This div border color is #28A648.


Opacity

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

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

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

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

This text has shadow with #28A648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #28A648 on black background.


Color preview on white background

This text has color #28A648 on white background.



Black color preview on #28A648 background

This text has black color on #28A648 background.


White color preview on #28A648 background

This text has white color on #28A648 background.