#011711

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

Shades of Dark Green #011711

Tints of Dark Green #011711

Color information

#011711 (or 0x011711) is unknown color: approx Dark Green. HEX triplet: 01, 17 and 11. RGB value is (1,23,17). Sum of RGB (Red+Green+Blue) = 1+23+17=41 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.44% from 41); Green value is 23 (9.38% from 255 or 56.10% from 41); Blue value is 17 (7.03% from 255 or 41.46% from 41); Max value from RGB is 23 - color contains mainly: green. Hex color #011711 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011711 is #FEE8EE. Grayscale: #0F0F0F. Windows color (decimal): -16705775 or 1120001. OLE color: 1120001.

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

Color convert

RGB12317-
CMYK0.9600.260.91
HSL163.64º91.67%4.71%-
HSV(B)163.64º95.65%9.02%-
XYZ0.420.660.64-
YUV15.74128.71117.49-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.44%
GREEN value IS 23 (9.38% from 255) = 56.10%
BLUE value IS 17 (7.03% from 255) = 41.46%
R=2.44%
G=56.10%
B=41.46%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal123170.9600.260.91163.6491.674.71
Hex117116001A5Ba45c5
Octal127211400321332441345
Binary1101111000111000000110101011011101001001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011711; }

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

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

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

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

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

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

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

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