Html Css Color HEX #00201D Dark Green

📋 copy color: '#00201D'

red 0 ◦ green 32 ◦ blue 29

#00201D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #00201D

Tints of Dark Green #00201D

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 32 (12.89% from 255) = 52.46%

 BLUE value IS 29 (11.72% from 255) = 47.54%

R = 0%
G = 52.46%
B = 47.54%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.09

 K value IS 0.87

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#00201D (or 0x00201D) is known color: Dark Green. HEX triplet: 00, 20 and 1D. RGB value is (0,32,29). Sum of RGB (Red+Green+Blue) = 0+32+29=61 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 61); Green value is 32 (12.89% from 255 or 52.46% from 61); Blue value is 29 (11.72% from 255 or 47.54% from 61); Max value from RGB is 32 - color contains mainly: green. Hex color #00201D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00201D is #FFDFE2. Grayscale: #161616. Windows color (decimal): -16768995 or 1908736. OLE color: 1908736.

HSL color Cylindrical-coordinate representation of color #00201D: hue angle of 174.38º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00201D is Cyan = 1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.87.

Color convert

RGB 0 32 29 -
CMYK 1 0 0.09 0.87
HSL 174.38º 1% 0.06% -
HSV(B) 174.38º 1% 0.13% -
XYZ 0.74 1.12 1.34 -
YUV 22.09 131.9 112.24 -
System Red Green Blue C M Y K H S L
Decimal 0 32 29 1 0 0.09 0.87 174.38 1 0.06
Hex 0 20 1D 64 0 9 57 AE 64 6
Octal 0 40 35 144 0 11 127 256 144 6
Binary 0 100000 11101 1100100 0 1001 1010111 10101110 1100100 110

Color Harmonies of #00201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00201D

Black with #00201D

Text Example


Text Example

White with #00201D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00201D; }

 p { color: rgb(0,32,29); }

 H1.HeaderClassName
 {
   color: #00201D;
 }
 .AnyTagClassName
 {
   color: #00201D;
 }
</style>

background-color css

<style>
 a { background-color: #00201D; }

 a { background-color: rgb(0,32,29); }

 div.DivClassName
 {
   background-color: #00201D;
 }
 .BgClassName
 {
   background-color: #00201D;
 }
</style>

border-color css

<style>
 span { border-color: #00201D; }

 span { border-color: rgb(0,32,29); }

 td.TdClassName
 {
   border-color: #00201D;
 }
 .TagClassName
 {
   border-color: #00201D;
 }
</style>