Color Hex Logo

#28963a Color Hex

#28963A
(40,150,58)
0 Favorites   0 Comments

Color spaces of #28963a

RGB 4015058
HSL0.360.580.37
HSV130°73°59°
CMYK 0.730.000.61   0.41
XYZ12.545122.56937.6981
Yxy22.56930.29300.5272
Hunter Lab47.5072-36.001523.6476
CIE-Lab54.6259-49.847339.0690

#28963a color RGB value is (40,150,58).

#28963a hex color red value is 40, green value is 150 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #28963a hue: 0.36 , saturation: 0.58 and the lightness value of 28963a is 0.37.

The process color (four color CMYK) of #28963a color hex is 0.73, 0.00, 0.61, 0.41. Web safe color of #28963a is #339933. Color #28963a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10010110 00111010
Octal 50 226 72
Decimal 40 150 58
Hex 28 96 3A

RGB Percentages of Color #28963a

%16.13
%60.48
%23.39

CMYK Percentages of Color #28963a

%73
%0
%61
%41

Triadic Colors of #28963a

#28963a #3a2896 #963a28

Analogous Colors of #28963a

#28963a #289671 #4d9628

Monochromatic Colors of #28963a

#28963a

Complementary Color

#28963a #962884

#28963a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28963a Color Preview on White Background

Lorem ipsum dolor sit amet.

#28963a Color CSS Codes

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

#28963a Text Font Color

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

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


#28963a Background Color

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

This div background color is #28963a


#28963a Border Color

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

This div border color is #28963a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,150,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #28963a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #28963a;
  -webkit-box-shadow: 1px 1px 3px 2px #28963a;
  box-shadow:         1px 1px 3px 2px #28963a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28963a


Comments

No comments written yet.

Please login to write comment.