#0D1912

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

Shades of Dark Green #0D1912

Tints of Dark Green #0D1912

Color information

#0D1912 (or 0x0D1912) is unknown color: approx Dark Green. HEX triplet: 0D, 19 and 12. RGB value is (13,25,18). Sum of RGB (Red+Green+Blue) = 13+25+18=56 (7% of max value = 765). Red value is 13 (5.47% from 255 or 23.21% from 56); Green value is 25 (10.16% from 255 or 44.64% from 56); Blue value is 18 (7.42% from 255 or 32.14% from 56); Max value from RGB is 25 - color contains mainly: green. Hex color #0D1912 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1912 is #F2E6ED. Grayscale: #141414. Windows color (decimal): -15918830 or 1186061. OLE color: 1186061.

HSL color Cylindrical-coordinate representation of color #0D1912: hue angle of 145º degrees, saturation: 0.32, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0D1912 is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.90.

Color convert

RGB132518-
CMYK0.4800.280.90
HSL145º31.58%7.45%-
HSV(B)145º48%9.8%-
XYZ0.620.820.7-
YUV20.61126.52122.57-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 23.21%
GREEN value IS 25 (10.16% from 255) = 44.64%
BLUE value IS 18 (7.42% from 255) = 32.14%
R=23.21%
G=44.64%
B=32.14%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1325180.4800.280.9014531.587.45
HexD19123001C5A91207
Octal15312260034132221407
Binary11011100110010110000011100101101010010001100000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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