#010D06

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

Shades of Dark Green #010D06

Tints of Dark Green #010D06

Color information

#010D06 (or 0x010D06) is unknown color: approx Dark Green. HEX triplet: 01, 0D and 06. RGB value is (1,13,6). Sum of RGB (Red+Green+Blue) = 1+13+6=20 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5% from 20); Green value is 13 (5.47% from 255 or 65% from 20); Blue value is 6 (2.73% from 255 or 30% from 20); Max value from RGB is 13 - color contains mainly: green. Hex color #010D06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010D06 is #FEF2F9. Grayscale: #080808. Windows color (decimal): -16708346 or 396545. OLE color: 396545.

HSL color Cylindrical-coordinate representation of color #010D06: hue angle of 145º degrees, saturation: 0.86, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #010D06 is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.95.

Color convert

RGB1136-
CMYK0.9200.540.95
HSL145º85.71%2.75%-
HSV(B)145º92.31%5.1%-
XYZ0.190.310.22-
YUV8.61126.52122.57-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 5%
GREEN value IS 13 (5.47% from 255) = 65%
BLUE value IS 6 (2.73% from 255) = 30%
R=5%
G=65%
B=30%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal11360.9200.540.9514585.712.75
Hex1D65C0365F91563
Octal11561340661372211263
Binary1110111010111000110110101111110010001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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