#0E1A19

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

Shades of Dark Green #0E1A19

Tints of Dark Green #0E1A19

Color information

#0E1A19 (or 0x0E1A19) is unknown color: approx Dark Green. HEX triplet: 0E, 1A and 19. RGB value is (14,26,25). Sum of RGB (Red+Green+Blue) = 14+26+25=65 (8% of max value = 765). Red value is 14 (5.86% from 255 or 21.54% from 65); Green value is 26 (10.55% from 255 or 40% from 65); Blue value is 25 (10.16% from 255 or 38.46% from 65); Max value from RGB is 26 - color contains mainly: green. Hex color #0E1A19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1A19 is #F1E5E6. Grayscale: #161616. Windows color (decimal): -15853031 or 1645070. OLE color: 1645070.

HSL color Cylindrical-coordinate representation of color #0E1A19: hue angle of 175º degrees, saturation: 0.3, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #0E1A19 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.90.

Color convert

RGB142625-
CMYK0.4600.040.90
HSL175º30%7.84%-
HSV(B)175º46.15%10.2%-
XYZ0.730.91.06-
YUV22.3129.52122.08-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 21.54%
GREEN value IS 26 (10.55% from 255) = 40%
BLUE value IS 25 (10.16% from 255) = 38.46%
R=21.54%
G=40%
B=38.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1426250.4600.040.90175307.84
HexE1A192E045Aaf1e8
Octal16323156041322573610
Binary111011010110011011100100101101010101111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E1A19; }

 p { color: rgb(14,26,25); }

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

<style>
 a { background-color: #0E1A19; }

 a { background-color: rgb(14,26,25); }

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

<style>
 span { border-color: #0E1A19; }

 span { border-color: rgb(14,26,25); }

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