Color Hex Logo

#209049 Color Hex

#209049
(32,144,73)
0 Favorites   0 Comments

Color spaces of #209049

RGB 3214473
HSL0.390.640.35
HSV142°78°56°
CMYK 0.780.000.49   0.44
XYZ11.771520.73469.6851
Yxy20.73460.27900.4914
Hunter Lab45.5353-33.542019.2640
CIE-Lab52.6578-46.708329.0975

#209049 color RGB value is (32,144,73).

#209049 hex color red value is 32, green value is 144 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #209049 hue: 0.39 , saturation: 0.64 and the lightness value of 209049 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 10010000 01001001
Octal 40 220 111
Decimal 32 144 73
Hex 20 90 49

RGB Percentages of Color #209049

%12.85
%57.83
%29.32

CMYK Percentages of Color #209049

%78
%0
%49
%44

Triadic Colors of #209049

#209049 #492090 #904920

Analogous Colors of #209049

#209049 #209081 #2f9020

Monochromatic Colors of #209049

#209049

Complementary Color

#209049 #902067

#209049 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#209049 Color Preview on White Background

Lorem ipsum dolor sit amet.

#209049 Color CSS Codes

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

#209049 Text Font Color

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

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


#209049 Background Color

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

This div background color is #209049


#209049 Border Color

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

This div border color is #209049


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #209049


Comments

No comments written yet.

Please login to write comment.