#0F4022

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

Shades of Deep Fir #0F4022

Tints of Deep Fir #0F4022

Color information

#0F4022 (or 0x0F4022) is unknown color: approx Deep Fir. HEX triplet: 0F, 40 and 22. RGB value is (15,64,34). Sum of RGB (Red+Green+Blue) = 15+64+34=113 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.27% from 113); Green value is 64 (25.39% from 255 or 56.64% from 113); Blue value is 34 (13.67% from 255 or 30.09% from 113); Max value from RGB is 64 - color contains mainly: green. Hex color #0F4022 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4022 is #F0BFDD. Grayscale: #2E2E2E. Windows color (decimal): -15777758 or 2244623. OLE color: 2244623.

HSL color Cylindrical-coordinate representation of color #0F4022: hue angle of 143.27º 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 #0F4022 is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.75.

Color convert

RGB156434-
CMYK0.7700.470.75
HSL143.27º62.03%15.49%-
HSV(B)143.27º76.56%25.1%-
XYZ2.323.882.14-
YUV45.93121.27105.94-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.27%
GREEN value IS 64 (25.39% from 255) = 56.64%
BLUE value IS 34 (13.67% from 255) = 30.09%
R=13.27%
G=56.64%
B=30.09%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1564340.7700.470.75143.2762.0315.49
HexF40224D02F4B8f3ef
Octal17100421150571132177617
Binary11111000000100010100110101011111001011100011111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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