#000D09

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

Shades of Dark Green #000D09

Tints of Dark Green #000D09

Color information

#000D09 (or 0x000D09) is unknown color: approx Dark Green. HEX triplet: 00, 0D and 09. RGB value is (0,13,9). Sum of RGB (Red+Green+Blue) = 0+13+9=22 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 22); Green value is 13 (5.47% from 255 or 59.09% from 22); Blue value is 9 (3.91% from 255 or 40.91% from 22); Max value from RGB is 13 - color contains mainly: green. Hex color #000D09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000D09 is #FFF2F6. Grayscale: #080808. Windows color (decimal): -16773879 or 593152. OLE color: 593152.

HSL color Cylindrical-coordinate representation of color #000D09: hue angle of 161.54º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000D09 is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.95.

Color convert

RGB0139-
CMYK100.310.95
HSL161.54º100%2.55%-
HSV(B)161.54º100%5.1%-
XYZ0.190.310.31-
YUV8.66128.19121.83-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 13 (5.47% from 255) = 59.09%
BLUE value IS 9 (3.91% from 255) = 40.91%
R=0%
G=59.09%
B=40.91%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal0139100.310.95161.541002.55
Hex0D96401F5Fa2643
Octal015111440371372421443
Binary0110110011100100011111101111110100010110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000D09; }

 p { color: rgb(0,13,9); }

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

<style>
 a { background-color: #000D09; }

 a { background-color: rgb(0,13,9); }

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

<style>
 span { border-color: #000D09; }

 span { border-color: rgb(0,13,9); }

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