#0E392A

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

Shades of Dark Green #0E392A

Tints of Dark Green #0E392A

Color information

#0E392A (or 0x0E392A) is unknown color: approx Dark Green. HEX triplet: 0E, 39 and 2A. RGB value is (14,57,42). Sum of RGB (Red+Green+Blue) = 14+57+42=113 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.39% from 113); Green value is 57 (22.66% from 255 or 50.44% from 113); Blue value is 42 (16.80% from 255 or 37.17% from 113); Max value from RGB is 57 - color contains mainly: green. Hex color #0E392A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E392A is #F1C6D5. Grayscale: #2A2A2A. Windows color (decimal): -15845078 or 2767118. OLE color: 2767118.

HSL color Cylindrical-coordinate representation of color #0E392A: hue angle of 159.07º 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 #0E392A is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.78.

Color convert

RGB145742-
CMYK0.7500.260.78
HSL159.07º60.56%13.92%-
HSV(B)159.07º75.44%22.35%-
XYZ2.063.192.7-
YUV42.43127.75107.72-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 12.39%
GREEN value IS 57 (22.66% from 255) = 50.44%
BLUE value IS 42 (16.80% from 255) = 37.17%
R=12.39%
G=50.44%
B=37.17%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1457420.7500.260.78159.0760.5613.92
HexE392A4B01A4E9f3de
Octal1671521130321162377516
Binary111011100110101010010110110101001110100111111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E392A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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