Color Hex Logo

#20882d Color Hex

#20882D
(32,136,45)
0 Favorites   0 Comments

Color spaces of #20882d

RGB 3213645
HSL0.350.620.33
HSV128°76°53°
CMYK 0.760.000.67   0.47
XYZ9.873518.10495.4568
Yxy18.10490.29530.5415
Hunter Lab42.5499-33.042122.1813
CIE-Lab49.6231-47.815039.4056

#20882d color RGB value is (32,136,45).

#20882d hex color red value is 32, green value is 136 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #20882d hue: 0.35 , saturation: 0.62 and the lightness value of 20882d is 0.33.

The process color (four color CMYK) of #20882d color hex is 0.76, 0.00, 0.67, 0.47. Web safe color of #20882d is #339933. Color #20882d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10001000 00101101
Octal 40 210 55
Decimal 32 136 45
Hex 20 88 2D

RGB Percentages of Color #20882d

%15.02
%63.85
%21.13

CMYK Percentages of Color #20882d

%76
%0
%67
%47

Triadic Colors of #20882d

#20882d #2d2088 #882d20

Analogous Colors of #20882d

#20882d #208861 #478820

Monochromatic Colors of #20882d

#20882d

Complementary Color

#20882d #88207b

#20882d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20882d Color Preview on White Background

Lorem ipsum dolor sit amet.

#20882d Color CSS Codes

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

#20882d Text Font Color

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

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


#20882d Background Color

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

This div background color is #20882d


#20882d Border Color

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

This div border color is #20882d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,136,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #20882d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #20882d;
  -webkit-box-shadow: 1px 1px 3px 2px #20882d;
  box-shadow:         1px 1px 3px 2px #20882d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20882d


Comments

No comments written yet.

Please login to write comment.