Color Hex Logo

#028515 Color Hex

#028515
(2,133,21)
0 Favorites   0 Comments

Color spaces of #028515

RGB 213321
HSL0.360.970.26
HSV129°98°52°
CMYK 0.980.000.84   0.48
XYZ8.547916.84213.5098
Yxy16.84210.29580.5828
Hunter Lab41.0391-34.639323.6567
CIE-Lab48.0605-52.107746.7982

#028515 color RGB value is (2,133,21).

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

The process color (four color CMYK) of #028515 color hex is 0.98, 0.00, 0.84, 0.48. Web safe color of #028515 is #009900. Color #028515 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10000101 00010101
Octal 2 205 25
Decimal 2 133 21
Hex 2 85 15

RGB Percentages of Color #028515

%1.28
%85.26
%13.46

CMYK Percentages of Color #028515

%98
%0
%84
%48

Triadic Colors of #028515

#028515 #150285 #851502

Analogous Colors of #028515

#028515 #028557 #318502

Monochromatic Colors of #028515

#028515

Complementary Color

#028515 #850272

#028515 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#028515 Color Preview on White Background

Lorem ipsum dolor sit amet.

#028515 Color CSS Codes

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

#028515 Text Font Color

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

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


#028515 Background Color

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

This div background color is #028515


#028515 Border Color

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

This div border color is #028515


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #028515


Comments

No comments written yet.

Please login to write comment.