Color Hex Logo

#028b0f Color Hex

#028B0F
(2,139,15)
0 Favorites   0 Comments

Color spaces of #028b0f

RGB 213915
HSL0.350.970.28
HSV126°99°55°
CMYK 0.990.000.89   0.45
XYZ9.343918.51263.5328
Yxy18.51260.29770.5898
Hunter Lab43.0263-36.531625.2502
CIE-Lab50.1120-54.202450.1967

#028b0f color RGB value is (2,139,15).

#028b0f hex color red value is 2, green value is 139 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #028b0f hue: 0.35 , saturation: 0.97 and the lightness value of 028b0f is 0.28.

The process color (four color CMYK) of #028b0f color hex is 0.99, 0.00, 0.89, 0.45. Web safe color of #028b0f is #009900. Color #028b0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10001011 00001111
Octal 2 213 17
Decimal 2 139 15
Hex 2 8B F

RGB Percentages of Color #028b0f

%1.28
%89.10
%9.62

CMYK Percentages of Color #028b0f

%99
%0
%89
%45

Triadic Colors of #028b0f

#028b0f #0f028b #8b0f02

Analogous Colors of #028b0f

#028b0f #028b54 #3a8b02

Monochromatic Colors of #028b0f

#028b0f

Complementary Color

#028b0f #8b027e

#028b0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#028b0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#028b0f Color CSS Codes

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

#028b0f Text Font Color

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

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


#028b0f Background Color

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

This div background color is #028b0f


#028b0f Border Color

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

This div border color is #028b0f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(2,139,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 #028b0f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #028b0f

#028b0f Color Palettes


Comments

No comments written yet.

Please login to write comment.