Color Hex Logo

#309b3e Color Hex

#309B3E
(48,155,62)
0 Favorites   0 Comments

Color spaces of #309b3e

RGB 4815562
HSL0.360.530.40
HSV128°69°61°
CMYK 0.690.000.60   0.39
XYZ13.809824.41898.5429
Yxy24.41890.29530.5221
Hunter Lab49.4155-36.592924.3408
CIE-Lab56.5048-49.663639.3876

#309b3e color RGB value is (48,155,62).

#309b3e hex color red value is 48, green value is 155 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #309b3e hue: 0.36 , saturation: 0.53 and the lightness value of 309b3e is 0.40.

The process color (four color CMYK) of #309b3e color hex is 0.69, 0.00, 0.60, 0.39. Web safe color of #309b3e is #339933. Color #309b3e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011011 00111110
Octal 60 233 76
Decimal 48 155 62
Hex 30 9B 3E

RGB Percentages of Color #309b3e

%18.11
%58.49
%23.40

CMYK Percentages of Color #309b3e

%69
%0
%60
%39

Triadic Colors of #309b3e

#309b3e #3e309b #9b3e30

Analogous Colors of #309b3e

#309b3e #309b74 #589b30

Monochromatic Colors of #309b3e

#309b3e

Complementary Color

#309b3e #9b308d

#309b3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309b3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#309b3e Color CSS Codes

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

#309b3e Text Font Color

<p style="color:#309b3e">Text here</p>

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


#309b3e Background Color

<div style="background-color:#309b3e">
Div content here</div>

This div background color is #309b3e


#309b3e Border Color

<div style="border:3px solid #309b3e">
Div here</div>

This div border color is #309b3e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,155,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #309b3e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #309b3e;
  -webkit-box-shadow: 1px 1px 3px 2px #309b3e;
  box-shadow:         1px 1px 3px 2px #309b3e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309b3e


Comments

No comments written yet.

Please login to write comment.