#0E241C

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

Shades of Dark Green #0E241C

Tints of Dark Green #0E241C

Color information

#0E241C (or 0x0E241C) is unknown color: approx Dark Green. HEX triplet: 0E, 24 and 1C. RGB value is (14,36,28). Sum of RGB (Red+Green+Blue) = 14+36+28=78 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.95% from 78); Green value is 36 (14.45% from 255 or 46.15% from 78); Blue value is 28 (11.33% from 255 or 35.90% from 78); Max value from RGB is 36 - color contains mainly: green. Hex color #0E241C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E241C is #F1DBE3. Grayscale: #1C1C1C. Windows color (decimal): -15850468 or 1844238. OLE color: 1844238.

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

Color convert

RGB143628-
CMYK0.6100.220.86
HSL158.18º44%9.8%-
HSV(B)158.18º61.11%14.12%-
XYZ1.021.441.32-
YUV28.51127.71117.65-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 17.95%
GREEN value IS 36 (14.45% from 255) = 46.15%
BLUE value IS 28 (11.33% from 255) = 35.90%
R=17.95%
G=46.15%
B=35.90%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1436280.6100.220.86158.18449.8
HexE241C3D016569e2ca
Octal164434750261262365412
Binary1110100100111001111010101101010110100111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E241C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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