COLOR #48AC2B

HEX: #48AC2B
RGB: (72,172,43)

Color info

#48AC2B contains mainly green color. Web safe color of #48AC2B is #339933 (or #393).

RGB color model

#48AC2B color RGB value is (72,172,43).

  • red value is 72;
  • green value is 172;
  • blue value is 43.
RGB:
(72,172,43)
(28%,67%,17%)

RGB channels and saturation

R 72 of 255 = 28%
G 172 of 255 = 67%
B 43 of 255 = 17%

72
172
43

R + G + B ~ 37%. #48AC2B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 172 + 43 = 287 (100%)
R 72 of 287 ~ 25.09%
G 172 of 287 ~ 59.93%
B 43 of 287 ~ 14.98%

%25.09
%59.93
%14.98

CMYK color model

#48AC2B color CMYK value is (58,0,75,33).

  • cyan value is 58.14%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 32.55%
CMYK:
(58,0,75,33)
C58M0Y75K33 
(58%,0%,75%,33%)
(0.58/0.00/0.75/0.33)	

CMYK percentages

%58.14
%0
%75
%32.55

Codes

Color #48AC2B in popluar color models

48AC2B
RGB7217243
HSL107°60.00%42.16%
HSB/HSV107°75.00%67.45%
CMYK58.14%0.00%75.00%
32.55%

Color #48AC2B in popluar number systems.

HEX48AC2B
Decimal7217243
Binary100100010101100101011
Octal11025453

Shades and tints

Shades of #48AC2B

#48AC2B
(72,172,43)
#429D28
(66,157,40)
#3C8E25
(60,142,37)
#367F22
(54,127,34)
#30701F
(48,112,31)
#2A611C
(42,97,28)
#245219
(36,82,25)
#1E4316
(30,67,22)
#183413
(24,52,19)
#122510
(18,37,16)
#0C160D
(12,22,13)
#000000
(0,0,0)

Tints of #48AC2B

#48AC2B
(72,172,43)
#58B33E
(88,179,62)
#68BA51
(104,186,81)
#78C164
(120,193,100)
#88C877
(136,200,119)
#98CF8A
(152,207,138)
#A8D69D
(168,214,157)
#B8DDB0
(184,221,176)
#C8E4C3
(200,228,195)
#D8EBD6
(216,235,214)
#E8F2E9
(232,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48AC2B color. Also use rgb(72,172,43) instead hex code.

Text Font Color

.myTextColor { color: #48AC2B; }

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

This text font color is #48AC2B.


Background Color

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

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

This div background color is #48AC2B.


Border color

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

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

This div border color is #48AC2B.


Opacity

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

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

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

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

This text has shadow with #48AC2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48AC2B on black background.


Color preview on white background

This text has color #48AC2B on white background.



Black color preview on #48AC2B background

This text has black color on #48AC2B background.


White color preview on #48AC2B background

This text has white color on #48AC2B background.