#0E2815

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

Shades of Deep Fir #0E2815

Tints of Deep Fir #0E2815

Color information

#0E2815 (or 0x0E2815) is unknown color: approx Deep Fir. HEX triplet: 0E, 28 and 15. RGB value is (14,40,21). Sum of RGB (Red+Green+Blue) = 14+40+21=75 (9% of max value = 765). Red value is 14 (5.86% from 255 or 18.67% from 75); Green value is 40 (16.02% from 255 or 53.33% from 75); Blue value is 21 (8.59% from 255 or 28% from 75); Max value from RGB is 40 - color contains mainly: green. Hex color #0E2815 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2815 is #F1D7EA. Grayscale: #1E1E1E. Windows color (decimal): -15849451 or 1386510. OLE color: 1386510.

HSL color Cylindrical-coordinate representation of color #0E2815: hue angle of 136.15º 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 #0E2815 is Cyan = 0.65, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.84.

Color convert

RGB144021-
CMYK0.6500.480.84
HSL136.15º48.15%10.59%-
HSV(B)136.15º65%15.69%-
XYZ1.081.670.97-
YUV30.06122.89116.54-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 18.67%
GREEN value IS 40 (16.02% from 255) = 53.33%
BLUE value IS 21 (8.59% from 255) = 28%
R=18.67%
G=53.33%
B=28%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1440210.6500.480.84136.1548.1510.59
HexE281541030548830b
Octal1650251010601242106013
Binary111010100010101100000101100001010100100010001100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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