#01100C

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

Shades of Dark Green #01100C

Tints of Dark Green #01100C

Color information

#01100C (or 0x01100C) is unknown color: approx Dark Green. HEX triplet: 01, 10 and 0C. RGB value is (1,16,12). Sum of RGB (Red+Green+Blue) = 1+16+12=29 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.45% from 29); Green value is 16 (6.64% from 255 or 55.17% from 29); Blue value is 12 (5.08% from 255 or 41.38% from 29); Max value from RGB is 16 - color contains mainly: green. Hex color #01100C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01100C is #FEEFF3. Grayscale: #0B0B0B. Windows color (decimal): -16707572 or 790529. OLE color: 790529.

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

Color convert

RGB11612-
CMYK0.9400.250.94
HSL164º88.24%3.33%-
HSV(B)164º93.75%6.27%-
XYZ0.260.40.41-
YUV11.06128.53120.83-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.45%
GREEN value IS 16 (6.64% from 255) = 55.17%
BLUE value IS 12 (5.08% from 255) = 41.38%
R=3.45%
G=55.17%
B=41.38%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal116120.9400.250.9416488.243.33
Hex110C5E0195Ea4583
Octal120141360311362441303
Binary11000011001011110011001101111010100100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01100C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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