#01110D

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

Shades of Dark Green #01110D

Tints of Dark Green #01110D

Color information

#01110D (or 0x01110D) is unknown color: approx Dark Green. HEX triplet: 01, 11 and 0D. RGB value is (1,17,13). Sum of RGB (Red+Green+Blue) = 1+17+13=31 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.23% from 31); Green value is 17 (7.03% from 255 or 54.84% from 31); Blue value is 13 (5.47% from 255 or 41.94% from 31); Max value from RGB is 17 - color contains mainly: green. Hex color #01110D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01110D is #FEEEF2. Grayscale: #0B0B0B. Windows color (decimal): -16707315 or 856321. OLE color: 856321.

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

Color convert

RGB11713-
CMYK0.9400.240.93
HSL165º88.89%3.53%-
HSV(B)165º94.12%6.67%-
XYZ0.290.440.45-
YUV11.76128.7120.33-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.23%
GREEN value IS 17 (7.03% from 255) = 54.84%
BLUE value IS 13 (5.47% from 255) = 41.94%
R=3.23%
G=54.84%
B=41.94%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal117130.9400.240.9316588.893.53
Hex111D5E0185Da5594
Octal121151360301352451314
Binary110001110110111100110001011101101001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01110D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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