#0E2416

Color #0E2416 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #0E2416

Tints of Deep Fir #0E2416

Color information

#0E2416 (or 0x0E2416) is unknown color: approx Deep Fir. HEX triplet: 0E, 24 and 16. RGB value is (14,36,22). Sum of RGB (Red+Green+Blue) = 14+36+22=72 (9% of max value = 765). Red value is 14 (5.86% from 255 or 19.44% from 72); Green value is 36 (14.45% from 255 or 50% from 72); Blue value is 22 (8.98% from 255 or 30.56% from 72); Max value from RGB is 36 - color contains mainly: green. Hex color #0E2416 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2416 is #F1DBE9. Grayscale: #1B1B1B. Windows color (decimal): -15850474 or 1451022. OLE color: 1451022.

HSL color Cylindrical-coordinate representation of color #0E2416: hue angle of 141.82º 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 #0E2416 is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.86.

Color convert

RGB143622-
CMYK0.6100.390.86
HSL141.82º44%9.8%-
HSV(B)141.82º61.11%14.12%-
XYZ0.961.410.98-
YUV27.83124.71118.14-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 19.44%
GREEN value IS 36 (14.45% from 255) = 50%
BLUE value IS 22 (8.98% from 255) = 30.56%
R=19.44%
G=50%
B=30.56%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1436220.6100.390.86141.82449.8
HexE24163D027568e2ca
Octal164426750471262165412
Binary11101001001011011110101001111010110100011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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