Color Hex Logo

#28a618 Color Hex

#28A618
(40,166,24)
0 Favorites   0 Comments

Color spaces of #28a618

RGB 4016624
HSL0.310.750.37
HSV113°86°65°
CMYK 0.760.000.86   0.35
XYZ14.676227.78955.4546
Yxy27.78950.30630.5799
Hunter Lab52.7157-42.557730.7662
CIE-Lab59.6981-58.041856.7862

#28a618 color RGB value is (40,166,24).

#28a618 hex color red value is 40, green value is 166 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #28a618 hue: 0.31 , saturation: 0.75 and the lightness value of 28a618 is 0.37.

The process color (four color CMYK) of #28a618 color hex is 0.76, 0.00, 0.86, 0.35. Web safe color of #28a618 is #339900. Color #28a618 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10100110 00011000
Octal 50 246 30
Decimal 40 166 24
Hex 28 A6 18

RGB Percentages of Color #28a618

%17.39
%72.17
%10.43

CMYK Percentages of Color #28a618

%76
%0
%86
%35

Triadic Colors of #28a618

#28a618 #1828a6 #a61828

Analogous Colors of #28a618

#28a618 #18a64f #6fa618

Monochromatic Colors of #28a618

#28a618

Complementary Color

#28a618 #9618a6

#28a618 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28a618 Color Preview on White Background

Lorem ipsum dolor sit amet.

#28a618 Color CSS Codes

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

#28a618 Text Font Color

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

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


#28a618 Background Color

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

This div background color is #28a618


#28a618 Border Color

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

This div border color is #28a618


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,166,24, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #28a618; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #28a618;
  -webkit-box-shadow: 1px 1px 3px 2px #28a618;
  box-shadow:         1px 1px 3px 2px #28a618; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28a618


Comments

No comments written yet.

Please login to write comment.