#011010

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

Shades of Dark Green #011010

Tints of Dark Green #011010

Color information

#011010 (or 0x011010) is unknown color: approx Dark Green. HEX triplet: 01, 10 and 10. RGB value is (1,16,16). Sum of RGB (Red+Green+Blue) = 1+16+16=33 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.03% from 33); Green value is 16 (6.64% from 255 or 48.48% from 33); Blue value is 16 (6.64% from 255 or 48.48% from 33); Max value from RGB is 16 - color contains mainly: green, blue. Hex color #011010 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011010 is #FEEFEF. Grayscale: #0B0B0B. Windows color (decimal): -16707568 or 1052673. OLE color: 1052673.

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

Color convert

RGB11616-
CMYK0.94000.94
HSL180º88.24%3.33%-
HSV(B)180º93.75%6.27%-
XYZ0.290.410.55-
YUV11.51130.53120.5-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.03%
GREEN value IS 16 (6.64% from 255) = 48.48%
BLUE value IS 16 (6.64% from 255) = 48.48%
R=3.03%
G=48.48%
B=48.48%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal116160.94000.9418088.243.33
Hex110105E005Eb4583
Octal12020136001362641303
Binary11000010000101111000101111010110100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011010; }

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

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

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

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

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

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

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

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