#0D1713

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

Shades of Dark Green #0D1713

Tints of Dark Green #0D1713

Color information

#0D1713 (or 0x0D1713) is unknown color: approx Dark Green. HEX triplet: 0D, 17 and 13. RGB value is (13,23,19). Sum of RGB (Red+Green+Blue) = 13+23+19=55 (7% of max value = 765). Red value is 13 (5.47% from 255 or 23.64% from 55); Green value is 23 (9.38% from 255 or 41.82% from 55); Blue value is 19 (7.81% from 255 or 34.55% from 55); Max value from RGB is 23 - color contains mainly: green. Hex color #0D1713 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1713 is #F2E8EC. Grayscale: #131313. Windows color (decimal): -15919341 or 1251085. OLE color: 1251085.

HSL color Cylindrical-coordinate representation of color #0D1713: hue angle of 156º 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 #0D1713 is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.91.

Color convert

RGB132319-
CMYK0.4300.170.91
HSL156º27.78%7.06%-
HSV(B)156º43.48%9.02%-
XYZ0.590.750.73-
YUV19.55127.69123.33-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 23.64%
GREEN value IS 23 (9.38% from 255) = 41.82%
BLUE value IS 19 (7.81% from 255) = 34.55%
R=23.64%
G=41.82%
B=34.55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1323190.4300.170.9115627.787.06
HexD17132B0115B9c1c7
Octal15272353021133234347
Binary1101101111001110101101000110110111001110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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