Color Hex Logo

#30962c Color Hex

#30962C
(48,150,44)
0 Favorites   0 Comments

Color spaces of #30962c

RGB 4815044
HSL0.330.550.38
HSV118°71°59°
CMYK 0.680.000.71   0.41
XYZ12.579922.62296.0865
Yxy22.62290.30470.5479
Hunter Lab47.5635-36.025425.7074
CIE-Lab54.6818-49.852945.3937

#30962c color RGB value is (48,150,44).

#30962c hex color red value is 48, green value is 150 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #30962c hue: 0.33 , saturation: 0.55 and the lightness value of 30962c is 0.38.

The process color (four color CMYK) of #30962c color hex is 0.68, 0.00, 0.71, 0.41. Web safe color of #30962c is #339933. Color #30962c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10010110 00101100
Octal 60 226 54
Decimal 48 150 44
Hex 30 96 2C

RGB Percentages of Color #30962c

%19.83
%61.98
%18.18

CMYK Percentages of Color #30962c

%68
%0
%71
%41

Triadic Colors of #30962c

#30962c #2c3096 #962c30

Analogous Colors of #30962c

#30962c #2c965d #65962c

Monochromatic Colors of #30962c

#30962c

Complementary Color

#30962c #922c96

#30962c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30962c Color Preview on White Background

Lorem ipsum dolor sit amet.

#30962c Color CSS Codes

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

#30962c Text Font Color

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

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


#30962c Background Color

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

This div background color is #30962c


#30962c Border Color

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

This div border color is #30962c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30962c


Comments

No comments written yet.

Please login to write comment.