#012120

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

Shades of Dark Green #012120

Tints of Dark Green #012120

Color information

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

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

Color convert

RGB13332-
CMYK0.9700.030.87
HSL178.12º94.12%6.67%-
HSV(B)178.12º96.97%12.94%-
XYZ0.821.21.55-
YUV23.32132.9112.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal133320.9700.030.87178.1294.126.67
Hex12120610357b25e7
Octal14140141031272621367
Binary110000110000011000010111010111101100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012120; }

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

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

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

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

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

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

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

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