#0E392D

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

Shades of Dark Green #0E392D

Tints of Dark Green #0E392D

Color information

#0E392D (or 0x0E392D) is unknown color: approx Dark Green. HEX triplet: 0E, 39 and 2D. RGB value is (14,57,45). Sum of RGB (Red+Green+Blue) = 14+57+45=116 (15% of max value = 765). Red value is 14 (5.86% from 255 or 12.07% from 116); Green value is 57 (22.66% from 255 or 49.14% from 116); Blue value is 45 (17.97% from 255 or 38.79% from 116); Max value from RGB is 57 - color contains mainly: green. Hex color #0E392D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E392D is #F1C6D2. Grayscale: #2A2A2A. Windows color (decimal): -15845075 or 2963726. OLE color: 2963726.

HSL color Cylindrical-coordinate representation of color #0E392D: hue angle of 163.26º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0E392D is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.78.

Color convert

RGB145745-
CMYK0.7500.210.78
HSL163.26º60.56%13.92%-
HSV(B)163.26º75.44%22.35%-
XYZ2.123.212.99-
YUV42.78129.25107.48-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 12.07%
GREEN value IS 57 (22.66% from 255) = 49.14%
BLUE value IS 45 (17.97% from 255) = 38.79%
R=12.07%
G=49.14%
B=38.79%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1457450.7500.210.78163.2660.5613.92
HexE392D4B0154Ea33de
Octal1671551130251162437516
Binary111011100110110110010110101011001110101000111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E392D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,57,45); }

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

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

 a { background-color: rgb(14,57,45); }

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

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

 span { border-color: rgb(14,57,45); }

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