Color Hex Logo

#488228 Color Hex

#488228
(72,130,40)
0 Favorites   0 Comments

Color spaces of #488228

RGB 7213040
HSL0.270.530.33
HSV99°69°51°
CMYK 0.450.000.69   0.49
XYZ11.038117.49624.8028
Yxy17.49620.33110.5248
Hunter Lab41.8285-26.095522.4722
CIE-Lab48.8793-35.708841.1952

#488228 color RGB value is (72,130,40).

#488228 hex color red value is 72, green value is 130 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #488228 hue: 0.27 , saturation: 0.53 and the lightness value of 488228 is 0.33.

The process color (four color CMYK) of #488228 color hex is 0.45, 0.00, 0.69, 0.49. Web safe color of #488228 is #339933. Color #488228 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000010 00101000
Octal 110 202 50
Decimal 72 130 40
Hex 48 82 28

RGB Percentages of Color #488228

%29.75
%53.72
%16.53

CMYK Percentages of Color #488228

%45
%0
%69
%49

Triadic Colors of #488228

#488228 #284882 #822848

Analogous Colors of #488228

#488228 #288235 #758228

Monochromatic Colors of #488228

#488228

Complementary Color

#488228 #622882

#488228 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488228 Color Preview on White Background

Lorem ipsum dolor sit amet.

#488228 Color CSS Codes

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

#488228 Text Font Color

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

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


#488228 Background Color

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

This div background color is #488228


#488228 Border Color

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

This div border color is #488228


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,130,40, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #488228; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #488228;
  -webkit-box-shadow: 1px 1px 3px 2px #488228;
  box-shadow:         1px 1px 3px 2px #488228; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488228


Comments

No comments written yet.

Please login to write comment.