Color Hex Logo

#28c52a Color Hex

#28C52A
(40,197,42)
0 Favorites   0 Comments

Color spaces of #28c52a

RGB 4019742
HSL0.340.660.46
HSV121°80°77°
CMYK 0.800.000.79   0.23
XYZ21.259240.55088.8971
Yxy40.55080.30070.5735
Hunter Lab63.6795-51.847536.2918
CIE-Lab69.8600-66.576561.2466

#28c52a color RGB value is (40,197,42).

#28c52a hex color red value is 40, green value is 197 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #28c52a hue: 0.34 , saturation: 0.66 and the lightness value of 28c52a is 0.46.

The process color (four color CMYK) of #28c52a color hex is 0.80, 0.00, 0.79, 0.23. Web safe color of #28c52a is #33cc33. Color #28c52a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 11000101 00101010
Octal 50 305 52
Decimal 40 197 42
Hex 28 C5 2A

RGB Percentages of Color #28c52a

%14.34
%70.61
%15.05

CMYK Percentages of Color #28c52a

%80
%0
%79
%23

Triadic Colors of #28c52a

#28c52a #2a28c5 #c52a28

Analogous Colors of #28c52a

#28c52a #28c579 #75c528

Monochromatic Colors of #28c52a

#28c52a

Complementary Color

#28c52a #c528c3

#28c52a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28c52a Color Preview on White Background

Lorem ipsum dolor sit amet.

#28c52a Color CSS Codes

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

#28c52a Text Font Color

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

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


#28c52a Background Color

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

This div background color is #28c52a


#28c52a Border Color

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

This div border color is #28c52a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28c52a


Comments

No comments written yet.

Please login to write comment.