#0E1E1C

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

Shades of Dark Green #0E1E1C

Tints of Dark Green #0E1E1C

Color information

#0E1E1C (or 0x0E1E1C) is unknown color: approx Dark Green. HEX triplet: 0E, 1E and 1C. RGB value is (14,30,28). Sum of RGB (Red+Green+Blue) = 14+30+28=72 (9% of max value = 765). Red value is 14 (5.86% from 255 or 19.44% from 72); Green value is 30 (12.11% from 255 or 41.67% from 72); Blue value is 28 (11.33% from 255 or 38.89% from 72); Max value from RGB is 30 - color contains mainly: green. Hex color #0E1E1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E1E1C is #F1E1E3. Grayscale: #181818. Windows color (decimal): -15852004 or 1842702. OLE color: 1842702.

HSL color Cylindrical-coordinate representation of color #0E1E1C: hue angle of 172.5º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #0E1E1C is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.88.

Color convert

RGB143028-
CMYK0.5300.070.88
HSL172.5º36.36%8.63%-
HSV(B)172.5º53.33%11.76%-
XYZ0.851.111.27-
YUV24.99129.7120.16-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 19.44%
GREEN value IS 30 (12.11% from 255) = 41.67%
BLUE value IS 28 (11.33% from 255) = 38.89%
R=19.44%
G=41.67%
B=38.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1430280.5300.070.88172.536.368.63
HexE1E1C350758ac249
Octal16363465071302544411
Binary1110111101110011010101111011000101011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,30,28); }

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

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

 a { background-color: rgb(14,30,28); }

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

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

 span { border-color: rgb(14,30,28); }

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