Color Hex Logo

#30882c Color Hex

#30882C
(48,136,44)
0 Favorites   0 Comments

Color spaces of #30882c

RGB 4813644
HSL0.330.510.35
HSV117°68°53°
CMYK 0.650.000.68   0.47
XYZ10.477718.41855.3858
Yxy18.41850.30560.5373
Hunter Lab42.9168-31.525422.6012
CIE-Lab49.9998-44.739040.3763

#30882c color RGB value is (48,136,44).

#30882c hex color red value is 48, green value is 136 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #30882c hue: 0.33 , saturation: 0.51 and the lightness value of 30882c is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10001000 00101100
Octal 60 210 54
Decimal 48 136 44
Hex 30 88 2C

RGB Percentages of Color #30882c

%21.05
%59.65
%19.30

CMYK Percentages of Color #30882c

%65
%0
%68
%47

Triadic Colors of #30882c

#30882c #2c3088 #882c30

Analogous Colors of #30882c

#30882c #2c8856 #5e882c

Monochromatic Colors of #30882c

#30882c

Complementary Color

#30882c #842c88

#30882c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30882c Color Preview on White Background

Lorem ipsum dolor sit amet.

#30882c Color CSS Codes

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

#30882c Text Font Color

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

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


#30882c Background Color

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

This div background color is #30882c


#30882c Border Color

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

This div border color is #30882c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,136,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30882c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30882c;
  -webkit-box-shadow: 1px 1px 3px 2px #30882c;
  box-shadow:         1px 1px 3px 2px #30882c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30882c


Comments

No comments written yet.

Please login to write comment.