#011105

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

Shades of Dark Green #011105

Tints of Dark Green #011105

Color information

#011105 (or 0x011105) is unknown color: approx Dark Green. HEX triplet: 01, 11 and 05. RGB value is (1,17,5). Sum of RGB (Red+Green+Blue) = 1+17+5=23 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4.35% from 23); Green value is 17 (7.03% from 255 or 73.91% from 23); Blue value is 5 (2.34% from 255 or 21.74% from 23); Max value from RGB is 17 - color contains mainly: green. Hex color #011105 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011105 is #FEEEFA. Grayscale: #0A0A0A. Windows color (decimal): -16707323 or 332033. OLE color: 332033.

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

Color convert

RGB1175-
CMYK0.9400.710.93
HSL135º88.89%3.53%-
HSV(B)135º94.12%6.67%-
XYZ0.240.420.21-
YUV10.85124.7120.98-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 4.35%
GREEN value IS 17 (7.03% from 255) = 73.91%
BLUE value IS 5 (2.34% from 255) = 21.74%
R=4.35%
G=73.91%
B=21.74%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal11750.9400.710.9313588.893.53
Hex11155E0475D87594
Octal121513601071352071314
Binary1100011011011110010001111011101100001111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011105; }

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

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

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

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

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

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

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

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