COLOR #28A64A

HEX: #28A64A
RGB: (40,166,74)

Color info

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

RGB color model

#28A64A color RGB value is (40,166,74).

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

RGB channels and saturation

R 40 of 255 = 16%
G 166 of 255 = 65%
B 74 of 255 = 29%

40
166
74

R + G + B ~ 37%. #28A64A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 166 + 74 = 280 (100%)
R 40 of 280 ~ 14.29%
G 166 of 280 ~ 59.29%
B 74 of 280 ~ 26.43%

%14.29
%59.29
%26.43

CMYK color model

#28A64A color CMYK value is (76,0,55,35).

  • cyan value is 75.90%
  • magenta value is 0.00%
  • yellow value is 55.42%
  • key color value is 34.90%
CMYK:
(76,0,55,35)
C76M0Y55K35 
(76%,0%,55%,35%)
(0.76/0.00/0.55/0.35)	

CMYK percentages

%75.9
%0
%55.42
%34.9

Codes

Color #28A64A in popluar color models

28A64A
RGB4016674
HSL136°61.17%40.39%
HSB/HSV136°75.90%65.10%
CMYK75.90%0.00%55.42%
34.90%

Color #28A64A in popluar number systems.

HEX28A64A
Decimal4016674
Binary101000101001101001010
Octal50246112

Shades and tints

Shades of #28A64A

#28A64A
(40,166,74)
#259744
(37,151,68)
#22883E
(34,136,62)
#1F7938
(31,121,56)
#1C6A32
(28,106,50)
#195B2C
(25,91,44)
#164C26
(22,76,38)
#133D20
(19,61,32)
#102E1A
(16,46,26)
#0D1F14
(13,31,20)
#0A100E
(10,16,14)
#000000
(0,0,0)

Tints of #28A64A

#28A64A
(40,166,74)
#3BAE5A
(59,174,90)
#4EB66A
(78,182,106)
#61BE7A
(97,190,122)
#74C68A
(116,198,138)
#87CE9A
(135,206,154)
#9AD6AA
(154,214,170)
#ADDEBA
(173,222,186)
#C0E6CA
(192,230,202)
#D3EEDA
(211,238,218)
#E6F6EA
(230,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #28A64A; }

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

This text font color is #28A64A.


Background Color

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

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

This div background color is #28A64A.


Border color

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

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

This div border color is #28A64A.


Opacity

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

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

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

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

This text has shadow with #28A64A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #28A64A on black background.


Color preview on white background

This text has color #28A64A on white background.



Black color preview on #28A64A background

This text has black color on #28A64A background.


White color preview on #28A64A background

This text has white color on #28A64A background.