#0D1412

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

Shades of Dark Green #0D1412

Tints of Dark Green #0D1412

Color information

#0D1412 (or 0x0D1412) is unknown color: approx Dark Green. HEX triplet: 0D, 14 and 12. RGB value is (13,20,18). Sum of RGB (Red+Green+Blue) = 13+20+18=51 (6% of max value = 765). Red value is 13 (5.47% from 255 or 25.49% from 51); Green value is 20 (8.20% from 255 or 39.22% from 51); Blue value is 18 (7.42% from 255 or 35.29% from 51); Max value from RGB is 20 - color contains mainly: green. Hex color #0D1412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1412 is #F2EBED. Grayscale: #111111. Windows color (decimal): -15920110 or 1184781. OLE color: 1184781.

HSL color Cylindrical-coordinate representation of color #0D1412: hue angle of 162.86º 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 #0D1412 is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.92.

Color convert

RGB132018-
CMYK0.3500.100.92
HSL162.86º21.21%6.47%-
HSV(B)162.86º35%7.84%-
XYZ0.530.630.67-
YUV17.68128.18124.66-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 25.49%
GREEN value IS 20 (8.20% from 255) = 39.22%
BLUE value IS 18 (7.42% from 255) = 35.29%
R=25.49%
G=39.22%
B=35.29%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1320180.3500.100.92162.8621.216.47
HexD1412230A5Ca3156
Octal15242243012134243256
Binary110110100100101000110101010111001010001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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