#0F3C1F

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

Shades of Deep Fir #0F3C1F

Tints of Deep Fir #0F3C1F

Color information

#0F3C1F (or 0x0F3C1F) is unknown color: approx Deep Fir. HEX triplet: 0F, 3C and 1F. RGB value is (15,60,31). Sum of RGB (Red+Green+Blue) = 15+60+31=106 (14% of max value = 765). Red value is 15 (6.25% from 255 or 14.15% from 106); Green value is 60 (23.83% from 255 or 56.60% from 106); Blue value is 31 (12.5% from 255 or 29.25% from 106); Max value from RGB is 60 - color contains mainly: green. Hex color #0F3C1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3C1F is #F0C3E0. Grayscale: #2B2B2B. Windows color (decimal): -15778785 or 2046991. OLE color: 2046991.

HSL color Cylindrical-coordinate representation of color #0F3C1F: hue angle of 141.33º degrees, saturation: 0.6, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0F3C1F is Cyan = 0.75, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.76.

Color convert

RGB156031-
CMYK0.7500.480.76
HSL141.33º60%14.71%-
HSV(B)141.33º75%23.53%-
XYZ2.063.431.85-
YUV43.24121.09107.86-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.15%
GREEN value IS 60 (23.83% from 255) = 56.60%
BLUE value IS 31 (12.5% from 255) = 29.25%
R=14.15%
G=56.60%
B=29.25%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1560310.7500.480.76141.336014.71
HexF3C1F4B0304C8d3cf
Octal1774371130601142157417
Binary111111110011111100101101100001001100100011011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,60,31); }

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

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

 a { background-color: rgb(15,60,31); }

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

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

 span { border-color: rgb(15,60,31); }

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