Color Hex Logo

#48a11a Color Hex

#48A11A
(72,161,26)
0 Favorites   0 Comments

Color spaces of #48a11a

RGB 7216126
HSL0.280.720.37
HSV100°84°63°
CMYK 0.550.000.84   0.37
XYZ15.603826.94205.3552
Yxy26.94200.32580.5625
Hunter Lab51.9057-37.174630.2169
CIE-Lab58.9206-49.154355.8963

#48a11a color RGB value is (72,161,26).

#48a11a hex color red value is 72, green value is 161 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #48a11a hue: 0.28 , saturation: 0.72 and the lightness value of 48a11a is 0.37.

The process color (four color CMYK) of #48a11a color hex is 0.55, 0.00, 0.84, 0.37. Web safe color of #48a11a is #339933. Color #48a11a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10100001 00011010
Octal 110 241 32
Decimal 72 161 26
Hex 48 A1 1A

RGB Percentages of Color #48a11a

%27.80
%62.16
%10.04

CMYK Percentages of Color #48a11a

%55
%0
%84
%37

Triadic Colors of #48a11a

#48a11a #1a48a1 #a11a48

Analogous Colors of #48a11a

#48a11a #1aa130 #8ca11a

Monochromatic Colors of #48a11a

#48a11a

Complementary Color

#48a11a #731aa1

#48a11a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48a11a Color Preview on White Background

Lorem ipsum dolor sit amet.

#48a11a Color CSS Codes

.mybgcolor {background-color:#48a11a; } 
.myforecolor {color:#48a11a; }
.mybordercolor {border:3px solid #48a11a; }

#48a11a Text Font Color

<p style="color:#48a11a">Text here</p>

This sample text font color is #48a11a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#48a11a Background Color

<div style="background-color:#48a11a">
Div content here</div>

This div background color is #48a11a


#48a11a Border Color

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

This div border color is #48a11a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,161,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48a11a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48a11a;
  -webkit-box-shadow: 1px 1px 3px 2px #48a11a;
  box-shadow:         1px 1px 3px 2px #48a11a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,161,26, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #48a11a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #48a11a;
  -webkit-box-shadow: 1px 1px 3px 2px #48a11a;
  box-shadow:         1px 1px 3px 2px #48a11a;">
Div content here</div>

This div box has shadow with color #48a11a


Comments

No comments written yet.

Please login to write comment.