#001105

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

Shades of Dark Green #001105

Tints of Dark Green #001105

Color information

#001105 (or 0x001105) is unknown color: approx Dark Green. HEX triplet: 00, 11 and 05. RGB value is (0,17,5). Sum of RGB (Red+Green+Blue) = 0+17+5=22 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 22); Green value is 17 (7.03% from 255 or 77.27% from 22); Blue value is 5 (2.34% from 255 or 22.73% from 22); Max value from RGB is 17 - color contains mainly: green. Hex color #001105 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001105 is #FFEEFA. Grayscale: #0A0A0A. Windows color (decimal): -16772859 or 332032. OLE color: 332032.

HSL color Cylindrical-coordinate representation of color #001105: hue angle of 137.65º 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 #001105 is Cyan = 1, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.93.

Color convert

RGB0175-
CMYK100.710.93
HSL137.65º100%3.33%-
HSV(B)137.65º100%6.67%-
XYZ0.230.410.21-
YUV10.55124.87120.48-

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) = 77.27%
BLUE value IS 5 (2.34% from 255) = 22.73%
R=0%
G=77.27%
B=22.73%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal0175100.710.93137.651003.33
Hex0115640475D8a643
Octal021514401071352121443
Binary010001101110010001000111101110110001010110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001105; }

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

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

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

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

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

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

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

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