#0E1A16

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

Shades of Dark Green #0E1A16

Tints of Dark Green #0E1A16

Color information

#0E1A16 (or 0x0E1A16) is unknown color: approx Dark Green. HEX triplet: 0E, 1A and 16. RGB value is (14,26,22). Sum of RGB (Red+Green+Blue) = 14+26+22=62 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.58% from 62); Green value is 26 (10.55% from 255 or 41.94% from 62); Blue value is 22 (8.98% from 255 or 35.48% from 62); Max value from RGB is 26 - color contains mainly: green. Hex color #0E1A16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1A16 is #F1E5E9. Grayscale: #151515. Windows color (decimal): -15853034 or 1448462. OLE color: 1448462.

HSL color Cylindrical-coordinate representation of color #0E1A16: hue angle of 160º 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 #0E1A16 is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.90.

Color convert

RGB142622-
CMYK0.4600.150.90
HSL160º30%7.84%-
HSV(B)160º46.15%10.2%-
XYZ0.70.890.89-
YUV21.96128.02122.33-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 22.58%
GREEN value IS 26 (10.55% from 255) = 41.94%
BLUE value IS 22 (8.98% from 255) = 35.48%
R=22.58%
G=41.94%
B=35.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1426220.4600.150.90160307.84
HexE1A162E0F5Aa01e8
Octal163226560171322403610
Binary1110110101011010111001111101101010100000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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