#0E1917

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

Shades of Dark Green #0E1917

Tints of Dark Green #0E1917

Color information

#0E1917 (or 0x0E1917) is unknown color: approx Dark Green. HEX triplet: 0E, 19 and 17. RGB value is (14,25,23). Sum of RGB (Red+Green+Blue) = 14+25+23=62 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.58% from 62); Green value is 25 (10.16% from 255 or 40.32% from 62); Blue value is 23 (9.38% from 255 or 37.10% from 62); Max value from RGB is 25 - color contains mainly: green. Hex color #0E1917 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1917 is #F1E6E8. Grayscale: #151515. Windows color (decimal): -15853289 or 1513742. OLE color: 1513742.

HSL color Cylindrical-coordinate representation of color #0E1917: hue angle of 169.09º degrees, saturation: 0.28, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #0E1917 is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.90.

Color convert

RGB142523-
CMYK0.4400.080.90
HSL169.09º28.21%7.65%-
HSV(B)169.09º44%9.8%-
XYZ0.680.850.94-
YUV21.48128.86122.66-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 22.58%
GREEN value IS 25 (10.16% from 255) = 40.32%
BLUE value IS 23 (9.38% from 255) = 37.10%
R=22.58%
G=40.32%
B=37.10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1425230.4400.080.90169.0928.217.65
HexE19172C085Aa91c8
Octal163127540101322513410
Binary1110110011011110110001000101101010101001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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