Color Hex Logo

#309835 Color Hex

#309835
(48,152,53)
0 Favorites   0 Comments

Color spaces of #309835

RGB 4815253
HSL0.340.520.39
HSV123°68°60°
CMYK 0.680.000.65   0.40
XYZ13.089823.34197.1837
Yxy23.34190.30010.5352
Hunter Lab48.3135-36.186725.0036
CIE-Lab55.4228-49.649742.3276

#309835 color RGB value is (48,152,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011000 00110101
Octal 60 230 65
Decimal 48 152 53
Hex 30 98 35

RGB Percentages of Color #309835

%18.97
%60.08
%20.95

CMYK Percentages of Color #309835

%68
%0
%65
%40

Triadic Colors of #309835

#309835 #353098 #983530

Analogous Colors of #309835

#309835 #309869 #5f9830

Monochromatic Colors of #309835

#309835

Complementary Color

#309835 #983093

#309835 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309835 Color Preview on White Background

Lorem ipsum dolor sit amet.

#309835 Color CSS Codes

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

#309835 Text Font Color

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

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


#309835 Background Color

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

This div background color is #309835


#309835 Border Color

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

This div border color is #309835


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309835


Comments

No comments written yet.

Please login to write comment.