#0F3C22

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

Shades of Deep Fir #0F3C22

Tints of Deep Fir #0F3C22

Color information

#0F3C22 (or 0x0F3C22) is unknown color: approx Deep Fir. HEX triplet: 0F, 3C and 22. RGB value is (15,60,34). Sum of RGB (Red+Green+Blue) = 15+60+34=109 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.76% from 109); Green value is 60 (23.83% from 255 or 55.05% from 109); Blue value is 34 (13.67% from 255 or 31.19% from 109); Max value from RGB is 60 - color contains mainly: green. Hex color #0F3C22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3C22 is #F0C3DD. Grayscale: #2B2B2B. Windows color (decimal): -15778782 or 2243599. OLE color: 2243599.

HSL color Cylindrical-coordinate representation of color #0F3C22: hue angle of 145.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 #0F3C22 is Cyan = 0.75, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.76.

Color convert

RGB156034-
CMYK0.7500.430.76
HSL145.33º60%14.71%-
HSV(B)145.33º75%23.53%-
XYZ2.13.452.07-
YUV43.58122.59107.61-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.76%
GREEN value IS 60 (23.83% from 255) = 55.05%
BLUE value IS 34 (13.67% from 255) = 31.19%
R=13.76%
G=55.05%
B=31.19%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1560340.7500.430.76145.336014.71
HexF3C224B02B4C913cf
Octal1774421130531142217417
Binary1111111100100010100101101010111001100100100011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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