Color Hex Logo

#308c38 Color Hex

#308C38
(48,140,56)
0 Favorites   0 Comments

Color spaces of #308c38

RGB 4814056
HSL0.350.490.37
HSV125°66°55°
CMYK 0.660.000.60   0.45
XYZ11.310819.67016.9419
Yxy19.67010.29830.5187
Hunter Lab44.3510-32.091521.7655
CIE-Lab51.4622-44.849436.4160

#308c38 color RGB value is (48,140,56).

#308c38 hex color red value is 48, green value is 140 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #308c38 hue: 0.35 , saturation: 0.49 and the lightness value of 308c38 is 0.37.

The process color (four color CMYK) of #308c38 color hex is 0.66, 0.00, 0.60, 0.45. Web safe color of #308c38 is #339933. Color #308c38 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10001100 00111000
Octal 60 214 70
Decimal 48 140 56
Hex 30 8C 38

RGB Percentages of Color #308c38

%19.67
%57.38
%22.95

CMYK Percentages of Color #308c38

%66
%0
%60
%45

Triadic Colors of #308c38

#308c38 #38308c #8c3830

Analogous Colors of #308c38

#308c38 #308c66 #568c30

Monochromatic Colors of #308c38

#308c38

Complementary Color

#308c38 #8c3084

#308c38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#308c38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#308c38 Color CSS Codes

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

#308c38 Text Font Color

<p style="color:#308c38">Text here</p>

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


#308c38 Background Color

<div style="background-color:#308c38">
Div content here</div>

This div background color is #308c38


#308c38 Border Color

<div style="border:3px solid #308c38">
Div here</div>

This div border color is #308c38


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,140,56, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #308c38; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #308c38;
  -webkit-box-shadow: 1px 1px 3px 2px #308c38;
  box-shadow:         1px 1px 3px 2px #308c38; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #308c38


Comments

No comments written yet.

Please login to write comment.