#012020

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

Shades of Dark Green #012020

Tints of Dark Green #012020

Color information

#012020 (or 0x012020) is unknown color: approx Dark Green. HEX triplet: 01, 20 and 20. RGB value is (1,32,32). Sum of RGB (Red+Green+Blue) = 1+32+32=65 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.54% from 65); Green value is 32 (12.89% from 255 or 49.23% from 65); Blue value is 32 (12.89% from 255 or 49.23% from 65); Max value from RGB is 32 - color contains mainly: green, blue. Hex color #012020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012020 is #FEDFDF. Grayscale: #161616. Windows color (decimal): -16703456 or 2105345. OLE color: 2105345.

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

Color convert

RGB13232-
CMYK0.97000.87
HSL180º93.94%6.47%-
HSV(B)180º96.88%12.55%-
XYZ0.791.141.55-
YUV22.73133.23112.5-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.54%
GREEN value IS 32 (12.89% from 255) = 49.23%
BLUE value IS 32 (12.89% from 255) = 49.23%
R=1.54%
G=49.23%
B=49.23%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal132320.97000.8718093.946.47
Hex12020610057b45e6
Octal14040141001272641366
Binary11000001000001100001001010111101101001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012020; }

 p { color: rgb(1,32,32); }

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

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

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

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

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

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

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