#0D1716

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

Shades of Dark Green #0D1716

Tints of Dark Green #0D1716

Color information

#0D1716 (or 0x0D1716) is unknown color: approx Dark Green. HEX triplet: 0D, 17 and 16. RGB value is (13,23,22). Sum of RGB (Red+Green+Blue) = 13+23+22=58 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.41% from 58); Green value is 23 (9.38% from 255 or 39.66% from 58); Blue value is 22 (8.98% from 255 or 37.93% from 58); Max value from RGB is 23 - color contains mainly: green. Hex color #0D1716 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1716 is #F2E8E9. Grayscale: #131313. Windows color (decimal): -15919338 or 1447693. OLE color: 1447693.

HSL color Cylindrical-coordinate representation of color #0D1716: hue angle of 174º degrees, saturation: 0.28, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #0D1716 is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.91.

Color convert

RGB132322-
CMYK0.4300.040.91
HSL174º27.78%7.06%-
HSV(B)174º43.48%9.02%-
XYZ0.620.760.87-
YUV19.9129.19123.08-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 22.41%
GREEN value IS 23 (9.38% from 255) = 39.66%
BLUE value IS 22 (8.98% from 255) = 37.93%
R=22.41%
G=39.66%
B=37.93%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1323220.4300.040.9117427.787.06
HexD17162B045Bae1c7
Octal1527265304133256347
Binary11011011110110101011010010110111010111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,23,22); }

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

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

 a { background-color: rgb(13,23,22); }

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

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

 span { border-color: rgb(13,23,22); }

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