Color Hex Logo

#305029 Color Hex

#305029
(48,80,41)
1 Favorites   0 Comments

Color spaces of #305029

RGB 488041
HSL0.300.320.24
HSV109°49°31°
CMYK 0.400.000.49   0.69
XYZ4.48786.52583.1209
Yxy6.52580.31750.4617
Hunter Lab25.5456-13.346410.6385
CIE-Lab30.7020-20.583819.3135

#305029 color RGB value is (48,80,41).

#305029 hex color red value is 48, green value is 80 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #305029 hue: 0.30 , saturation: 0.32 and the lightness value of 305029 is 0.24.

The process color (four color CMYK) of #305029 color hex is 0.40, 0.00, 0.49, 0.69. Web safe color of #305029 is #336633. Color #305029 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01010000 00101001
Octal 60 120 51
Decimal 48 80 41
Hex 30 50 29

RGB Percentages of Color #305029

%28.40
%47.34
%24.26

CMYK Percentages of Color #305029

%40
%0
%49
%69

Triadic Colors of #305029

#305029 #293050 #502930

Analogous Colors of #305029

#305029 #295036 #445029

Monochromatic Colors of #305029

#305029

Complementary Color

#305029 #492950

#305029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#305029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#305029 Color CSS Codes

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

#305029 Text Font Color

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

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


#305029 Background Color

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

This div background color is #305029


#305029 Border Color

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

This div border color is #305029


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #305029


Comments

No comments written yet.

Please login to write comment.