Color Hex Logo

#293030 Color Hex

#293030
(41,48,48)
0 Favorites   0 Comments

Color spaces of #293030

RGB 414848
HSL0.500.080.17
HSV180°15°19°
CMYK 0.150.000.00   0.81
XYZ2.50492.79873.2045
Yxy2.79870.29440.3289
Hunter Lab16.7293-2.54930.3535
CIE-Lab19.2190-3.0113-1.0266

#293030 color RGB value is (41,48,48).

#293030 hex color red value is 41, green value is 48 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #293030 hue: 0.50 , saturation: 0.08 and the lightness value of 293030 is 0.17.

The process color (four color CMYK) of #293030 color hex is 0.15, 0.00, 0.00, 0.81. Web safe color of #293030 is #333333. Color #293030 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00110000 00110000
Octal 51 60 60
Decimal 41 48 48
Hex 29 30 30

RGB Percentages of Color #293030

%29.93
%35.04
%35.04

CMYK Percentages of Color #293030

%15
%0
%0
%81

Triadic Colors of #293030

#293030 #302930 #303029

Analogous Colors of #293030

#293030 #292d30 #29302d

Monochromatic Colors of #293030

#293030

Complementary Color

#293030 #302929

#293030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#293030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#293030 Color CSS Codes

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

#293030 Text Font Color

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

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


#293030 Background Color

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

This div background color is #293030


#293030 Border Color

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

This div border color is #293030


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #293030


Comments

No comments written yet.

Please login to write comment.