#0D1A19

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

Shades of Dark Green #0D1A19

Tints of Dark Green #0D1A19

Color information

#0D1A19 (or 0x0D1A19) is unknown color: approx Dark Green. HEX triplet: 0D, 1A and 19. RGB value is (13,26,25). Sum of RGB (Red+Green+Blue) = 13+26+25=64 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.31% from 64); Green value is 26 (10.55% from 255 or 40.62% from 64); Blue value is 25 (10.16% from 255 or 39.06% from 64); Max value from RGB is 26 - color contains mainly: green. Hex color #0D1A19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1A19 is #F2E5E6. Grayscale: #151515. Windows color (decimal): -15918567 or 1645069. OLE color: 1645069.

HSL color Cylindrical-coordinate representation of color #0D1A19: hue angle of 175.38º 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 #0D1A19 is Cyan = 0.5, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.90.

Color convert

RGB132625-
CMYK0.500.040.90
HSL175.38º33.33%7.65%-
HSV(B)175.38º50%10.2%-
XYZ0.710.891.05-
YUV22129.69121.58-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 20.31%
GREEN value IS 26 (10.55% from 255) = 40.62%
BLUE value IS 25 (10.16% from 255) = 39.06%
R=20.31%
G=40.62%
B=39.06%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1326250.500.040.90175.3833.337.65
HexD1A1932045Aaf218
Octal15323162041322574110
Binary1101110101100111001001001011010101011111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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