#012111

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

Shades of Dark Green #012111

Tints of Dark Green #012111

Color information

#012111 (or 0x012111) is unknown color: approx Dark Green. HEX triplet: 01, 21 and 11. RGB value is (1,33,17). Sum of RGB (Red+Green+Blue) = 1+33+17=51 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.96% from 51); Green value is 33 (13.28% from 255 or 64.71% from 51); Blue value is 17 (7.03% from 255 or 33.33% from 51); Max value from RGB is 33 - color contains mainly: green. Hex color #012111 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012111 is #FEDEEE. Grayscale: #151515. Windows color (decimal): -16703215 or 1122561. OLE color: 1122561.

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

Color convert

RGB13317-
CMYK0.9700.480.87
HSL150º94.12%6.67%-
HSV(B)150º96.97%12.94%-
XYZ0.661.130.71-
YUV21.61125.4113.3-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.96%
GREEN value IS 33 (13.28% from 255) = 64.71%
BLUE value IS 17 (7.03% from 255) = 33.33%
R=1.96%
G=64.71%
B=33.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal133170.9700.480.8715094.126.67
Hex121116103057965e7
Octal141211410601272261367
Binary110000110001110000101100001010111100101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012111; }

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

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

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

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

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

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

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

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