#000E03

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

Shades of Dark Green #000E03

Tints of Dark Green #000E03

Color information

#000E03 (or 0x000E03) is unknown color: approx Dark Green. HEX triplet: 00, 0E and 03. RGB value is (0,14,3). Sum of RGB (Red+Green+Blue) = 0+14+3=17 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 17); Green value is 14 (5.86% from 255 or 82.35% from 17); Blue value is 3 (1.56% from 255 or 17.65% from 17); Max value from RGB is 14 - color contains mainly: green. Hex color #000E03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000E03 is #FFF1FC. Grayscale: #080808. Windows color (decimal): -16773629 or 200192. OLE color: 200192.

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

Color convert

RGB0143-
CMYK100.790.95
HSL132.86º100%2.75%-
HSV(B)132.86º100%5.49%-
XYZ0.170.320.14-
YUV8.56124.86121.89-

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) = 82.35%
BLUE value IS 3 (1.56% from 255) = 17.65%
R=0%
G=82.35%
B=17.65%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal0143100.790.95132.861002.75
Hex0E36404F5F85643
Octal016314401171372051443
Binary0111011110010001001111101111110000101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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