Color Hex Logo

#30761e Color Hex

#30761E
(48,118,30)
0 Favorites   0 Comments

Color spaces of #30761e

RGB 4811830
HSL0.300.590.29
HSV108°75°46°
CMYK 0.590.000.75   0.54
XYZ7.931713.67903.4506
Yxy13.67900.31650.5458
Hunter Lab36.9851-26.443520.3580
CIE-Lab43.7690-39.127839.7591

#30761e color RGB value is (48,118,30).

#30761e hex color red value is 48, green value is 118 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #30761e hue: 0.30 , saturation: 0.59 and the lightness value of 30761e is 0.29.

The process color (four color CMYK) of #30761e color hex is 0.59, 0.00, 0.75, 0.54. Web safe color of #30761e is #336633. Color #30761e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01110110 00011110
Octal 60 166 36
Decimal 48 118 30
Hex 30 76 1E

RGB Percentages of Color #30761e

%24.49
%60.20
%15.31

CMYK Percentages of Color #30761e

%59
%0
%75
%54

Triadic Colors of #30761e

#30761e #1e3076 #761e30

Analogous Colors of #30761e

#30761e #1e7638 #5c761e

Monochromatic Colors of #30761e

#30761e

Complementary Color

#30761e #641e76

#30761e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30761e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30761e Color CSS Codes

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

#30761e Text Font Color

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

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


#30761e Background Color

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

This div background color is #30761e


#30761e Border Color

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

This div border color is #30761e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,118,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30761e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30761e;
  -webkit-box-shadow: 1px 1px 3px 2px #30761e;
  box-shadow:         1px 1px 3px 2px #30761e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30761e


Comments

No comments written yet.

Please login to write comment.