#0F4024

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

Shades of Deep Fir #0F4024

Tints of Deep Fir #0F4024

Color information

#0F4024 (or 0x0F4024) is unknown color: approx Deep Fir. HEX triplet: 0F, 40 and 24. RGB value is (15,64,36). Sum of RGB (Red+Green+Blue) = 15+64+36=115 (15% of max value = 765). Red value is 15 (6.25% from 255 or 13.04% from 115); Green value is 64 (25.39% from 255 or 55.65% from 115); Blue value is 36 (14.45% from 255 or 31.30% from 115); Max value from RGB is 64 - color contains mainly: green. Hex color #0F4024 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4024 is #F0BFDB. Grayscale: #2E2E2E. Windows color (decimal): -15777756 or 2375695. OLE color: 2375695.

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

Color convert

RGB156436-
CMYK0.7700.440.75
HSL145.71º62.03%15.49%-
HSV(B)145.71º76.56%25.1%-
XYZ2.353.92.3-
YUV46.16122.27105.78-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.04%
GREEN value IS 64 (25.39% from 255) = 55.65%
BLUE value IS 36 (14.45% from 255) = 31.30%
R=13.04%
G=55.65%
B=31.30%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1564360.7700.440.75145.7162.0315.49
HexF40244D02C4B923ef
Octal17100441150541132227617
Binary11111000000100100100110101011001001011100100101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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