#012121

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

Shades of Dark Green #012121

Tints of Dark Green #012121

Color information

#012121 (or 0x012121) is unknown color: approx Dark Green. HEX triplet: 01, 21 and 21. RGB value is (1,33,33). Sum of RGB (Red+Green+Blue) = 1+33+33=67 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.49% from 67); Green value is 33 (13.28% from 255 or 49.25% from 67); Blue value is 33 (13.28% from 255 or 49.25% from 67); Max value from RGB is 33 - color contains mainly: green, blue. Hex color #012121 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012121 is #FEDEDE. Grayscale: #171717. Windows color (decimal): -16703199 or 2171137. OLE color: 2171137.

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

Color convert

RGB13333-
CMYK0.97000.87
HSL180º94.12%6.67%-
HSV(B)180º96.97%12.94%-
XYZ0.831.21.63-
YUV23.43133.4112-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.49%
GREEN value IS 33 (13.28% from 255) = 49.25%
BLUE value IS 33 (13.28% from 255) = 49.25%
R=1.49%
G=49.25%
B=49.25%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal133330.97000.8718094.126.67
Hex12121610057b45e7
Octal14141141001272641367
Binary11000011000011100001001010111101101001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012121; }

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

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

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

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

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

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

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

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