#00110C

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

Shades of Dark Green #00110C

Tints of Dark Green #00110C

Color information

#00110C (or 0x00110C) is unknown color: approx Dark Green. HEX triplet: 00, 11 and 0C. RGB value is (0,17,12). Sum of RGB (Red+Green+Blue) = 0+17+12=29 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 29); Green value is 17 (7.03% from 255 or 58.62% from 29); Blue value is 12 (5.08% from 255 or 41.38% from 29); Max value from RGB is 17 - color contains mainly: green. Hex color #00110C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00110C is #FFEEF3. Grayscale: #0B0B0B. Windows color (decimal): -16772852 or 790784. OLE color: 790784.

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

Color convert

RGB01712-
CMYK100.290.93
HSL162.35º100%3.33%-
HSV(B)162.35º100%6.67%-
XYZ0.270.430.42-
YUV11.35128.37119.91-

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) = 58.62%
BLUE value IS 12 (5.08% from 255) = 41.38%
R=0%
G=58.62%
B=41.38%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal01712100.290.93162.351003.33
Hex011C6401D5Da2643
Octal021141440351352421443
Binary01000111001100100011101101110110100010110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00110C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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