Color Hex Logo

#028415 Color Hex

#028415
(2,132,21)
0 Favorites   0 Comments

Color spaces of #028415

RGB 213221
HSL0.360.970.26
HSV129°98°52°
CMYK 0.980.000.84   0.48
XYZ8.411716.56963.4644
Yxy16.56960.29570.5825
Hunter Lab40.7058-34.348723.4480
CIE-Lab47.7131-51.806646.4750

#028415 color RGB value is (2,132,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 10000100 00010101
Octal 2 204 25
Decimal 2 132 21
Hex 2 84 15

RGB Percentages of Color #028415

%1.29
%85.16
%13.55

CMYK Percentages of Color #028415

%98
%0
%84
%48

Triadic Colors of #028415

#028415 #150284 #841502

Analogous Colors of #028415

#028415 #028456 #308402

Monochromatic Colors of #028415

#028415

Complementary Color

#028415 #840271

#028415 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#028415 Color Preview on White Background

Lorem ipsum dolor sit amet.

#028415 Color CSS Codes

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

#028415 Text Font Color

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

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


#028415 Background Color

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

This div background color is #028415


#028415 Border Color

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

This div border color is #028415


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #028415


Comments

No comments written yet.

Please login to write comment.