#0D1F1C

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

Shades of Dark Green #0D1F1C

Tints of Dark Green #0D1F1C

Color information

#0D1F1C (or 0x0D1F1C) is unknown color: approx Dark Green. HEX triplet: 0D, 1F and 1C. RGB value is (13,31,28). Sum of RGB (Red+Green+Blue) = 13+31+28=72 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.06% from 72); Green value is 31 (12.5% from 255 or 43.06% from 72); Blue value is 28 (11.33% from 255 or 38.89% from 72); Max value from RGB is 31 - color contains mainly: green. Hex color #0D1F1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D1F1C is #F2E0E3. Grayscale: #191919. Windows color (decimal): -15917284 or 1842957. OLE color: 1842957.

HSL color Cylindrical-coordinate representation of color #0D1F1C: hue angle of 170º degrees, saturation: 0.41, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0D1F1C is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.88.

Color convert

RGB133128-
CMYK0.5800.100.88
HSL170º40.91%8.63%-
HSV(B)170º58.06%12.16%-
XYZ0.871.151.27-
YUV25.28129.54119.24-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 18.06%
GREEN value IS 31 (12.5% from 255) = 43.06%
BLUE value IS 28 (11.33% from 255) = 38.89%
R=18.06%
G=43.06%
B=38.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1331280.5800.100.8817040.918.63
HexD1F1C3A0A58aa299
Octal153734720121302525111
Binary11011111111100111010010101011000101010101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,31,28); }

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

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

 a { background-color: rgb(13,31,28); }

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

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

 span { border-color: rgb(13,31,28); }

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