#000E04

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

Shades of Dark Green #000E04

Tints of Dark Green #000E04

Color information

#000E04 (or 0x000E04) is unknown color: approx Dark Green. HEX triplet: 00, 0E and 04. RGB value is (0,14,4). Sum of RGB (Red+Green+Blue) = 0+14+4=18 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 18); Green value is 14 (5.86% from 255 or 77.78% from 18); Blue value is 4 (1.95% from 255 or 22.22% from 18); Max value from RGB is 14 - color contains mainly: green. Hex color #000E04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000E04 is #FFF1FB. Grayscale: #080808. Windows color (decimal): -16773628 or 265728. OLE color: 265728.

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

Color convert

RGB0144-
CMYK100.710.95
HSL137.14º100%2.75%-
HSV(B)137.14º100%5.49%-
XYZ0.180.320.17-
YUV8.67125.36121.81-

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) = 77.78%
BLUE value IS 4 (1.95% from 255) = 22.22%
R=0%
G=77.78%
B=22.22%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal0144100.710.95137.141002.75
Hex0E4640475F89643
Octal016414401071372111443
Binary01110100110010001000111101111110001001110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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