Color Hex Logo

#30924a Color Hex

#30924A
(48,146,74)
0 Favorites   0 Comments

Color spaces of #30924a

RGB 4814674
HSL0.380.510.38
HSV136°67°57°
CMYK 0.670.000.49   0.43
XYZ12.733821.68069.9922
Yxy21.68060.28680.4882
Hunter Lab46.5624-32.668419.8702
CIE-Lab53.6865-44.527929.9372

#30924a color RGB value is (48,146,74).

#30924a hex color red value is 48, green value is 146 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #30924a hue: 0.38 , saturation: 0.51 and the lightness value of 30924a is 0.38.

The process color (four color CMYK) of #30924a color hex is 0.67, 0.00, 0.49, 0.43. Web safe color of #30924a is #339933. Color #30924a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10010010 01001010
Octal 60 222 112
Decimal 48 146 74
Hex 30 92 4A

RGB Percentages of Color #30924a

%17.91
%54.48
%27.61

CMYK Percentages of Color #30924a

%67
%0
%49
%43

Triadic Colors of #30924a

#30924a #4a3092 #924a30

Analogous Colors of #30924a

#30924a #30927b #479230

Monochromatic Colors of #30924a

#30924a

Complementary Color

#30924a #923078

#30924a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30924a Color Preview on White Background

Lorem ipsum dolor sit amet.

#30924a Color CSS Codes

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

#30924a Text Font Color

<p style="color:#30924a">Text here</p>

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


#30924a Background Color

<div style="background-color:#30924a">
Div content here</div>

This div background color is #30924a


#30924a Border Color

<div style="border:3px solid #30924a">
Div here</div>

This div border color is #30924a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,146,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30924a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30924a;
  -webkit-box-shadow: 1px 1px 3px 2px #30924a;
  box-shadow:         1px 1px 3px 2px #30924a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30924a


Comments

No comments written yet.

Please login to write comment.