#000E08

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

Shades of Dark Green #000E08

Tints of Dark Green #000E08

Color information

#000E08 (or 0x000E08) is unknown color: approx Dark Green. HEX triplet: 00, 0E and 08. RGB value is (0,14,8). Sum of RGB (Red+Green+Blue) = 0+14+8=22 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 22); Green value is 14 (5.86% from 255 or 63.64% from 22); Blue value is 8 (3.52% from 255 or 36.36% from 22); Max value from RGB is 14 - color contains mainly: green. Hex color #000E08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000E08 is #FFF1F7. Grayscale: #090909. Windows color (decimal): -16773624 or 527872. OLE color: 527872.

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

Color convert

RGB0148-
CMYK100.430.95
HSL154.29º100%2.75%-
HSV(B)154.29º100%5.49%-
XYZ0.20.330.28-
YUV9.13127.36121.49-

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) = 63.64%
BLUE value IS 8 (3.52% from 255) = 36.36%
R=0%
G=63.64%
B=36.36%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal0148100.430.95154.291002.75
Hex0E86402B5F9a643
Octal016101440531372321443
Binary01110100011001000101011101111110011010110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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