#0E471B

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

Shades of Deep Fir #0E471B

Tints of Deep Fir #0E471B

Color information

#0E471B (or 0x0E471B) is unknown color: approx Deep Fir. HEX triplet: 0E, 47 and 1B. RGB value is (14,71,27). Sum of RGB (Red+Green+Blue) = 14+71+27=112 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.5% from 112); Green value is 71 (28.12% from 255 or 63.39% from 112); Blue value is 27 (10.94% from 255 or 24.11% from 112); Max value from RGB is 71 - color contains mainly: green. Hex color #0E471B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E471B is #F1B8E4. Grayscale: #313131. Windows color (decimal): -15841509 or 1787662. OLE color: 1787662.

HSL color Cylindrical-coordinate representation of color #0E471B: hue angle of 133.68º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0E471B is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB147127-
CMYK0.8000.620.72
HSL133.68º67.06%16.67%-
HSV(B)133.68º80.28%27.84%-
XYZ2.634.681.8-
YUV48.94115.62103.08-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 12.5%
GREEN value IS 71 (28.12% from 255) = 63.39%
BLUE value IS 27 (10.94% from 255) = 24.11%
R=12.5%
G=63.39%
B=24.11%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1471270.8000.620.72133.6867.0616.67
HexE471B5003E48864311
Octal161073312007611020610321
Binary111010001111101110100000111110100100010000110100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E471B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,71,27); }

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

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

 a { background-color: rgb(14,71,27); }

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

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

 span { border-color: rgb(14,71,27); }

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