#0E2816

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

Shades of Deep Fir #0E2816

Tints of Deep Fir #0E2816

Color information

#0E2816 (or 0x0E2816) is unknown color: approx Deep Fir. HEX triplet: 0E, 28 and 16. RGB value is (14,40,22). Sum of RGB (Red+Green+Blue) = 14+40+22=76 (10% of max value = 765). Red value is 14 (5.86% from 255 or 18.42% from 76); Green value is 40 (16.02% from 255 or 52.63% from 76); Blue value is 22 (8.98% from 255 or 28.95% from 76); Max value from RGB is 40 - color contains mainly: green. Hex color #0E2816 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2816 is #F1D7E9. Grayscale: #1E1E1E. Windows color (decimal): -15849450 or 1452046. OLE color: 1452046.

HSL color Cylindrical-coordinate representation of color #0E2816: hue angle of 138.46º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0E2816 is Cyan = 0.65, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.84.

Color convert

RGB144022-
CMYK0.6500.450.84
HSL138.46º48.15%10.59%-
HSV(B)138.46º65%15.69%-
XYZ1.081.671.02-
YUV30.17123.39116.46-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 18.42%
GREEN value IS 40 (16.02% from 255) = 52.63%
BLUE value IS 22 (8.98% from 255) = 28.95%
R=18.42%
G=52.63%
B=28.95%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1440220.6500.450.84138.4648.1510.59
HexE28164102D548a30b
Octal1650261010551242126013
Binary111010100010110100000101011011010100100010101100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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