COLOR #489C26

HEX: #489C26
RGB: (72,156,38)

Color info

#489C26 contains mainly green color. Web safe color of #489C26 is #339933 (or #393).

RGB color model

#489C26 color RGB value is (72,156,38).

  • red value is 72;
  • green value is 156;
  • blue value is 38.
RGB:
(72,156,38)
(28%,61%,15%)

RGB channels and saturation

R 72 of 255 = 28%
G 156 of 255 = 61%
B 38 of 255 = 15%

72
156
38

R + G + B ~ 35%. #489C26 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 156 + 38 = 266 (100%)
R 72 of 266 ~ 27.07%
G 156 of 266 ~ 58.65%
B 38 of 266 ~ 14.29%

%27.07
%58.65
%14.29

CMYK color model

#489C26 color CMYK value is (54,0,76,39).

  • cyan value is 53.85%
  • magenta value is 0.00%
  • yellow value is 75.64%
  • key color value is 38.82%
CMYK:
(54,0,76,39)
C54M0Y76K39 
(54%,0%,76%,39%)
(0.54/0.00/0.76/0.39)	

CMYK percentages

%53.85
%0
%75.64
%38.82

Codes

Color #489C26 in popluar color models

489C26
RGB7215638
HSL103°60.82%38.04%
HSB/HSV103°75.64%61.18%
CMYK53.85%0.00%75.64%
38.82%

Color #489C26 in popluar number systems.

HEX489C26
Decimal7215638
Binary100100010011100100110
Octal11023446

Shades and tints

Shades of #489C26

#489C26
(72,156,38)
#428E23
(66,142,35)
#3C8020
(60,128,32)
#36721D
(54,114,29)
#30641A
(48,100,26)
#2A5617
(42,86,23)
#244814
(36,72,20)
#1E3A11
(30,58,17)
#182C0E
(24,44,14)
#121E0B
(18,30,11)
#0C1008
(12,16,8)
#000000
(0,0,0)

Tints of #489C26

#489C26
(72,156,38)
#58A539
(88,165,57)
#68AE4C
(104,174,76)
#78B75F
(120,183,95)
#88C072
(136,192,114)
#98C985
(152,201,133)
#A8D298
(168,210,152)
#B8DBAB
(184,219,171)
#C8E4BE
(200,228,190)
#D8EDD1
(216,237,209)
#E8F6E4
(232,246,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #489C26 color. Also use rgb(72,156,38) instead hex code.

Text Font Color

.myTextColor { color: #489C26; }

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

This text font color is #489C26.


Background Color

.myBgColor { background-color: #489C26; }

<div style="background-color:#489C26">Inner text</div>

This div background color is #489C26.


Border color

.myBorderColor { border: 1px solid #489C26; }

<div style="border:3px solid #489C26">Div</div>

This div border color is #489C26.


Opacity

.myOpacity80 { color: #489C26; opacity: 0.8; }

<p style="color:#489C26;opacity:0.8;">80%</p>

Text with #489C26 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 #489C26;}

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

This text has shadow with #489C26 color.

.textShadow {text-shadow: 3px 3px 1px #489C26, 3px 3px 1px red;}

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

This text has shadow with #489C26 primary color and red secondary color.


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

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

This text has shadow with #489C26 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #489C26 on black background.


Color preview on white background

This text has color #489C26 on white background.



Black color preview on #489C26 background

This text has black color on #489C26 background.


White color preview on #489C26 background

This text has white color on #489C26 background.