Color Hex Logo

#00201d Color Hex

#00201D
(0,32,29)
0 Favorites   0 Comments

Color spaces of #00201d

RGB 03229
HSL0.481.000.06
HSV174°100°13°
CMYK 1.000.000.09   0.87
XYZ0.73831.12171.3400
Yxy1.12170.23070.3505
Hunter Lab10.5910-6.0911-0.0878
CIE-Lab9.9667-12.7163-1.4053

#00201d color RGB value is (0,32,29).

#00201d hex color red value is 0, green value is 32 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #00201d hue: 0.48 , saturation: 1.00 and the lightness value of 00201d is 0.06.

The process color (four color CMYK) of #00201d color hex is 1.00, 0.00, 0.09, 0.87. Web safe color of #00201d is #003333. Color #00201d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00100000 00011101
Octal 0 40 35
Decimal 0 32 29
Hex 0 20 1D

RGB Percentages of Color #00201d

%0.00
%52.46
%47.54

CMYK Percentages of Color #00201d

%100
%0
%9
%87

Triadic Colors of #00201d

#00201d #1d0020 #201d00

Analogous Colors of #00201d

#00201d #001320 #00200d

Monochromatic Colors of #00201d

#00201d

Complementary Color

#00201d #200003

#00201d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00201d Color Preview on White Background

Lorem ipsum dolor sit amet.

#00201d Color CSS Codes

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

#00201d Text Font Color

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

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


#00201d Background Color

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

This div background color is #00201d


#00201d Border Color

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

This div border color is #00201d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00201d

#00201d Color Palettes


Comments

No comments written yet.

Please login to write comment.