#0E491A

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

Shades of Deep Fir #0E491A

Tints of Deep Fir #0E491A

Color information

#0E491A (or 0x0E491A) is unknown color: approx Deep Fir. HEX triplet: 0E, 49 and 1A. RGB value is (14,73,26). Sum of RGB (Red+Green+Blue) = 14+73+26=113 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.39% from 113); Green value is 73 (28.91% from 255 or 64.60% from 113); Blue value is 26 (10.55% from 255 or 23.01% from 113); Max value from RGB is 73 - color contains mainly: green. Hex color #0E491A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E491A is #F1B6E5. Grayscale: #323232. Windows color (decimal): -15840998 or 1722638. OLE color: 1722638.

HSL color Cylindrical-coordinate representation of color #0E491A: hue angle of 132.2º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0E491A is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB147326-
CMYK0.8100.640.71
HSL132.2º67.82%17.06%-
HSV(B)132.2º80.82%28.63%-
XYZ2.754.931.78-
YUV50114.45102.32-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 12.39%
GREEN value IS 73 (28.91% from 255) = 64.60%
BLUE value IS 26 (10.55% from 255) = 23.01%
R=12.39%
G=64.60%
B=23.01%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1473260.8100.640.71132.267.8217.06
HexE491A5104047844411
Octal1611132121010010720410421
Binary1110100100111010101000101000000100011110000100100010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E491A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,73,26); }

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

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

 a { background-color: rgb(14,73,26); }

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

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

 span { border-color: rgb(14,73,26); }

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