Color Hex Logo

#208249 Color Hex

#208249
(32,130,73)
0 Favorites   0 Comments

Color spaces of #208249

RGB 3213073
HSL0.400.600.32
HSV145°75°51°
CMYK 0.750.000.44   0.49
XYZ9.780916.75349.0215
Yxy16.75340.27510.4712
Hunter Lab40.9309-28.974515.5837
CIE-Lab47.9478-41.331123.0643

#208249 color RGB value is (32,130,73).

#208249 hex color red value is 32, green value is 130 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #208249 hue: 0.40 , saturation: 0.60 and the lightness value of 208249 is 0.32.

The process color (four color CMYK) of #208249 color hex is 0.75, 0.00, 0.44, 0.49. Web safe color of #208249 is #339933. Color #208249 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10000010 01001001
Octal 40 202 111
Decimal 32 130 73
Hex 20 82 49

RGB Percentages of Color #208249

%13.62
%55.32
%31.06

CMYK Percentages of Color #208249

%75
%0
%44
%49

Triadic Colors of #208249

#208249 #492082 #824920

Analogous Colors of #208249

#208249 #20827a #288220

Monochromatic Colors of #208249

#208249

Complementary Color

#208249 #822059

#208249 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#208249 Color Preview on White Background

Lorem ipsum dolor sit amet.

#208249 Color CSS Codes

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

#208249 Text Font Color

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

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


#208249 Background Color

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

This div background color is #208249


#208249 Border Color

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

This div border color is #208249


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,130,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #208249; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #208249;
  -webkit-box-shadow: 1px 1px 3px 2px #208249;
  box-shadow:         1px 1px 3px 2px #208249; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(32,130,73, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #208249


Comments

No comments written yet.

Please login to write comment.