#0F2F1B

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

Shades of Deep Fir #0F2F1B

Tints of Deep Fir #0F2F1B

Color information

#0F2F1B (or 0x0F2F1B) is unknown color: approx Deep Fir. HEX triplet: 0F, 2F and 1B. RGB value is (15,47,27). Sum of RGB (Red+Green+Blue) = 15+47+27=89 (11% of max value = 765). Red value is 15 (6.25% from 255 or 16.85% from 89); Green value is 47 (18.75% from 255 or 52.81% from 89); Blue value is 27 (10.94% from 255 or 30.34% from 89); Max value from RGB is 47 - color contains mainly: green. Hex color #0F2F1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2F1B is #F0D0E4. Grayscale: #232323. Windows color (decimal): -15782117 or 1781519. OLE color: 1781519.

HSL color Cylindrical-coordinate representation of color #0F2F1B: hue angle of 142.5º 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 #0F2F1B is Cyan = 0.68, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.82.

Color convert

RGB154727-
CMYK0.6800.430.82
HSL142.5º51.61%12.16%-
HSV(B)142.5º68.09%18.43%-
XYZ1.412.211.39-
YUV35.15123.4113.63-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 16.85%
GREEN value IS 47 (18.75% from 255) = 52.81%
BLUE value IS 27 (10.94% from 255) = 30.34%
R=16.85%
G=52.81%
B=30.34%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1547270.6800.430.82142.551.6112.16
HexF2F1B4402B528e34c
Octal1757331040531222166414
Binary111110111111011100010001010111010010100011101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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