Color Hex Logo

#306629 Color Hex

#306629
(48,102,41)
0 Favorites   0 Comments

Color spaces of #306629

RGB 4810241
HSL0.310.430.28
HSV113°60°40°
CMYK 0.530.000.60   0.60
XYZ6.370510.29123.7485
Yxy10.29120.31210.5042
Hunter Lab32.0799-20.692915.5280
CIE-Lab38.3601-31.208228.6620

#306629 color RGB value is (48,102,41).

#306629 hex color red value is 48, green value is 102 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #306629 hue: 0.31 , saturation: 0.43 and the lightness value of 306629 is 0.28.

The process color (four color CMYK) of #306629 color hex is 0.53, 0.00, 0.60, 0.60. Web safe color of #306629 is #336633. Color #306629 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01100110 00101001
Octal 60 146 51
Decimal 48 102 41
Hex 30 66 29

RGB Percentages of Color #306629

%25.13
%53.40
%21.47

CMYK Percentages of Color #306629

%53
%0
%60
%60

Triadic Colors of #306629

#306629 #293066 #662930

Analogous Colors of #306629

#306629 #296640 #4f6629

Monochromatic Colors of #306629

#306629

Complementary Color

#306629 #5f2966

#306629 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306629 Color Preview on White Background

Lorem ipsum dolor sit amet.

#306629 Color CSS Codes

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

#306629 Text Font Color

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

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


#306629 Background Color

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

This div background color is #306629


#306629 Border Color

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

This div border color is #306629


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306629


Comments

No comments written yet.

Please login to write comment.