#0F2617

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

Shades of Deep Fir #0F2617

Tints of Deep Fir #0F2617

Color information

#0F2617 (or 0x0F2617) is unknown color: approx Deep Fir. HEX triplet: 0F, 26 and 17. RGB value is (15,38,23). Sum of RGB (Red+Green+Blue) = 15+38+23=76 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.74% from 76); Green value is 38 (15.23% from 255 or 50% from 76); Blue value is 23 (9.38% from 255 or 30.26% from 76); Max value from RGB is 38 - color contains mainly: green. Hex color #0F2617 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2617 is #F0D9E8. Grayscale: #1D1D1D. Windows color (decimal): -15784425 or 1517071. OLE color: 1517071.

HSL color Cylindrical-coordinate representation of color #0F2617: hue angle of 140.87º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0F2617 is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.85.

Color convert

RGB153823-
CMYK0.6100.390.85
HSL140.87º43.4%10.39%-
HSV(B)140.87º60.53%14.9%-
XYZ1.041.551.05-
YUV29.41124.38117.72-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 19.74%
GREEN value IS 38 (15.23% from 255) = 50%
BLUE value IS 23 (9.38% from 255) = 30.26%
R=19.74%
G=50%
B=30.26%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1538230.6100.390.85140.8743.410.39
HexF26173D027558d2ba
Octal174627750471252155312
Binary11111001101011111110101001111010101100011011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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