#0E1110

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

Shades of Dark Green #0E1110

Tints of Dark Green #0E1110

Color information

#0E1110 (or 0x0E1110) is unknown color: approx Dark Green. HEX triplet: 0E, 11 and 10. RGB value is (14,17,16). Sum of RGB (Red+Green+Blue) = 14+17+16=47 (6% of max value = 765). Red value is 14 (5.86% from 255 or 29.79% from 47); Green value is 17 (7.03% from 255 or 36.17% from 47); Blue value is 16 (6.64% from 255 or 34.04% from 47); Max value from RGB is 17 - color contains mainly: green. Hex color #0E1110 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1110 is #F1EEEF. Grayscale: #0F0F0F. Windows color (decimal): -15855344 or 1052942. OLE color: 1052942.

HSL color Cylindrical-coordinate representation of color #0E1110: hue angle of 160º degrees, saturation: 0.1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #0E1110 is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.93.

Color convert

RGB141716-
CMYK0.1800.060.93
HSL160º9.68%6.08%-
HSV(B)160º17.65%6.67%-
XYZ0.480.530.57-
YUV15.99128.01126.58-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 29.79%
GREEN value IS 17 (7.03% from 255) = 36.17%
BLUE value IS 16 (6.64% from 255) = 34.04%
R=29.79%
G=36.17%
B=34.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1417160.1800.060.931609.686.08
HexE111012065Da0a6
Octal1621202206135240126
Binary111010001100001001001101011101101000001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,17,16); }

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

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

 a { background-color: rgb(14,17,16); }

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

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

 span { border-color: rgb(14,17,16); }

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