COLOR #489A1C

HEX: #489A1C
RGB: (72,154,28)

Color info

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

RGB color model

#489A1C color RGB value is (72,154,28).

  • red value is 72;
  • green value is 154;
  • blue value is 28.
RGB:
(72,154,28)
(28%,60%,11%)

RGB channels and saturation

R 72 of 255 = 28%
G 154 of 255 = 60%
B 28 of 255 = 11%

72
154
28

R + G + B ~ 33%. #489A1C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 154 + 28 = 254 (100%)
R 72 of 254 ~ 28.35%
G 154 of 254 ~ 60.63%
B 28 of 254 ~ 11.02%

%28.35
%60.63
%11.02

CMYK color model

#489A1C color CMYK value is (53,0,82,40).

  • cyan value is 53.25%
  • magenta value is 0.00%
  • yellow value is 81.82%
  • key color value is 39.61%
CMYK:
(53,0,82,40)
C53M0Y82K40 
(53%,0%,82%,40%)
(0.53/0.00/0.82/0.40)	

CMYK percentages

%53.25
%0
%81.82
%39.61

Codes

Color #489A1C in popluar color models

489A1C
RGB7215428
HSL99°69.23%35.69%
HSB/HSV99°81.82%60.39%
CMYK53.25%0.00%81.82%
39.61%

Color #489A1C in popluar number systems.

HEX489A1C
Decimal7215428
Binary10010001001101011100
Octal11023234

Shades and tints

Shades of #489A1C

#489A1C
(72,154,28)
#428C1A
(66,140,26)
#3C7E18
(60,126,24)
#367016
(54,112,22)
#306214
(48,98,20)
#2A5412
(42,84,18)
#244610
(36,70,16)
#1E380E
(30,56,14)
#182A0C
(24,42,12)
#121C0A
(18,28,10)
#0C0E08
(12,14,8)
#000000
(0,0,0)

Tints of #489A1C

#489A1C
(72,154,28)
#58A330
(88,163,48)
#68AC44
(104,172,68)
#78B558
(120,181,88)
#88BE6C
(136,190,108)
#98C780
(152,199,128)
#A8D094
(168,208,148)
#B8D9A8
(184,217,168)
#C8E2BC
(200,226,188)
#D8EBD0
(216,235,208)
#E8F4E4
(232,244,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #489A1C color. Also use rgb(72,154,28) instead hex code.

Text Font Color

.myTextColor { color: #489A1C; }

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

This text font color is #489A1C.


Background Color

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

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

This div background color is #489A1C.


Border color

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

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

This div border color is #489A1C.


Opacity

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

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

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

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

This text has shadow with #489A1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #489A1C on black background.


Color preview on white background

This text has color #489A1C on white background.



Black color preview on #489A1C background

This text has black color on #489A1C background.


White color preview on #489A1C background

This text has white color on #489A1C background.