Color Hex Logo

#30995d Color Hex

#30995D
(48,153,93)
0 Favorites   0 Comments

Color spaces of #30995d

RGB 4815393
HSL0.400.520.39
HSV146°69°60°
CMYK 0.690.000.39   0.40
XYZ14.585924.201214.2585
Yxy24.20120.27500.4562
Hunter Lab49.1947-33.166717.2518
CIE-Lab56.2887-43.897423.0729

#30995d color RGB value is (48,153,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011001 01011101
Octal 60 231 135
Decimal 48 153 93
Hex 30 99 5D

RGB Percentages of Color #30995d

%16.33
%52.04
%31.63

CMYK Percentages of Color #30995d

%69
%0
%39
%40

Triadic Colors of #30995d

#30995d #5d3099 #995d30

Analogous Colors of #30995d

#30995d #309992 #389930

Monochromatic Colors of #30995d

#30995d

Complementary Color

#30995d #99306c

#30995d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30995d Color Preview on White Background

Lorem ipsum dolor sit amet.

#30995d Color CSS Codes

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

#30995d Text Font Color

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

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


#30995d Background Color

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

This div background color is #30995d


#30995d Border Color

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

This div border color is #30995d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,153,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 #30995d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30995d


Comments

No comments written yet.

Please login to write comment.