Color Hex Logo

#295008 Color Hex

#295008
(41,80,8)
0 Favorites   0 Comments

Color spaces of #295008

RGB 41808
HSL0.260.820.17
HSV93°90°31°
CMYK 0.490.000.90   0.69
XYZ3.82696.22631.2298
Yxy6.22630.33920.5518
Hunter Lab24.9526-16.291014.5446
CIE-Lab29.9764-26.802134.3963

#295008 color RGB value is (41,80,8).

#295008 hex color red value is 41, green value is 80 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #295008 hue: 0.26 , saturation: 0.82 and the lightness value of 295008 is 0.17.

The process color (four color CMYK) of #295008 color hex is 0.49, 0.00, 0.90, 0.69. Web safe color of #295008 is #336600. Color #295008 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01010000 00001000
Octal 51 120 10
Decimal 41 80 8
Hex 29 50 8

RGB Percentages of Color #295008

%31.78
%62.02
%6.20

CMYK Percentages of Color #295008

%49
%0
%90
%69

Triadic Colors of #295008

#295008 #082950 #500829

Analogous Colors of #295008

#295008 #08500b #4d5008

Monochromatic Colors of #295008

#295008

Complementary Color

#295008 #2f0850

#295008 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#295008 Color Preview on White Background

Lorem ipsum dolor sit amet.

#295008 Color CSS Codes

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

#295008 Text Font Color

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

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


#295008 Background Color

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

This div background color is #295008


#295008 Border Color

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

This div border color is #295008


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,80,8, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #295008; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #295008;
  -webkit-box-shadow: 1px 1px 3px 2px #295008;
  box-shadow:         1px 1px 3px 2px #295008; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,80,8, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #295008


Comments

No comments written yet.

Please login to write comment.