#0A110D

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

Shades of Dark Green #0A110D

Tints of Dark Green #0A110D

Color information

#0A110D (or 0x0A110D) is unknown color: approx Dark Green. HEX triplet: 0A, 11 and 0D. RGB value is (10,17,13). Sum of RGB (Red+Green+Blue) = 10+17+13=40 (5% of max value = 765). Red value is 10 (4.30% from 255 or 25% from 40); Green value is 17 (7.03% from 255 or 42.5% from 40); Blue value is 13 (5.47% from 255 or 32.5% from 40); Max value from RGB is 17 - color contains mainly: green. Hex color #0A110D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A110D is #F5EEF2. Grayscale: #0E0E0E. Windows color (decimal): -16117491 or 856330. OLE color: 856330.

HSL color Cylindrical-coordinate representation of color #0A110D: hue angle of 145.71º degrees, saturation: 0.26, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #0A110D is Cyan = 0.41, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.93.

Color convert

RGB101713-
CMYK0.4100.240.93
HSL145.71º25.93%5.29%-
HSV(B)145.71º41.18%6.67%-
XYZ0.40.490.46-
YUV14.45127.18124.83-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 25%
GREEN value IS 17 (7.03% from 255) = 42.5%
BLUE value IS 13 (5.47% from 255) = 32.5%
R=25%
G=42.5%
B=32.5%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1017130.4100.240.93145.7125.935.29
HexA11D290185D921a5
Octal12211551030135222325
Binary101010001110110100101100010111011001001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A110D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A110D; }

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

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

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

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

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

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

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

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