#0D1816

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

Shades of Dark Green #0D1816

Tints of Dark Green #0D1816

Color information

#0D1816 (or 0x0D1816) is unknown color: approx Dark Green. HEX triplet: 0D, 18 and 16. RGB value is (13,24,22). Sum of RGB (Red+Green+Blue) = 13+24+22=59 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.03% from 59); Green value is 24 (9.77% from 255 or 40.68% from 59); Blue value is 22 (8.98% from 255 or 37.29% from 59); Max value from RGB is 24 - color contains mainly: green. Hex color #0D1816 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1816 is #F2E7E9. Grayscale: #141414. Windows color (decimal): -15919082 or 1447949. OLE color: 1447949.

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

Color convert

RGB132422-
CMYK0.4600.080.91
HSL169.09º29.73%7.25%-
HSV(B)169.09º45.83%9.41%-
XYZ0.640.80.88-
YUV20.48128.86122.66-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 22.03%
GREEN value IS 24 (9.77% from 255) = 40.68%
BLUE value IS 22 (8.98% from 255) = 37.29%
R=22.03%
G=40.68%
B=37.29%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1324220.4600.080.91169.0929.737.25
HexD18162E085Ba91e7
Octal15302656010133251367
Binary110111000101101011100100010110111010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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