#00201A

Color #00201A Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #00201A

Tints of Dark Green #00201A

Color information

#00201A (or 0x00201A) is unknown color: approx Dark Green. HEX triplet: 00, 20 and 1A. RGB value is (0,32,26). Sum of RGB (Red+Green+Blue) = 0+32+26=58 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 58); Green value is 32 (12.89% from 255 or 55.17% from 58); Blue value is 26 (10.55% from 255 or 44.83% from 58); Max value from RGB is 32 - color contains mainly: green. Hex color #00201A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00201A is #FFDFE5. Grayscale: #151515. Windows color (decimal): -16768998 or 1712128. OLE color: 1712128.

HSL color Cylindrical-coordinate representation of color #00201A: hue angle of 168.75º 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 #00201A is Cyan = 1, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.87.

Color convert

RGB03226-
CMYK100.190.87
HSL168.75º100%6.27%-
HSV(B)168.75º100%12.55%-
XYZ0.71.111.15-
YUV21.75130.4112.49-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 32 (12.89% from 255) = 55.17%
BLUE value IS 26 (10.55% from 255) = 44.83%
R=0%
G=55.17%
B=44.83%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal03226100.190.87168.751006.27
Hex0201A6401357a9646
Octal040321440231272511446
Binary01000001101011001000100111010111101010011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00201A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00201A;
 }
 .AnyTagClassName
 {
   color: #00201A;
 }
</style>
background-color css

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

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

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

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

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

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