#000C09

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

Shades of Dark Green #000C09

Tints of Dark Green #000C09

Color information

#000C09 (or 0x000C09) is unknown color: approx Dark Green. HEX triplet: 00, 0C and 09. RGB value is (0,12,9). Sum of RGB (Red+Green+Blue) = 0+12+9=21 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 21); Green value is 12 (5.08% from 255 or 57.14% from 21); Blue value is 9 (3.91% from 255 or 42.86% from 21); Max value from RGB is 12 - color contains mainly: green. Hex color #000C09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000C09 is #FFF3F6. Grayscale: #080808. Windows color (decimal): -16774135 or 592896. OLE color: 592896.

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

Color convert

RGB0129-
CMYK100.250.95
HSL165º100%2.35%-
HSV(B)165º100%4.71%-
XYZ0.180.280.3-
YUV8.07128.52122.24-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 12 (5.08% from 255) = 57.14%
BLUE value IS 9 (3.91% from 255) = 42.86%
R=0%
G=57.14%
B=42.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal0129100.250.951651002.35
Hex0C9640195Fa5642
Octal014111440311372451442
Binary0110010011100100011001101111110100101110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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