#0E1514

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

Shades of Dark Green #0E1514

Tints of Dark Green #0E1514

Color information

#0E1514 (or 0x0E1514) is unknown color: approx Dark Green. HEX triplet: 0E, 15 and 14. RGB value is (14,21,20). Sum of RGB (Red+Green+Blue) = 14+21+20=55 (7% of max value = 765). Red value is 14 (5.86% from 255 or 25.45% from 55); Green value is 21 (8.59% from 255 or 38.18% from 55); Blue value is 20 (8.20% from 255 or 36.36% from 55); Max value from RGB is 21 - color contains mainly: green. Hex color #0E1514 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1514 is #F1EAEB. Grayscale: #121212. Windows color (decimal): -15854316 or 1316110. OLE color: 1316110.

HSL color Cylindrical-coordinate representation of color #0E1514: hue angle of 171.43º degrees, saturation: 0.2, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #0E1514 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.92.

Color convert

RGB142120-
CMYK0.3300.050.92
HSL171.43º20%6.86%-
HSV(B)171.43º33.33%8.24%-
XYZ0.580.680.76-
YUV18.79128.68124.58-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 25.45%
GREEN value IS 21 (8.59% from 255) = 38.18%
BLUE value IS 20 (8.20% from 255) = 36.36%
R=25.45%
G=38.18%
B=36.36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1421200.3300.050.92171.43206.86
HexE151421055Cab147
Octal1625244105134253247
Binary11101010110100100001010110111001010101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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