#0D1A17

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

Shades of Dark Green #0D1A17

Tints of Dark Green #0D1A17

Color information

#0D1A17 (or 0x0D1A17) is unknown color: approx Dark Green. HEX triplet: 0D, 1A and 17. RGB value is (13,26,23). Sum of RGB (Red+Green+Blue) = 13+26+23=62 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.97% from 62); Green value is 26 (10.55% from 255 or 41.94% from 62); Blue value is 23 (9.38% from 255 or 37.10% from 62); Max value from RGB is 26 - color contains mainly: green. Hex color #0D1A17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1A17 is #F2E5E8. Grayscale: #151515. Windows color (decimal): -15918569 or 1513997. OLE color: 1513997.

HSL color Cylindrical-coordinate representation of color #0D1A17: hue angle of 166.15º degrees, saturation: 0.33, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0D1A17 is Cyan = 0.5, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.90.

Color convert

RGB132623-
CMYK0.500.120.90
HSL166.15º33.33%7.65%-
HSV(B)166.15º50%10.2%-
XYZ0.690.890.95-
YUV21.77128.69121.74-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 20.97%
GREEN value IS 26 (10.55% from 255) = 41.94%
BLUE value IS 23 (9.38% from 255) = 37.10%
R=20.97%
G=41.94%
B=37.10%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1326230.500.120.90166.1533.337.65
HexD1A17320C5Aa6218
Octal153227620141322464110
Binary11011101010111110010011001011010101001101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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