#0E1714

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

Shades of Dark Green #0E1714

Tints of Dark Green #0E1714

Color information

#0E1714 (or 0x0E1714) is unknown color: approx Dark Green. HEX triplet: 0E, 17 and 14. RGB value is (14,23,20). Sum of RGB (Red+Green+Blue) = 14+23+20=57 (7% of max value = 765). Red value is 14 (5.86% from 255 or 24.56% from 57); Green value is 23 (9.38% from 255 or 40.35% from 57); Blue value is 20 (8.20% from 255 or 35.09% from 57); Max value from RGB is 23 - color contains mainly: green. Hex color #0E1714 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1714 is #F1E8EB. Grayscale: #131313. Windows color (decimal): -15853804 or 1316622. OLE color: 1316622.

HSL color Cylindrical-coordinate representation of color #0E1714: hue angle of 160º degrees, saturation: 0.24, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #0E1714 is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.91.

Color convert

RGB142320-
CMYK0.3900.130.91
HSL160º24.32%7.25%-
HSV(B)160º39.13%9.02%-
XYZ0.610.760.78-
YUV19.97128.02123.74-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 24.56%
GREEN value IS 23 (9.38% from 255) = 40.35%
BLUE value IS 20 (8.20% from 255) = 35.09%
R=24.56%
G=40.35%
B=35.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1423200.3900.130.9116024.327.25
HexE1714270D5Ba0187
Octal16272447015133240307
Binary111010111101001001110110110110111010000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,23,20); }

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

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

 a { background-color: rgb(14,23,20); }

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

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

 span { border-color: rgb(14,23,20); }

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