Color Hex Logo

#306038 Color Hex

#306038
(48,96,56)
0 Favorites   0 Comments

Color spaces of #306038

RGB 489656
HSL0.360.330.28
HSV130°50°38°
CMYK 0.500.000.42   0.62
XYZ6.11569.27965.2102
Yxy9.27960.29680.4503
Hunter Lab30.4624-17.473811.1829
CIE-Lab36.5171-26.010417.9371

#306038 color RGB value is (48,96,56).

#306038 hex color red value is 48, green value is 96 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #306038 hue: 0.36 , saturation: 0.33 and the lightness value of 306038 is 0.28.

The process color (four color CMYK) of #306038 color hex is 0.50, 0.00, 0.42, 0.62. Web safe color of #306038 is #336633. Color #306038 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01100000 00111000
Octal 60 140 70
Decimal 48 96 56
Hex 30 60 38

RGB Percentages of Color #306038

%24.00
%48.00
%28.00

CMYK Percentages of Color #306038

%50
%0
%42
%62

Triadic Colors of #306038

#306038 #383060 #603830

Analogous Colors of #306038

#306038 #306050 #406030

Monochromatic Colors of #306038

#306038

Complementary Color

#306038 #603058

#306038 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306038 Color Preview on White Background

Lorem ipsum dolor sit amet.

#306038 Color CSS Codes

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

#306038 Text Font Color

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

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


#306038 Background Color

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

This div background color is #306038


#306038 Border Color

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

This div border color is #306038


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,96,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 #306038">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306038


Comments

No comments written yet.

Please login to write comment.