Color Hex Logo

#489d1f Color Hex

#489D1F
(72,157,31)
0 Favorites   0 Comments

Color spaces of #489d1f

RGB 7215731
HSL0.280.670.37
HSV100°80°62°
CMYK 0.540.000.80   0.38
XYZ14.976825.59065.4464
Yxy25.59060.32550.5562
Hunter Lab50.5872-35.680929.0276
CIE-Lab57.6464-47.379353.2858

#489d1f color RGB value is (72,157,31).

#489d1f hex color red value is 72, green value is 157 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #489d1f hue: 0.28 , saturation: 0.67 and the lightness value of 489d1f is 0.37.

The process color (four color CMYK) of #489d1f color hex is 0.54, 0.00, 0.80, 0.38. Web safe color of #489d1f is #339933. Color #489d1f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10011101 00011111
Octal 110 235 37
Decimal 72 157 31
Hex 48 9D 1F

RGB Percentages of Color #489d1f

%27.69
%60.38
%11.92

CMYK Percentages of Color #489d1f

%54
%0
%80
%38

Triadic Colors of #489d1f

#489d1f #1f489d #9d1f48

Analogous Colors of #489d1f

#489d1f #1f9d35 #879d1f

Monochromatic Colors of #489d1f

#489d1f

Complementary Color

#489d1f #741f9d

#489d1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#489d1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#489d1f Color CSS Codes

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

#489d1f Text Font Color

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

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


#489d1f Background Color

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

This div background color is #489d1f


#489d1f Border Color

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

This div border color is #489d1f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,157,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #489d1f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #489d1f;
  -webkit-box-shadow: 1px 1px 3px 2px #489d1f;
  box-shadow:         1px 1px 3px 2px #489d1f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #489d1f


Comments

No comments written yet.

Please login to write comment.