Color Hex Logo

#30994e Color Hex

#30994E
(48,153,78)
0 Favorites   0 Comments

Color spaces of #30994e

RGB 4815378
HSL0.380.520.39
HSV137°69°60°
CMYK 0.690.000.49   0.40
XYZ13.985323.960911.0955
Yxy23.96090.28520.4886
Hunter Lab48.9499-34.663720.8256
CIE-Lab56.0486-46.588530.8048

#30994e color RGB value is (48,153,78).

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

The process color (four color CMYK) of #30994e color hex is 0.69, 0.00, 0.49, 0.40. Web safe color of #30994e is #339966. Color #30994e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011001 01001110
Octal 60 231 116
Decimal 48 153 78
Hex 30 99 4E

RGB Percentages of Color #30994e

%17.20
%54.84
%27.96

CMYK Percentages of Color #30994e

%69
%0
%49
%40

Triadic Colors of #30994e

#30994e #4e3099 #994e30

Analogous Colors of #30994e

#30994e #309983 #479930

Monochromatic Colors of #30994e

#30994e

Complementary Color

#30994e #99307b

#30994e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30994e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30994e Color CSS Codes

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

#30994e Text Font Color

<p style="color:#30994e">Text here</p>

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


#30994e Background Color

<div style="background-color:#30994e">
Div content here</div>

This div background color is #30994e


#30994e Border Color

<div style="border:3px solid #30994e">
Div here</div>

This div border color is #30994e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30994e


Comments

No comments written yet.

Please login to write comment.