COLOR #28A120

HEX: #28A120
RGB: (40,161,32)

Color info

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

RGB color model

#28A120 color RGB value is (40,161,32).

  • red value is 40;
  • green value is 161;
  • blue value is 32.
RGB:
(40,161,32)
(16%,63%,13%)

RGB channels and saturation

R 40 of 255 = 16%
G 161 of 255 = 63%
B 32 of 255 = 13%

40
161
32

R + G + B ~ 31%. #28A120 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 161 + 32 = 233 (100%)
R 40 of 233 ~ 17.17%
G 161 of 233 ~ 69.1%
B 32 of 233 ~ 13.73%

%17.17
%69.1
%13.73

CMYK color model

#28A120 color CMYK value is (75,0,80,37).

  • cyan value is 75.16%
  • magenta value is 0.00%
  • yellow value is 80.12%
  • key color value is 36.86%
CMYK:
(75,0,80,37)
C75M0Y80K37 
(75%,0%,80%,37%)
(0.75/0.00/0.80/0.37)	

CMYK percentages

%75.16
%0
%80.12
%36.86

Codes

Color #28A120 in popluar color models

28A120
RGB4016132
HSL116°66.84%37.84%
HSB/HSV116°80.12%63.14%
CMYK75.16%0.00%80.12%
36.86%

Color #28A120 in popluar number systems.

HEX28A120
Decimal4016132
Binary10100010100001100000
Octal5024140

Shades and tints

Shades of #28A120

#28A120
(40,161,32)
#25931E
(37,147,30)
#22851C
(34,133,28)
#1F771A
(31,119,26)
#1C6918
(28,105,24)
#195B16
(25,91,22)
#164D14
(22,77,20)
#133F12
(19,63,18)
#103110
(16,49,16)
#0D230E
(13,35,14)
#0A150C
(10,21,12)
#000000
(0,0,0)

Tints of #28A120

#28A120
(40,161,32)
#3BA934
(59,169,52)
#4EB148
(78,177,72)
#61B95C
(97,185,92)
#74C170
(116,193,112)
#87C984
(135,201,132)
#9AD198
(154,209,152)
#ADD9AC
(173,217,172)
#C0E1C0
(192,225,192)
#D3E9D4
(211,233,212)
#E6F1E8
(230,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #28A120 color. Also use rgb(40,161,32) instead hex code.

Text Font Color

.myTextColor { color: #28A120; }

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

This text font color is #28A120.


Background Color

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

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

This div background color is #28A120.


Border color

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

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

This div border color is #28A120.


Opacity

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

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

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

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

This text has shadow with #28A120 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #28A120 on black background.


Color preview on white background

This text has color #28A120 on white background.



Black color preview on #28A120 background

This text has black color on #28A120 background.


White color preview on #28A120 background

This text has white color on #28A120 background.