#0D1D1C

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

Shades of Dark Green #0D1D1C

Tints of Dark Green #0D1D1C

Color information

#0D1D1C (or 0x0D1D1C) is unknown color: approx Dark Green. HEX triplet: 0D, 1D and 1C. RGB value is (13,29,28). Sum of RGB (Red+Green+Blue) = 13+29+28=70 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.57% from 70); Green value is 29 (11.72% from 255 or 41.43% from 70); Blue value is 28 (11.33% from 255 or 40% from 70); Max value from RGB is 29 - color contains mainly: green. Hex color #0D1D1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D1D1C is #F2E2E3. Grayscale: #181818. Windows color (decimal): -15917796 or 1842445. OLE color: 1842445.

HSL color Cylindrical-coordinate representation of color #0D1D1C: hue angle of 176.25º degrees, saturation: 0.38, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0D1D1C is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.89.

Color convert

RGB132928-
CMYK0.5500.030.89
HSL176.25º38.1%8.24%-
HSV(B)176.25º55.17%11.37%-
XYZ0.811.051.26-
YUV24.1130.2120.08-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 18.57%
GREEN value IS 29 (11.72% from 255) = 41.43%
BLUE value IS 28 (11.33% from 255) = 40%
R=18.57%
G=41.43%
B=40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1329280.5500.030.89176.2538.18.24
HexD1D1C370359b0268
Octal15353467031312604610
Binary110111101111001101110111011001101100001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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