Color Hex Logo

#028155 Color Hex

#028155
(2,129,85)
0 Favorites   0 Comments

Color spaces of #028155

RGB 212985
HSL0.440.970.26
HSV159°98°51°
CMYK 0.980.000.34   0.49
XYZ9.515016.369311.2524
Yxy16.36930.25620.4408
Hunter Lab40.4590-28.824211.8316
CIE-Lab47.4553-41.351115.5505

#028155 color RGB value is (2,129,85).

#028155 hex color red value is 2, green value is 129 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #028155 hue: 0.44 , saturation: 0.97 and the lightness value of 028155 is 0.26.

The process color (four color CMYK) of #028155 color hex is 0.98, 0.00, 0.34, 0.49. Web safe color of #028155 is #009966. Color #028155 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10000001 01010101
Octal 2 201 125
Decimal 2 129 85
Hex 2 81 55

RGB Percentages of Color #028155

%0.93
%59.72
%39.35

CMYK Percentages of Color #028155

%98
%0
%34
%49

Triadic Colors of #028155

#028155 #550281 #815502

Analogous Colors of #028155

#028155 #026e81 #028116

Monochromatic Colors of #028155

#028155

Complementary Color

#028155 #81022e

#028155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#028155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#028155 Color CSS Codes

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

#028155 Text Font Color

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

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


#028155 Background Color

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

This div background color is #028155


#028155 Border Color

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

This div border color is #028155


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,129,85, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #028155; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #028155;
  -webkit-box-shadow: 1px 1px 3px 2px #028155;
  box-shadow:         1px 1px 3px 2px #028155; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #028155


Comments

No comments written yet.

Please login to write comment.