#0F4017

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

Shades of Deep Fir #0F4017

Tints of Deep Fir #0F4017

Color information

#0F4017 (or 0x0F4017) is unknown color: approx Deep Fir. HEX triplet: 0F, 40 and 17. RGB value is (15,64,23). Sum of RGB (Red+Green+Blue) = 15+64+23=102 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.71% from 102); Green value is 64 (25.39% from 255 or 62.75% from 102); Blue value is 23 (9.38% from 255 or 22.55% from 102); Max value from RGB is 64 - color contains mainly: green. Hex color #0F4017 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4017 is #F0BFE8. Grayscale: #2C2C2C. Windows color (decimal): -15777769 or 1523727. OLE color: 1523727.

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

Color convert

RGB156423-
CMYK0.7700.640.75
HSL129.8º62.03%15.49%-
HSV(B)129.8º76.56%25.1%-
XYZ2.193.831.43-
YUV44.68115.77106.83-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.71%
GREEN value IS 64 (25.39% from 255) = 62.75%
BLUE value IS 23 (9.38% from 255) = 22.55%
R=14.71%
G=62.75%
B=22.55%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1564230.7700.640.75129.862.0315.49
HexF40174D0404B823ef
Octal171002711501001132027617
Binary11111000000101111001101010000001001011100000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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