#101211

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

Shades of Dark Green #101211

Tints of Dark Green #101211

Color information

#101211 (or 0x101211) is unknown color: approx Dark Green. HEX triplet: 10, 12 and 11. RGB value is (16,18,17). Sum of RGB (Red+Green+Blue) = 16+18+17=51 (6% of max value = 765). Red value is 16 (6.64% from 255 or 31.37% from 51); Green value is 18 (7.42% from 255 or 35.29% from 51); Blue value is 17 (7.03% from 255 or 33.33% from 51); Max value from RGB is 18 - color contains mainly: green. Hex color #101211 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101211 is #EFEDEE. Grayscale: #111111. Windows color (decimal): -15724015 or 1118736. OLE color: 1118736.

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

Color convert

RGB161817-
CMYK0.1100.060.93
HSL150º5.88%6.67%-
HSV(B)150º11.11%7.06%-
XYZ0.530.580.61-
YUV17.29127.84127.08-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 31.37%
GREEN value IS 18 (7.42% from 255) = 35.29%
BLUE value IS 17 (7.03% from 255) = 33.33%
R=31.37%
G=35.29%
B=33.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1618170.1100.060.931505.886.67
Hex101211B065D9667
Octal202221130613522667
Binary10000100101000110110110101110110010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101211; }

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

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

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

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

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

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

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

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