#0F4324

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

Shades of Deep Fir #0F4324

Tints of Deep Fir #0F4324

Color information

#0F4324 (or 0x0F4324) is unknown color: approx Deep Fir. HEX triplet: 0F, 43 and 24. RGB value is (15,67,36). Sum of RGB (Red+Green+Blue) = 15+67+36=118 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.71% from 118); Green value is 67 (26.56% from 255 or 56.78% from 118); Blue value is 36 (14.45% from 255 or 30.51% from 118); Max value from RGB is 67 - color contains mainly: green. Hex color #0F4324 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4324 is #F0BCDB. Grayscale: #2F2F2F. Windows color (decimal): -15776988 or 2376463. OLE color: 2376463.

HSL color Cylindrical-coordinate representation of color #0F4324: hue angle of 144.23º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0F4324 is Cyan = 0.78, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.74.

Color convert

RGB156736-
CMYK0.7800.460.74
HSL144.23º63.41%16.08%-
HSV(B)144.23º77.61%26.27%-
XYZ2.524.242.36-
YUV47.92121.27104.52-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.71%
GREEN value IS 67 (26.56% from 255) = 56.78%
BLUE value IS 36 (14.45% from 255) = 30.51%
R=12.71%
G=56.78%
B=30.51%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1567360.7800.460.74144.2363.4116.08
HexF43244E02E4A903f10
Octal17103441160561122207720
Binary111110000111001001001110010111010010101001000011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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