COLOR #488F2F

HEX: #488F2F
RGB: (72,143,47)

Color info

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

RGB color model

#488F2F color RGB value is (72,143,47).

  • red value is 72;
  • green value is 143;
  • blue value is 47.
RGB:
(72,143,47)
(28%,56%,18%)

RGB channels and saturation

R 72 of 255 = 28%
G 143 of 255 = 56%
B 47 of 255 = 18%

72
143
47

R + G + B ~ 34%. #488F2F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 143 + 47 = 262 (100%)
R 72 of 262 ~ 27.48%
G 143 of 262 ~ 54.58%
B 47 of 262 ~ 17.94%

%27.48
%54.58
%17.94

CMYK color model

#488F2F color CMYK value is (50,0,67,44).

  • cyan value is 49.65%
  • magenta value is 0.00%
  • yellow value is 67.13%
  • key color value is 43.92%
CMYK:
(50,0,67,44)
C50M0Y67K44 
(50%,0%,67%,44%)
(0.50/0.00/0.67/0.44)	

CMYK percentages

%49.65
%0
%67.13
%43.92

Codes

Color #488F2F in popluar color models

488F2F
RGB7214347
HSL104°50.53%37.25%
HSB/HSV104°67.13%56.08%
CMYK49.65%0.00%67.13%
43.92%

Color #488F2F in popluar number systems.

HEX488F2F
Decimal7214347
Binary100100010001111101111
Octal11021757

Shades and tints

Shades of #488F2F

#488F2F
(72,143,47)
#42822B
(66,130,43)
#3C7527
(60,117,39)
#366823
(54,104,35)
#305B1F
(48,91,31)
#2A4E1B
(42,78,27)
#244117
(36,65,23)
#1E3413
(30,52,19)
#18270F
(24,39,15)
#121A0B
(18,26,11)
#0C0D07
(12,13,7)
#000000
(0,0,0)

Tints of #488F2F

#488F2F
(72,143,47)
#589941
(88,153,65)
#68A353
(104,163,83)
#78AD65
(120,173,101)
#88B777
(136,183,119)
#98C189
(152,193,137)
#A8CB9B
(168,203,155)
#B8D5AD
(184,213,173)
#C8DFBF
(200,223,191)
#D8E9D1
(216,233,209)
#E8F3E3
(232,243,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #488F2F color. Also use rgb(72,143,47) instead hex code.

Text Font Color

.myTextColor { color: #488F2F; }

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

This text font color is #488F2F.


Background Color

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

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

This div background color is #488F2F.


Border color

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

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

This div border color is #488F2F.


Opacity

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

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

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

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

This text has shadow with #488F2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #488F2F on black background.


Color preview on white background

This text has color #488F2F on white background.



Black color preview on #488F2F background

This text has black color on #488F2F background.


White color preview on #488F2F background

This text has white color on #488F2F background.