#001211

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

Shades of Dark Green #001211

Tints of Dark Green #001211

Color information

#001211 (or 0x001211) is unknown color: approx Dark Green. HEX triplet: 00, 12 and 11. RGB value is (0,18,17). Sum of RGB (Red+Green+Blue) = 0+18+17=35 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 35); Green value is 18 (7.42% from 255 or 51.43% from 35); Blue value is 17 (7.03% from 255 or 48.57% from 35); Max value from RGB is 18 - color contains mainly: green. Hex color #001211 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001211 is #FFEDEE. Grayscale: #0C0C0C. Windows color (decimal): -16772591 or 1118720. OLE color: 1118720.

HSL color Cylindrical-coordinate representation of color #001211: hue angle of 176.67º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001211 is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.93.

Color convert

RGB01817-
CMYK100.060.93
HSL176.67º100%3.53%-
HSV(B)176.67º100%7.06%-
XYZ0.320.470.6-
YUV12.5130.54119.08-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 18 (7.42% from 255) = 51.43%
BLUE value IS 17 (7.03% from 255) = 48.57%
R=0%
G=51.43%
B=48.57%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal01817100.060.93176.671003.53
Hex0121164065Db1644
Octal02221144061352611444
Binary01001010001110010001101011101101100011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001211; }

 p { color: rgb(0,18,17); }

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

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

 a { background-color: rgb(0,18,17); }

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

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

 span { border-color: rgb(0,18,17); }

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