#0F3217

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

Shades of Deep Fir #0F3217

Tints of Deep Fir #0F3217

Color information

#0F3217 (or 0x0F3217) is unknown color: approx Deep Fir. HEX triplet: 0F, 32 and 17. RGB value is (15,50,23). Sum of RGB (Red+Green+Blue) = 15+50+23=88 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.05% from 88); Green value is 50 (19.92% from 255 or 56.82% from 88); Blue value is 23 (9.38% from 255 or 26.14% from 88); Max value from RGB is 50 - color contains mainly: green. Hex color #0F3217 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3217 is #F0CDE8. Grayscale: #242424. Windows color (decimal): -15781353 or 1520143. OLE color: 1520143.

HSL color Cylindrical-coordinate representation of color #0F3217: hue angle of 133.71º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0F3217 is Cyan = 0.70, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.80.

Color convert

RGB155023-
CMYK0.7000.540.80
HSL133.71º53.85%12.75%-
HSV(B)133.71º70%19.61%-
XYZ1.492.441.2-
YUV36.46120.4112.7-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 17.05%
GREEN value IS 50 (19.92% from 255) = 56.82%
BLUE value IS 23 (9.38% from 255) = 26.14%
R=17.05%
G=56.82%
B=26.14%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1550230.7000.540.80133.7153.8512.75
HexF321746036508636d
Octal1762271060661202066615
Binary111111001010111100011001101101010000100001101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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