Color Hex Logo

#28990a Color Hex

#28990A
(40,153,10)
0 Favorites   0 Comments

Color spaces of #28990a

RGB 4015310
HSL0.300.880.32
HSV107°93°60°
CMYK 0.740.000.93   0.40
XYZ12.321123.25554.1265
Yxy23.25550.31030.5857
Hunter Lab48.2240-38.785628.6834
CIE-Lab55.3345-54.426155.8110

#28990a color RGB value is (40,153,10).

#28990a hex color red value is 40, green value is 153 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #28990a hue: 0.30 , saturation: 0.88 and the lightness value of 28990a is 0.32.

The process color (four color CMYK) of #28990a color hex is 0.74, 0.00, 0.93, 0.40. Web safe color of #28990a is #339900. Color #28990a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10011001 00001010
Octal 50 231 12
Decimal 40 153 10
Hex 28 99 A

RGB Percentages of Color #28990a

%19.70
%75.37
%4.93

CMYK Percentages of Color #28990a

%74
%0
%93
%40

Triadic Colors of #28990a

#28990a #0a2899 #990a28

Analogous Colors of #28990a

#28990a #0a9934 #70990a

Monochromatic Colors of #28990a

#28990a

Complementary Color

#28990a #7b0a99

#28990a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28990a Color Preview on White Background

Lorem ipsum dolor sit amet.

#28990a Color CSS Codes

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

#28990a Text Font Color

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

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


#28990a Background Color

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

This div background color is #28990a


#28990a Border Color

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

This div border color is #28990a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28990a


Comments

No comments written yet.

Please login to write comment.