Color Hex Logo

#027615 Color Hex

#027615
(2,118,21)
0 Favorites   0 Comments

Color spaces of #027615

RGB 211821
HSL0.360.970.24
HSV130°98°46°
CMYK 0.980.000.82   0.54
XYZ6.638813.02392.8734
Yxy13.02390.29460.5779
Hunter Lab36.0886-30.318620.5413
CIE-Lab42.7992-47.530441.8334

#027615 color RGB value is (2,118,21).

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

The process color (four color CMYK) of #027615 color hex is 0.98, 0.00, 0.82, 0.54. Web safe color of #027615 is #006600. Color #027615 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01110110 00010101
Octal 2 166 25
Decimal 2 118 21
Hex 2 76 15

RGB Percentages of Color #027615

%1.42
%83.69
%14.89

CMYK Percentages of Color #027615

%98
%0
%82
%54

Triadic Colors of #027615

#027615 #150276 #761502

Analogous Colors of #027615

#027615 #02764f #297602

Monochromatic Colors of #027615

#027615

Complementary Color

#027615 #760263

#027615 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#027615 Color Preview on White Background

Lorem ipsum dolor sit amet.

#027615 Color CSS Codes

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

#027615 Text Font Color

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

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


#027615 Background Color

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

This div background color is #027615


#027615 Border Color

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

This div border color is #027615


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #027615


Comments

No comments written yet.

Please login to write comment.