Color Hex Logo

#30961d Color Hex

#30961D
(48,150,29)
0 Favorites   0 Comments

Color spaces of #30961d

RGB 4815029
HSL0.310.680.35
HSV111°81°59°
CMYK 0.680.000.81   0.41
XYZ12.347022.52984.8603
Yxy22.52980.31070.5670
Hunter Lab47.4656-36.632427.1548
CIE-Lab54.5847-51.016750.7512

#30961d color RGB value is (48,150,29).

#30961d hex color red value is 48, green value is 150 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #30961d hue: 0.31 , saturation: 0.68 and the lightness value of 30961d is 0.35.

The process color (four color CMYK) of #30961d color hex is 0.68, 0.00, 0.81, 0.41. Web safe color of #30961d is #339933. Color #30961d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10010110 00011101
Octal 60 226 35
Decimal 48 150 29
Hex 30 96 1D

RGB Percentages of Color #30961d

%21.15
%66.08
%12.78

CMYK Percentages of Color #30961d

%68
%0
%81
%41

Triadic Colors of #30961d

#30961d #1d3096 #961d30

Analogous Colors of #30961d

#30961d #1d9646 #6d961d

Monochromatic Colors of #30961d

#30961d

Complementary Color

#30961d #831d96

#30961d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30961d Color Preview on White Background

Lorem ipsum dolor sit amet.

#30961d Color CSS Codes

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

#30961d Text Font Color

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

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


#30961d Background Color

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

This div background color is #30961d


#30961d Border Color

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

This div border color is #30961d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30961d


Comments

No comments written yet.

Please login to write comment.