#0F2716

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

Shades of Deep Fir #0F2716

Tints of Deep Fir #0F2716

Color information

#0F2716 (or 0x0F2716) is unknown color: approx Deep Fir. HEX triplet: 0F, 27 and 16. RGB value is (15,39,22). Sum of RGB (Red+Green+Blue) = 15+39+22=76 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.74% from 76); Green value is 39 (15.62% from 255 or 51.32% from 76); Blue value is 22 (8.98% from 255 or 28.95% from 76); Max value from RGB is 39 - color contains mainly: green. Hex color #0F2716 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2716 is #F0D8E9. Grayscale: #1D1D1D. Windows color (decimal): -15784170 or 1451791. OLE color: 1451791.

HSL color Cylindrical-coordinate representation of color #0F2716: hue angle of 137.5º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0F2716 is Cyan = 0.62, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.85.

Color convert

RGB153922-
CMYK0.6200.440.85
HSL137.5º44.44%10.59%-
HSV(B)137.5º61.54%15.29%-
XYZ1.071.611.01-
YUV29.89123.55117.38-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 19.74%
GREEN value IS 39 (15.62% from 255) = 51.32%
BLUE value IS 22 (8.98% from 255) = 28.95%
R=19.74%
G=51.32%
B=28.95%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1539220.6200.440.85137.544.4410.59
HexF27163E02C558a2cb
Octal174726760541252125413
Binary11111001111011011111001011001010101100010101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,39,22); }

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

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

 a { background-color: rgb(15,39,22); }

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

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

 span { border-color: rgb(15,39,22); }

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