Color Hex Logo

#295315 Color Hex

#295315
(41,83,21)
0 Favorites   0 Comments

Color spaces of #295315

RGB 418321
HSL0.280.600.20
HSV101°75°33°
CMYK 0.510.000.75   0.67
XYZ4.14316.71211.7867
Yxy6.71210.32770.5309
Hunter Lab25.9077-16.793214.0465
CIE-Lab31.1423-27.232130.4568

#295315 color RGB value is (41,83,21).

#295315 hex color red value is 41, green value is 83 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #295315 hue: 0.28 , saturation: 0.60 and the lightness value of 295315 is 0.20.

The process color (four color CMYK) of #295315 color hex is 0.51, 0.00, 0.75, 0.67. Web safe color of #295315 is #336600. Color #295315 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01010011 00010101
Octal 51 123 25
Decimal 41 83 21
Hex 29 53 15

RGB Percentages of Color #295315

%28.28
%57.24
%14.48

CMYK Percentages of Color #295315

%51
%0
%75
%67

Triadic Colors of #295315

#295315 #152953 #531529

Analogous Colors of #295315

#295315 #155320 #485315

Monochromatic Colors of #295315

#295315

Complementary Color

#295315 #3f1553

#295315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#295315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#295315 Color CSS Codes

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

#295315 Text Font Color

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

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


#295315 Background Color

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

This div background color is #295315


#295315 Border Color

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

This div border color is #295315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #295315


Comments

No comments written yet.

Please login to write comment.