#0F3314

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

Shades of Deep Fir #0F3314

Tints of Deep Fir #0F3314

Color information

#0F3314 (or 0x0F3314) is unknown color: approx Deep Fir. HEX triplet: 0F, 33 and 14. RGB value is (15,51,20). Sum of RGB (Red+Green+Blue) = 15+51+20=86 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.44% from 86); Green value is 51 (20.31% from 255 or 59.30% from 86); Blue value is 20 (8.20% from 255 or 23.26% from 86); Max value from RGB is 51 - color contains mainly: green. Hex color #0F3314 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3314 is #F0CCEB. Grayscale: #242424. Windows color (decimal): -15781100 or 1323791. OLE color: 1323791.

HSL color Cylindrical-coordinate representation of color #0F3314: hue angle of 128.33º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0F3314 is Cyan = 0.71, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.8.

Color convert

RGB155120-
CMYK0.7100.610.8
HSL128.33º54.55%12.94%-
HSV(B)128.33º70.59%20%-
XYZ1.512.521.07-
YUV36.7118.57112.52-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 17.44%
GREEN value IS 51 (20.31% from 255) = 59.30%
BLUE value IS 20 (8.20% from 255) = 23.26%
R=17.44%
G=59.30%
B=23.26%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1551200.7100.610.8128.3354.5512.94
HexF33144703D508037d
Octal1763241070751202006715
Binary111111001110100100011101111011010000100000001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,51,20); }

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

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

 a { background-color: rgb(15,51,20); }

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

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

 span { border-color: rgb(15,51,20); }

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