#01120C

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

Shades of Dark Green #01120C

Tints of Dark Green #01120C

Color information

#01120C (or 0x01120C) is unknown color: approx Dark Green. HEX triplet: 01, 12 and 0C. RGB value is (1,18,12). Sum of RGB (Red+Green+Blue) = 1+18+12=31 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.23% from 31); Green value is 18 (7.42% from 255 or 58.06% from 31); Blue value is 12 (5.08% from 255 or 38.71% from 31); Max value from RGB is 18 - color contains mainly: green. Hex color #01120C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01120C is #FEEDF3. Grayscale: #0C0C0C. Windows color (decimal): -16707060 or 791041. OLE color: 791041.

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

Color convert

RGB11812-
CMYK0.9400.330.93
HSL158.82º89.47%3.73%-
HSV(B)158.82º94.44%7.06%-
XYZ0.30.470.42-
YUV12.23127.87119.99-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.23%
GREEN value IS 18 (7.42% from 255) = 58.06%
BLUE value IS 12 (5.08% from 255) = 38.71%
R=3.23%
G=58.06%
B=38.71%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal118120.9400.330.93158.8289.473.73
Hex112C5E0215D9f594
Octal122141360411352371314
Binary1100101100101111001000011011101100111111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01120C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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