#001E0E

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

Shades of Dark Green #001E0E

Tints of Dark Green #001E0E

Color information

#001E0E (or 0x001E0E) is unknown color: approx Dark Green. HEX triplet: 00, 1E and 0E. RGB value is (0,30,14). Sum of RGB (Red+Green+Blue) = 0+30+14=44 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 44); Green value is 30 (12.11% from 255 or 68.18% from 44); Blue value is 14 (5.86% from 255 or 31.82% from 44); Max value from RGB is 30 - color contains mainly: green. Hex color #001E0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001E0E is #FFE1F1. Grayscale: #131313. Windows color (decimal): -16769522 or 925184. OLE color: 925184.

HSL color Cylindrical-coordinate representation of color #001E0E: hue angle of 148º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001E0E is Cyan = 1, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.88.

Color convert

RGB03014-
CMYK100.530.88
HSL148º100%5.88%-
HSV(B)148º100%11.76%-
XYZ0.540.960.57-
YUV19.21125.06114.3-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 30 (12.11% from 255) = 68.18%
BLUE value IS 14 (5.86% from 255) = 31.82%
R=0%
G=68.18%
B=31.82%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal03014100.530.881481005.88
Hex01EE640355894646
Octal036161440651302241446
Binary0111101110110010001101011011000100101001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001E0E; }

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

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

<style>
 a { background-color: #001E0E; }

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

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

<style>
 span { border-color: #001E0E; }

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

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