Color Hex Logo

#48a42b Color Hex

#48A42B
(72,164,43)
0 Favorites   0 Comments

Color spaces of #48a42b

RGB 7216443
HSL0.290.580.41
HSV106°74°64°
CMYK 0.560.000.74   0.36
XYZ16.384028.10316.8464
Yxy28.10310.31920.5475
Hunter Lab53.0124-37.604429.4515
CIE-Lab59.9818-49.239351.4731

#48a42b color RGB value is (72,164,43).

#48a42b hex color red value is 72, green value is 164 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #48a42b hue: 0.29 , saturation: 0.58 and the lightness value of 48a42b is 0.41.

The process color (four color CMYK) of #48a42b color hex is 0.56, 0.00, 0.74, 0.36. Web safe color of #48a42b is #339933. Color #48a42b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10100100 00101011
Octal 110 244 53
Decimal 72 164 43
Hex 48 A4 2B

RGB Percentages of Color #48a42b

%25.81
%58.78
%15.41

CMYK Percentages of Color #48a42b

%56
%0
%74
%36

Triadic Colors of #48a42b

#48a42b #2b48a4 #a42b48

Analogous Colors of #48a42b

#48a42b #2ba44b #85a42b

Monochromatic Colors of #48a42b

#48a42b

Complementary Color

#48a42b #872ba4

#48a42b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48a42b Color Preview on White Background

Lorem ipsum dolor sit amet.

#48a42b Color CSS Codes

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

#48a42b Text Font Color

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

This sample text font color is #48a42b
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.


#48a42b Background Color

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

This div background color is #48a42b


#48a42b Border Color

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

This div border color is #48a42b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48a42b


Comments

No comments written yet.

Please login to write comment.