#00110D

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

Shades of Dark Green #00110D

Tints of Dark Green #00110D

Color information

#00110D (or 0x00110D) is unknown color: approx Dark Green. HEX triplet: 00, 11 and 0D. RGB value is (0,17,13). Sum of RGB (Red+Green+Blue) = 0+17+13=30 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 30); Green value is 17 (7.03% from 255 or 56.67% from 30); Blue value is 13 (5.47% from 255 or 43.33% from 30); Max value from RGB is 17 - color contains mainly: green. Hex color #00110D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00110D is #FFEEF2. Grayscale: #0B0B0B. Windows color (decimal): -16772851 or 856320. OLE color: 856320.

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

Color convert

RGB01713-
CMYK100.240.93
HSL165.88º100%3.33%-
HSV(B)165.88º100%6.67%-
XYZ0.270.430.45-
YUV11.46128.87119.83-

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) = 56.67%
BLUE value IS 13 (5.47% from 255) = 43.33%
R=0%
G=56.67%
B=43.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal01713100.240.93165.881003.33
Hex011D640185Da6643
Octal021151440301352461443
Binary01000111011100100011000101110110100110110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00110D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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