#000D06

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

Shades of Dark Green #000D06

Tints of Dark Green #000D06

Color information

#000D06 (or 0x000D06) is unknown color: approx Dark Green. HEX triplet: 00, 0D and 06. RGB value is (0,13,6). Sum of RGB (Red+Green+Blue) = 0+13+6=19 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 19); Green value is 13 (5.47% from 255 or 68.42% from 19); Blue value is 6 (2.73% from 255 or 31.58% from 19); Max value from RGB is 13 - color contains mainly: green. Hex color #000D06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000D06 is #FFF2F9. Grayscale: #080808. Windows color (decimal): -16773882 or 396544. OLE color: 396544.

HSL color Cylindrical-coordinate representation of color #000D06: hue angle of 147.69º 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 #000D06 is Cyan = 1, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.95.

Color convert

RGB0136-
CMYK100.540.95
HSL147.69º100%2.55%-
HSV(B)147.69º100%5.1%-
XYZ0.180.30.22-
YUV8.32126.69122.07-

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) = 68.42%
BLUE value IS 6 (2.73% from 255) = 31.58%
R=0%
G=68.42%
B=31.58%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal0136100.540.95147.691002.55
Hex0D6640365F94643
Octal01561440661372241443
Binary0110111011001000110110101111110010100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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