#01160C

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

Shades of Dark Green #01160C

Tints of Dark Green #01160C

Color information

#01160C (or 0x01160C) is unknown color: approx Dark Green. HEX triplet: 01, 16 and 0C. RGB value is (1,22,12). Sum of RGB (Red+Green+Blue) = 1+22+12=35 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.86% from 35); Green value is 22 (8.98% from 255 or 62.86% from 35); Blue value is 12 (5.08% from 255 or 34.29% from 35); Max value from RGB is 22 - color contains mainly: green. Hex color #01160C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01160C is #FEE9F3. Grayscale: #0E0E0E. Windows color (decimal): -16706036 or 792065. OLE color: 792065.

HSL color Cylindrical-coordinate representation of color #01160C: hue angle of 151.43º degrees, saturation: 0.91, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #01160C is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.91.

Color convert

RGB12212-
CMYK0.9500.450.91
HSL151.43º91.3%4.51%-
HSV(B)151.43º95.45%8.63%-
XYZ0.370.610.45-
YUV14.58126.54118.31-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.86%
GREEN value IS 22 (8.98% from 255) = 62.86%
BLUE value IS 12 (5.08% from 255) = 34.29%
R=2.86%
G=62.86%
B=34.29%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal122120.9500.450.91151.4391.34.51
Hex116C5F02D5B975b5
Octal126141370551332271335
Binary1101101100101111101011011011011100101111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01160C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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