#0F2F1C

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

Shades of Deep Fir #0F2F1C

Tints of Deep Fir #0F2F1C

Color information

#0F2F1C (or 0x0F2F1C) is unknown color: approx Deep Fir. HEX triplet: 0F, 2F and 1C. RGB value is (15,47,28). Sum of RGB (Red+Green+Blue) = 15+47+28=90 (11% of max value = 765). Red value is 15 (6.25% from 255 or 16.67% from 90); Green value is 47 (18.75% from 255 or 52.22% from 90); Blue value is 28 (11.33% from 255 or 31.11% from 90); Max value from RGB is 47 - color contains mainly: green. Hex color #0F2F1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2F1C is #F0D0E3. Grayscale: #232323. Windows color (decimal): -15782116 or 1847055. OLE color: 1847055.

HSL color Cylindrical-coordinate representation of color #0F2F1C: hue angle of 144.38º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0F2F1C is Cyan = 0.68, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.82.

Color convert

RGB154728-
CMYK0.6800.400.82
HSL144.38º51.61%12.16%-
HSV(B)144.38º68.09%18.43%-
XYZ1.422.221.45-
YUV35.27123.9113.54-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 16.67%
GREEN value IS 47 (18.75% from 255) = 52.22%
BLUE value IS 28 (11.33% from 255) = 31.11%
R=16.67%
G=52.22%
B=31.11%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1547280.6800.400.82144.3851.6112.16
HexF2F1C44028529034c
Octal1757341040501222206414
Binary111110111111100100010001010001010010100100001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,47,28); }

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

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

 a { background-color: rgb(15,47,28); }

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

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

 span { border-color: rgb(15,47,28); }

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