#01100D

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

Shades of Dark Green #01100D

Tints of Dark Green #01100D

Color information

#01100D (or 0x01100D) is unknown color: approx Dark Green. HEX triplet: 01, 10 and 0D. RGB value is (1,16,13). Sum of RGB (Red+Green+Blue) = 1+16+13=30 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.33% from 30); Green value is 16 (6.64% from 255 or 53.33% from 30); Blue value is 13 (5.47% from 255 or 43.33% from 30); Max value from RGB is 16 - color contains mainly: green. Hex color #01100D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01100D is #FEEFF2. Grayscale: #0B0B0B. Windows color (decimal): -16707571 or 856065. OLE color: 856065.

HSL color Cylindrical-coordinate representation of color #01100D: hue angle of 168º 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 #01100D is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.94.

Color convert

RGB11613-
CMYK0.9400.190.94
HSL168º88.24%3.33%-
HSV(B)168º93.75%6.27%-
XYZ0.270.410.44-
YUV11.17129.03120.74-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.33%
GREEN value IS 16 (6.64% from 255) = 53.33%
BLUE value IS 13 (5.47% from 255) = 43.33%
R=3.33%
G=53.33%
B=43.33%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal116130.9400.190.9416888.243.33
Hex110D5E0135Ea8583
Octal120151360231362501303
Binary11000011011011110010011101111010101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01100D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01100D; }

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

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

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

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

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

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

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

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