#0E3214

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

Shades of Deep Fir #0E3214

Tints of Deep Fir #0E3214

Color information

#0E3214 (or 0x0E3214) is unknown color: approx Deep Fir. HEX triplet: 0E, 32 and 14. RGB value is (14,50,20). Sum of RGB (Red+Green+Blue) = 14+50+20=84 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.67% from 84); Green value is 50 (19.92% from 255 or 59.52% from 84); Blue value is 20 (8.20% from 255 or 23.81% from 84); Max value from RGB is 50 - color contains mainly: green. Hex color #0E3214 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E3214 is #F1CDEB. Grayscale: #232323. Windows color (decimal): -15846892 or 1323534. OLE color: 1323534.

HSL color Cylindrical-coordinate representation of color #0E3214: hue angle of 130º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0E3214 is Cyan = 0.72, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.80.

Color convert

RGB145020-
CMYK0.7200.600.80
HSL130º56.25%12.55%-
HSV(B)130º72%19.61%-
XYZ1.452.431.05-
YUV35.82119.07112.44-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 16.67%
GREEN value IS 50 (19.92% from 255) = 59.52%
BLUE value IS 20 (8.20% from 255) = 23.81%
R=16.67%
G=59.52%
B=23.81%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1450200.7200.600.8013056.2512.55
HexE32144803C508238d
Octal1662241100741202027015
Binary111011001010100100100001111001010000100000101110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,50,20); }

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

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

 a { background-color: rgb(14,50,20); }

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

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

 span { border-color: rgb(14,50,20); }

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