#0F4318

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

Shades of Deep Fir #0F4318

Tints of Deep Fir #0F4318

Color information

#0F4318 (or 0x0F4318) is unknown color: approx Deep Fir. HEX triplet: 0F, 43 and 18. RGB value is (15,67,24). Sum of RGB (Red+Green+Blue) = 15+67+24=106 (14% of max value = 765). Red value is 15 (6.25% from 255 or 14.15% from 106); Green value is 67 (26.56% from 255 or 63.21% from 106); Blue value is 24 (9.77% from 255 or 22.64% from 106); Max value from RGB is 67 - color contains mainly: green. Hex color #0F4318 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4318 is #F0BCE7. Grayscale: #2E2E2E. Windows color (decimal): -15777000 or 1590031. OLE color: 1590031.

HSL color Cylindrical-coordinate representation of color #0F4318: hue angle of 130.38º 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 #0F4318 is Cyan = 0.78, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.74.

Color convert

RGB156724-
CMYK0.7800.640.74
HSL130.38º63.41%16.08%-
HSV(B)130.38º77.61%26.27%-
XYZ2.374.181.55-
YUV46.55115.27105.5-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.15%
GREEN value IS 67 (26.56% from 255) = 63.21%
BLUE value IS 24 (9.77% from 255) = 22.64%
R=14.15%
G=63.21%
B=22.64%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1567240.7800.640.74130.3863.4116.08
HexF43184E0404A823f10
Octal171033011601001122027720
Binary111110000111100010011100100000010010101000001011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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