COLOR #488E40

HEX: #488E40
RGB: (72,142,64)

Color info

#488E40 contains mainly green color. Web safe color of #488E40 is #339933 (or #393).

RGB color model

#488E40 color RGB value is (72,142,64).

  • red value is 72;
  • green value is 142;
  • blue value is 64.
RGB:
(72,142,64)
(28%,56%,25%)

RGB channels and saturation

R 72 of 255 = 28%
G 142 of 255 = 56%
B 64 of 255 = 25%

72
142
64

R + G + B ~ 36%. #488E40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 142 + 64 = 278 (100%)
R 72 of 278 ~ 25.9%
G 142 of 278 ~ 51.08%
B 64 of 278 ~ 23.02%

%25.9
%51.08
%23.02

CMYK color model

#488E40 color CMYK value is (49,0,55,44).

  • cyan value is 49.30%
  • magenta value is 0.00%
  • yellow value is 54.93%
  • key color value is 44.31%
CMYK:
(49,0,55,44)
C49M0Y55K44 
(49%,0%,55%,44%)
(0.49/0.00/0.55/0.44)	

CMYK percentages

%49.3
%0
%54.93
%44.31

Codes

Color #488E40 in popluar color models

488E40
RGB7214264
HSL114°37.86%40.39%
HSB/HSV114°54.93%55.69%
CMYK49.30%0.00%54.93%
44.31%

Color #488E40 in popluar number systems.

HEX488E40
Decimal7214264
Binary1001000100011101000000
Octal110216100

Shades and tints

Shades of #488E40

#488E40
(72,142,64)
#42823B
(66,130,59)
#3C7636
(60,118,54)
#366A31
(54,106,49)
#305E2C
(48,94,44)
#2A5227
(42,82,39)
#244622
(36,70,34)
#1E3A1D
(30,58,29)
#182E18
(24,46,24)
#122213
(18,34,19)
#0C160E
(12,22,14)
#000000
(0,0,0)

Tints of #488E40

#488E40
(72,142,64)
#589851
(88,152,81)
#68A262
(104,162,98)
#78AC73
(120,172,115)
#88B684
(136,182,132)
#98C095
(152,192,149)
#A8CAA6
(168,202,166)
#B8D4B7
(184,212,183)
#C8DEC8
(200,222,200)
#D8E8D9
(216,232,217)
#E8F2EA
(232,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #488E40 color. Also use rgb(72,142,64) instead hex code.

Text Font Color

.myTextColor { color: #488E40; }

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

This text font color is #488E40.


Background Color

.myBgColor { background-color: #488E40; }

<div style="background-color:#488E40">Inner text</div>

This div background color is #488E40.


Border color

.myBorderColor { border: 1px solid #488E40; }

<div style="border:3px solid #488E40">Div</div>

This div border color is #488E40.


Opacity

.myOpacity80 { color: #488E40; opacity: 0.8; }

<p style="color:#488E40;opacity:0.8;">80%</p>

Text with #488E40 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 #488E40;}

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

This text has shadow with #488E40 color.

.textShadow {text-shadow: 3px 3px 1px #488E40, 3px 3px 1px red;}

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

This text has shadow with #488E40 primary color and red secondary color.


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

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

This text has shadow with #488E40 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #488E40 on black background.


Color preview on white background

This text has color #488E40 on white background.



Black color preview on #488E40 background

This text has black color on #488E40 background.


White color preview on #488E40 background

This text has white color on #488E40 background.