#0D1413

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

Shades of Dark Green #0D1413

Tints of Dark Green #0D1413

Color information

#0D1413 (or 0x0D1413) is unknown color: approx Dark Green. HEX triplet: 0D, 14 and 13. RGB value is (13,20,19). Sum of RGB (Red+Green+Blue) = 13+20+19=52 (6% of max value = 765). Red value is 13 (5.47% from 255 or 25% from 52); Green value is 20 (8.20% from 255 or 38.46% from 52); Blue value is 19 (7.81% from 255 or 36.54% from 52); Max value from RGB is 20 - color contains mainly: green. Hex color #0D1413 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1413 is #F2EBEC. Grayscale: #111111. Windows color (decimal): -15920109 or 1250317. OLE color: 1250317.

HSL color Cylindrical-coordinate representation of color #0D1413: hue angle of 171.43º degrees, saturation: 0.21, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #0D1413 is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.92.

Color convert

RGB132019-
CMYK0.3500.050.92
HSL171.43º21.21%6.47%-
HSV(B)171.43º35%7.84%-
XYZ0.530.630.71-
YUV17.79128.68124.58-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 25%
GREEN value IS 20 (8.20% from 255) = 38.46%
BLUE value IS 19 (7.81% from 255) = 36.54%
R=25%
G=38.46%
B=36.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1320190.3500.050.92171.4321.216.47
HexD141323055Cab156
Octal1524234305134253256
Binary11011010010011100011010110111001010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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