#012021

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

Shades of Dark Green #012021

Tints of Dark Green #012021

Color information

#012021 (or 0x012021) is unknown color: approx Dark Green. HEX triplet: 01, 20 and 21. RGB value is (1,32,33). Sum of RGB (Red+Green+Blue) = 1+32+33=66 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.52% from 66); Green value is 32 (12.89% from 255 or 48.48% from 66); Blue value is 33 (13.28% from 255 or 50% from 66); Max value from RGB is 33 - color contains mainly: blue. Hex color #012021 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012021 is #FEDFDE. Grayscale: #161616. Windows color (decimal): -16703455 or 2170881. OLE color: 2170881.

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

Color convert

RGB13233-
CMYK0.970.0300.87
HSL181.88º94.12%6.67%-
HSV(B)181.88º96.97%12.94%-
XYZ0.81.151.62-
YUV22.84133.73112.42-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.52%
GREEN value IS 32 (12.89% from 255) = 48.48%
BLUE value IS 33 (13.28% from 255) = 50%
R=1.52%
G=48.48%
B=50%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal132330.970.0300.87181.8894.126.67
Hex12021613057b65e7
Octal14041141301272661367
Binary110000010000111000011101010111101101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012021; }

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

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

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

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

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

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

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

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