Color Hex Logo

#478b28 Color Hex

#478B28
(71,139,40)
0 Favorites   0 Comments

Color spaces of #478b28

RGB 7113940
HSL0.280.550.35
HSV101°71°55°
CMYK 0.490.000.71   0.45
XYZ12.214219.95805.2160
Yxy19.95800.32670.5338
Hunter Lab44.6744-29.377424.3496
CIE-Lab51.7897-39.880544.2421

#478b28 color RGB value is (71,139,40).

#478b28 hex color red value is 71, green value is 139 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #478b28 hue: 0.28 , saturation: 0.55 and the lightness value of 478b28 is 0.35.

The process color (four color CMYK) of #478b28 color hex is 0.49, 0.00, 0.71, 0.45. Web safe color of #478b28 is #339933. Color #478b28 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10001011 00101000
Octal 107 213 50
Decimal 71 139 40
Hex 47 8B 28

RGB Percentages of Color #478b28

%28.40
%55.60
%16.00

CMYK Percentages of Color #478b28

%49
%0
%71
%45

Triadic Colors of #478b28

#478b28 #28478b #8b2847

Analogous Colors of #478b28

#478b28 #288b3b #798b28

Monochromatic Colors of #478b28

#478b28

Complementary Color

#478b28 #6c288b

#478b28 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478b28 Color Preview on White Background

Lorem ipsum dolor sit amet.

#478b28 Color CSS Codes

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

#478b28 Text Font Color

<p style="color:#478b28">Text here</p>

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


#478b28 Background Color

<div style="background-color:#478b28">
Div content here</div>

This div background color is #478b28


#478b28 Border Color

<div style="border:3px solid #478b28">
Div here</div>

This div border color is #478b28


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,139,40, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #478b28; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #478b28;
  -webkit-box-shadow: 1px 1px 3px 2px #478b28;
  box-shadow:         1px 1px 3px 2px #478b28; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478b28


Comments

No comments written yet.

Please login to write comment.