Color Hex Logo

#30965c Color Hex

#30965C
(48,150,92)
0 Favorites   0 Comments

Color spaces of #30965c

RGB 4815092
HSL0.410.520.39
HSV146°68°59°
CMYK 0.680.000.39   0.41
XYZ14.057023.213813.8650
Yxy23.21380.27490.4540
Hunter Lab48.1807-32.237816.6646
CIE-Lab55.2919-42.876422.2973

#30965c color RGB value is (48,150,92).

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

The process color (four color CMYK) of #30965c color hex is 0.68, 0.00, 0.39, 0.41. Web safe color of #30965c is #339966. Color #30965c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10010110 01011100
Octal 60 226 134
Decimal 48 150 92
Hex 30 96 5C

RGB Percentages of Color #30965c

%16.55
%51.72
%31.72

CMYK Percentages of Color #30965c

%68
%0
%39
%41

Triadic Colors of #30965c

#30965c #5c3096 #965c30

Analogous Colors of #30965c

#30965c #30968f #379630

Monochromatic Colors of #30965c

#30965c

Complementary Color

#30965c #96306a

#30965c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30965c Color Preview on White Background

Lorem ipsum dolor sit amet.

#30965c Color CSS Codes

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

#30965c Text Font Color

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

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


#30965c Background Color

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

This div background color is #30965c


#30965c Border Color

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

This div border color is #30965c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30965c


Comments

No comments written yet.

Please login to write comment.