#010D09

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

Shades of Dark Green #010D09

Tints of Dark Green #010D09

Color information

#010D09 (or 0x010D09) is unknown color: approx Dark Green. HEX triplet: 01, 0D and 09. RGB value is (1,13,9). Sum of RGB (Red+Green+Blue) = 1+13+9=23 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4.35% from 23); Green value is 13 (5.47% from 255 or 56.52% from 23); Blue value is 9 (3.91% from 255 or 39.13% from 23); Max value from RGB is 13 - color contains mainly: green. Hex color #010D09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010D09 is #FEF2F6. Grayscale: #080808. Windows color (decimal): -16708343 or 593153. OLE color: 593153.

HSL color Cylindrical-coordinate representation of color #010D09: hue angle of 160º 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 #010D09 is Cyan = 0.92, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.95.

Color convert

RGB1139-
CMYK0.9200.310.95
HSL160º85.71%2.75%-
HSV(B)160º92.31%5.1%-
XYZ0.210.310.31-
YUV8.96128.02122.33-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 4.35%
GREEN value IS 13 (5.47% from 255) = 56.52%
BLUE value IS 9 (3.91% from 255) = 39.13%
R=4.35%
G=56.52%
B=39.13%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal11390.9200.310.9516085.712.75
Hex1D95C01F5Fa0563
Octal115111340371372401263
Binary1110110011011100011111101111110100000101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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