#0F401F

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

Shades of Deep Fir #0F401F

Tints of Deep Fir #0F401F

Color information

#0F401F (or 0x0F401F) is unknown color: approx Deep Fir. HEX triplet: 0F, 40 and 1F. RGB value is (15,64,31). Sum of RGB (Red+Green+Blue) = 15+64+31=110 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.64% from 110); Green value is 64 (25.39% from 255 or 58.18% from 110); Blue value is 31 (12.5% from 255 or 28.18% from 110); Max value from RGB is 64 - color contains mainly: green. Hex color #0F401F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F401F is #F0BFE0. Grayscale: #2D2D2D. Windows color (decimal): -15777761 or 2048015. OLE color: 2048015.

HSL color Cylindrical-coordinate representation of color #0F401F: hue angle of 139.59º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F401F is Cyan = 0.77, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB156431-
CMYK0.7700.520.75
HSL139.59º62.03%15.49%-
HSV(B)139.59º76.56%25.1%-
XYZ2.283.871.92-
YUV45.59119.77106.18-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.64%
GREEN value IS 64 (25.39% from 255) = 58.18%
BLUE value IS 31 (12.5% from 255) = 28.18%
R=13.64%
G=58.18%
B=28.18%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1564310.7700.520.75139.5962.0315.49
HexF401F4D0344B8c3ef
Octal17100371150641132147617
Binary1111100000011111100110101101001001011100011001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F401F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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