Color Hex Logo

#30985d Color Hex

#30985D
(48,152,93)
0 Favorites   0 Comments

Color spaces of #30985d

RGB 4815293
HSL0.410.520.39
HSV146°68°60°
CMYK 0.680.000.39   0.40
XYZ14.422923.875214.2041
Yxy23.87520.27470.4547
Hunter Lab48.8623-32.820316.9682
CIE-Lab55.9626-43.492922.6400

#30985d color RGB value is (48,152,93).

#30985d hex color red value is 48, green value is 152 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #30985d hue: 0.41 , saturation: 0.52 and the lightness value of 30985d is 0.39.

The process color (four color CMYK) of #30985d color hex is 0.68, 0.00, 0.39, 0.40. Web safe color of #30985d is #339966. Color #30985d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011000 01011101
Octal 60 230 135
Decimal 48 152 93
Hex 30 98 5D

RGB Percentages of Color #30985d

%16.38
%51.88
%31.74

CMYK Percentages of Color #30985d

%68
%0
%39
%40

Triadic Colors of #30985d

#30985d #5d3098 #985d30

Analogous Colors of #30985d

#30985d #309891 #379830

Monochromatic Colors of #30985d

#30985d

Complementary Color

#30985d #98306b

#30985d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30985d Color Preview on White Background

Lorem ipsum dolor sit amet.

#30985d Color CSS Codes

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

#30985d Text Font Color

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

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


#30985d Background Color

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

This div background color is #30985d


#30985d Border Color

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

This div border color is #30985d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30985d


Comments

No comments written yet.

Please login to write comment.