#0E1817

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

Shades of Dark Green #0E1817

Tints of Dark Green #0E1817

Color information

#0E1817 (or 0x0E1817) is unknown color: approx Dark Green. HEX triplet: 0E, 18 and 17. RGB value is (14,24,23). Sum of RGB (Red+Green+Blue) = 14+24+23=61 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.95% from 61); Green value is 24 (9.77% from 255 or 39.34% from 61); Blue value is 23 (9.38% from 255 or 37.70% from 61); Max value from RGB is 24 - color contains mainly: green. Hex color #0E1817 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1817 is #F1E7E8. Grayscale: #141414. Windows color (decimal): -15853545 or 1513486. OLE color: 1513486.

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

Color convert

RGB142423-
CMYK0.4200.040.91
HSL174º26.32%7.45%-
HSV(B)174º41.67%9.41%-
XYZ0.660.810.93-
YUV20.9129.19123.08-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 22.95%
GREEN value IS 24 (9.77% from 255) = 39.34%
BLUE value IS 23 (9.38% from 255) = 37.70%
R=22.95%
G=39.34%
B=37.70%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1424230.4200.040.9117426.327.45
HexE18172A045Bae1a7
Octal1630275204133256327
Binary11101100010111101010010010110111010111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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