#0F4118

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

Shades of Deep Fir #0F4118

Tints of Deep Fir #0F4118

Color information

#0F4118 (or 0x0F4118) is unknown color: approx Deep Fir. HEX triplet: 0F, 41 and 18. RGB value is (15,65,24). Sum of RGB (Red+Green+Blue) = 15+65+24=104 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.42% from 104); Green value is 65 (25.78% from 255 or 62.5% from 104); Blue value is 24 (9.77% from 255 or 23.08% from 104); Max value from RGB is 65 - color contains mainly: green. Hex color #0F4118 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4118 is #F0BEE7. Grayscale: #2D2D2D. Windows color (decimal): -15777512 or 1589519. OLE color: 1589519.

HSL color Cylindrical-coordinate representation of color #0F4118: hue angle of 130.8º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F4118 is Cyan = 0.77, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.75.

Color convert

RGB156524-
CMYK0.7700.630.75
HSL130.8º62.5%15.69%-
HSV(B)130.8º76.92%25.49%-
XYZ2.253.951.51-
YUV45.38115.94106.33-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.42%
GREEN value IS 65 (25.78% from 255) = 62.5%
BLUE value IS 24 (9.77% from 255) = 23.08%
R=14.42%
G=62.5%
B=23.08%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1565240.7700.630.75130.862.515.69
HexF41184D03F4B833e10
Octal17101301150771132037620
Binary11111000001110001001101011111110010111000001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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