#0E100F

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

Shades of Dark Green #0E100F

Tints of Dark Green #0E100F

Color information

#0E100F (or 0x0E100F) is unknown color: approx Dark Green. HEX triplet: 0E, 10 and 0F. RGB value is (14,16,15). Sum of RGB (Red+Green+Blue) = 14+16+15=45 (5% of max value = 765). Red value is 14 (5.86% from 255 or 31.11% from 45); Green value is 16 (6.64% from 255 or 35.56% from 45); Blue value is 15 (6.25% from 255 or 33.33% from 45); Max value from RGB is 16 - color contains mainly: green. Hex color #0E100F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E100F is #F1EFF0. Grayscale: #0F0F0F. Windows color (decimal): -15855601 or 987150. OLE color: 987150.

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

Color convert

RGB141615-
CMYK0.1300.060.94
HSL150º6.67%5.88%-
HSV(B)150º12.5%6.27%-
XYZ0.450.50.52-
YUV15.29127.84127.08-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 31.11%
GREEN value IS 16 (6.64% from 255) = 35.56%
BLUE value IS 15 (6.25% from 255) = 33.33%
R=31.11%
G=35.56%
B=33.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1416150.1300.060.941506.675.88
HexE10FD065E9676
Octal162017150613622676
Binary111010000111111010110101111010010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E100F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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