#0E1D1A

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

Shades of Dark Green #0E1D1A

Tints of Dark Green #0E1D1A

Color information

#0E1D1A (or 0x0E1D1A) is unknown color: approx Dark Green. HEX triplet: 0E, 1D and 1A. RGB value is (14,29,26). Sum of RGB (Red+Green+Blue) = 14+29+26=69 (9% of max value = 765). Red value is 14 (5.86% from 255 or 20.29% from 69); Green value is 29 (11.72% from 255 or 42.03% from 69); Blue value is 26 (10.55% from 255 or 37.68% from 69); Max value from RGB is 29 - color contains mainly: green. Hex color #0E1D1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E1D1A is #F1E2E5. Grayscale: #181818. Windows color (decimal): -15852262 or 1711374. OLE color: 1711374.

HSL color Cylindrical-coordinate representation of color #0E1D1A: hue angle of 168º degrees, saturation: 0.35, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0E1D1A is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.89.

Color convert

RGB142926-
CMYK0.5200.100.89
HSL168º34.88%8.43%-
HSV(B)168º51.72%11.37%-
XYZ0.811.051.14-
YUV24.17129.03120.74-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 20.29%
GREEN value IS 29 (11.72% from 255) = 42.03%
BLUE value IS 26 (10.55% from 255) = 37.68%
R=20.29%
G=42.03%
B=37.68%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1429260.5200.100.8916834.888.43
HexE1D1A340A59a8238
Octal163532640121312504310
Binary11101110111010110100010101011001101010001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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