Color Hex Logo

#489b0f Color Hex

#489B0F
(72,155,15)
0 Favorites   0 Comments

Color spaces of #489b0f

RGB 7215515
HSL0.270.820.33
HSV96°90°61°
CMYK 0.540.000.90   0.39
XYZ14.480124.85494.4862
Yxy24.85490.33040.5672
Hunter Lab49.8547-35.401129.5630
CIE-Lab56.9338-47.326856.6704

#489b0f color RGB value is (72,155,15).

#489b0f hex color red value is 72, green value is 155 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #489b0f hue: 0.27 , saturation: 0.82 and the lightness value of 489b0f is 0.33.

The process color (four color CMYK) of #489b0f color hex is 0.54, 0.00, 0.90, 0.39. Web safe color of #489b0f is #339900. Color #489b0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10011011 00001111
Octal 110 233 17
Decimal 72 155 15
Hex 48 9B F

RGB Percentages of Color #489b0f

%29.75
%64.05
%6.20

CMYK Percentages of Color #489b0f

%54
%0
%90
%39

Triadic Colors of #489b0f

#489b0f #0f489b #9b0f48

Analogous Colors of #489b0f

#489b0f #0f9b1c #8e9b0f

Monochromatic Colors of #489b0f

#489b0f

Complementary Color

#489b0f #620f9b

#489b0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#489b0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#489b0f Color CSS Codes

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

#489b0f Text Font Color

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

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


#489b0f Background Color

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

This div background color is #489b0f


#489b0f Border Color

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

This div border color is #489b0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #489b0f


Comments

No comments written yet.

Please login to write comment.