#001108

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

Shades of Dark Green #001108

Tints of Dark Green #001108

Color information

#001108 (or 0x001108) is unknown color: approx Dark Green. HEX triplet: 00, 11 and 08. RGB value is (0,17,8). Sum of RGB (Red+Green+Blue) = 0+17+8=25 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 25); Green value is 17 (7.03% from 255 or 68% from 25); Blue value is 8 (3.52% from 255 or 32% from 25); Max value from RGB is 17 - color contains mainly: green. Hex color #001108 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001108 is #FFEEF7. Grayscale: #0A0A0A. Windows color (decimal): -16772856 or 528640. OLE color: 528640.

HSL color Cylindrical-coordinate representation of color #001108: hue angle of 148.24º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001108 is Cyan = 1, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.93.

Color convert

RGB0178-
CMYK100.530.93
HSL148.24º100%3.33%-
HSV(B)148.24º100%6.67%-
XYZ0.240.420.3-
YUV10.89126.37120.23-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 17 (7.03% from 255) = 68%
BLUE value IS 8 (3.52% from 255) = 32%
R=0%
G=68%
B=32%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal0178100.530.93148.241003.33
Hex0118640355D94643
Octal021101440651352241443
Binary010001100011001000110101101110110010100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001108; }

 p { color: rgb(0,17,8); }

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

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

 a { background-color: rgb(0,17,8); }

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

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

 span { border-color: rgb(0,17,8); }

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