Color Hex Logo

#30983d Color Hex

#30983D
(48,152,61)
0 Favorites   0 Comments

Color spaces of #30983d

RGB 4815261
HSL0.350.520.39
HSV128°68°60°
CMYK 0.680.000.60   0.40
XYZ13.289523.42188.2353
Yxy23.42180.29570.5211
Hunter Lab48.3961-35.677323.7882
CIE-Lab55.5042-48.694138.7027

#30983d color RGB value is (48,152,61).

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

The process color (four color CMYK) of #30983d color hex is 0.68, 0.00, 0.60, 0.40. Web safe color of #30983d is #339933. Color #30983d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011000 00111101
Octal 60 230 75
Decimal 48 152 61
Hex 30 98 3D

RGB Percentages of Color #30983d

%18.39
%58.24
%23.37

CMYK Percentages of Color #30983d

%68
%0
%60
%40

Triadic Colors of #30983d

#30983d #3d3098 #983d30

Analogous Colors of #30983d

#30983d #309871 #579830

Monochromatic Colors of #30983d

#30983d

Complementary Color

#30983d #98308b

#30983d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30983d Color Preview on White Background

Lorem ipsum dolor sit amet.

#30983d Color CSS Codes

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

#30983d Text Font Color

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

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


#30983d Background Color

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

This div background color is #30983d


#30983d Border Color

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

This div border color is #30983d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30983d


Comments

No comments written yet.

Please login to write comment.