Color Hex Logo

#28d920 Color Hex

#28D920
(40,217,32)
0 Favorites   0 Comments

Color spaces of #28d920

RGB 4021732
HSL0.330.740.49
HSV117°85°85°
CMYK 0.820.000.85   0.15
XYZ25.948650.18119.6848
Yxy50.18110.30240.5848
Hunter Lab70.8386-58.582041.4811
CIE-Lab76.1803-72.967969.6544

#28d920 color RGB value is (40,217,32).

#28d920 hex color red value is 40, green value is 217 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #28d920 hue: 0.33 , saturation: 0.74 and the lightness value of 28d920 is 0.49.

The process color (four color CMYK) of #28d920 color hex is 0.82, 0.00, 0.85, 0.15. Web safe color of #28d920 is #33cc33. Color #28d920 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 11011001 00100000
Octal 50 331 40
Decimal 40 217 32
Hex 28 D9 20

RGB Percentages of Color #28d920

%13.84
%75.09
%11.07

CMYK Percentages of Color #28d920

%82
%0
%85
%15

Triadic Colors of #28d920

#28d920 #2028d9 #d92028

Analogous Colors of #28d920

#28d920 #20d975 #85d920

Monochromatic Colors of #28d920

#28d920

Complementary Color

#28d920 #d120d9

#28d920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28d920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#28d920 Color CSS Codes

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

#28d920 Text Font Color

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

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


#28d920 Background Color

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

This div background color is #28d920


#28d920 Border Color

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

This div border color is #28d920


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28d920


Comments

No comments written yet.

Please login to write comment.