#000E09

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

Shades of Dark Green #000E09

Tints of Dark Green #000E09

Color information

#000E09 (or 0x000E09) is unknown color: approx Dark Green. HEX triplet: 00, 0E and 09. RGB value is (0,14,9). Sum of RGB (Red+Green+Blue) = 0+14+9=23 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 23); Green value is 14 (5.86% from 255 or 60.87% from 23); Blue value is 9 (3.91% from 255 or 39.13% from 23); Max value from RGB is 14 - color contains mainly: green. Hex color #000E09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000E09 is #FFF1F6. Grayscale: #090909. Windows color (decimal): -16773623 or 593408. OLE color: 593408.

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

Color convert

RGB0149-
CMYK100.360.95
HSL158.57º100%2.75%-
HSV(B)158.57º100%5.49%-
XYZ0.210.330.31-
YUV9.24127.86121.41-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 14 (5.86% from 255) = 60.87%
BLUE value IS 9 (3.91% from 255) = 39.13%
R=0%
G=60.87%
B=39.13%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal0149100.360.95158.571002.75
Hex0E9640245F9f643
Octal016111440441372371443
Binary01110100111001000100100101111110011111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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