COLOR #48A002

HEX: #48A002
RGB: (72,160,2)

Color info

#48A002 contains mainly green color. Web safe color of #48A002 is #339900 (or #390).

RGB color model

#48A002 color RGB value is (72,160,2).

  • red value is 72;
  • green value is 160;
  • blue value is 2.
RGB:
(72,160,2)
(28%,63%,1%)

RGB channels and saturation

R 72 of 255 = 28%
G 160 of 255 = 63%
B 2 of 255 = 1%

72
160
2

R + G + B ~ 31%. #48A002 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 160 + 2 = 234 (100%)
R 72 of 234 ~ 30.77%
G 160 of 234 ~ 68.38%
B 2 of 234 ~ 0.85%

%30.77
%68.38

CMYK color model

#48A002 color CMYK value is (55,0,99,37).

  • cyan value is 55.00%
  • magenta value is 0.00%
  • yellow value is 98.75%
  • key color value is 37.25%
CMYK:
(55,0,99,37)
C55M0Y99K37 
(55%,0%,99%,37%)
(0.55/0.00/0.99/0.37)	

CMYK percentages

%55
%0
%98.75
%37.25

Codes

Color #48A002 in popluar color models

48A002
RGB721602
HSL93°97.53%31.76%
HSB/HSV93°98.75%62.75%
CMYK55.00%0.00%98.75%
37.25%

Color #48A002 in popluar number systems.

HEX48A002
Decimal721602
Binary10010001010000010
Octal1102402

Shades and tints

Shades of #48A002

#48A002
(72,160,2)
#429202
(66,146,2)
#3C8402
(60,132,2)
#367602
(54,118,2)
#306802
(48,104,2)
#2A5A02
(42,90,2)
#244C02
(36,76,2)
#1E3E02
(30,62,2)
#183002
(24,48,2)
#122202
(18,34,2)
#0C1402
(12,20,2)
#000000
(0,0,0)

Tints of #48A002

#48A002
(72,160,2)
#58A819
(88,168,25)
#68B030
(104,176,48)
#78B847
(120,184,71)
#88C05E
(136,192,94)
#98C875
(152,200,117)
#A8D08C
(168,208,140)
#B8D8A3
(184,216,163)
#C8E0BA
(200,224,186)
#D8E8D1
(216,232,209)
#E8F0E8
(232,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48A002 color. Also use rgb(72,160,2) instead hex code.

Text Font Color

.myTextColor { color: #48A002; }

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

This text font color is #48A002.


Background Color

.myBgColor { background-color: #48A002; }

<div style="background-color:#48A002">Inner text</div>

This div background color is #48A002.


Border color

.myBorderColor { border: 1px solid #48A002; }

<div style="border:3px solid #48A002">Div</div>

This div border color is #48A002.


Opacity

.myOpacity80 { color: #48A002; opacity: 0.8; }

<p style="color:#48A002;opacity:0.8;">80%</p>

Text with #48A002 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 #48A002;}

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

This text has shadow with #48A002 color.

.textShadow {text-shadow: 3px 3px 1px #48A002, 3px 3px 1px red;}

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

This text has shadow with #48A002 primary color and red secondary color.


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

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

This text has shadow with #48A002 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48A002 on black background.


Color preview on white background

This text has color #48A002 on white background.



Black color preview on #48A002 background

This text has black color on #48A002 background.


White color preview on #48A002 background

This text has white color on #48A002 background.