COLOR #488C00

HEX: #488C00
RGB: (72,140,0)

Color info

#488C00 contains mainly green color. Web safe color of #488C00 is #339900 (or #390).

RGB color model

#488C00 color RGB value is (72,140,0).

  • red value is 72;
  • green value is 140;
  • blue value is 0.
RGB:
(72,140,0)
(28%,55%,0%)

RGB channels and saturation

R 72 of 255 = 28%
G 140 of 255 = 55%
B 0 of 255 = 0%

72
140
0

R + G + B ~ 28%. #488C00 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 140 + 0 = 212 (100%)
R 72 of 212 ~ 33.96%
G 140 of 212 ~ 66.04%
B 0 of 212 ~ 0%

%33.96
%66.04

CMYK color model

#488C00 color CMYK value is (49,0,100,45).

  • cyan value is 48.57%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 45.10%
CMYK:
(49,0,100,45)
C49M0Y100K45 
(49%,0%,100%,45%)
(0.49/0.00/1.00/0.45)	

CMYK percentages

%48.57
%0
%100
%45.1

Codes

Color #488C00 in popluar color models

488C00
RGB721400
HSL89°100.00%27.45%
HSB/HSV89°100.00%54.90%
CMYK48.57%0.00%100.00%
45.10%

Color #488C00 in popluar number systems.

HEX488C00
Decimal721400
Binary1001000100011000
Octal1102140

Shades and tints

Shades of #488C00

#488C00
(72,140,0)
#428000
(66,128,0)
#3C7400
(60,116,0)
#366800
(54,104,0)
#305C00
(48,92,0)
#2A5000
(42,80,0)
#244400
(36,68,0)
#1E3800
(30,56,0)
#182C00
(24,44,0)
#122000
(18,32,0)
#0C1400
(12,20,0)
#000000
(0,0,0)

Tints of #488C00

#488C00
(72,140,0)
#589617
(88,150,23)
#68A02E
(104,160,46)
#78AA45
(120,170,69)
#88B45C
(136,180,92)
#98BE73
(152,190,115)
#A8C88A
(168,200,138)
#B8D2A1
(184,210,161)
#C8DCB8
(200,220,184)
#D8E6CF
(216,230,207)
#E8F0E6
(232,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #488C00 color. Also use rgb(72,140,0) instead hex code.

Text Font Color

.myTextColor { color: #488C00; }

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

This text font color is #488C00.


Background Color

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

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

This div background color is #488C00.


Border color

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

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

This div border color is #488C00.


Opacity

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

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

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

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

This text has shadow with #488C00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #488C00 on black background.


Color preview on white background

This text has color #488C00 on white background.



Black color preview on #488C00 background

This text has black color on #488C00 background.


White color preview on #488C00 background

This text has white color on #488C00 background.